diff --git a/backend/Dockerfile b/backend/Dockerfile index 1cb7435f..06f06542 100644 --- a/backend/Dockerfile +++ b/backend/Dockerfile @@ -1,5 +1,9 @@ FROM python:3.13-slim +# 设置东八区时区 +ENV TZ=Asia/Shanghai +RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone + WORKDIR /app COPY requirements.txt . @@ -12,4 +16,4 @@ RUN mkdir -p /app/data EXPOSE 8000 -CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] \ No newline at end of file diff --git a/backend/astock.db b/backend/astock.db index 01dd2e7b..dd60dc25 100644 Binary files a/backend/astock.db and b/backend/astock.db differ diff --git a/docker-compose.yml b/docker-compose.yml index c13a43dc..09f18992 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,8 +6,10 @@ services: - ./backend/.env environment: - ASTOCK_DATABASE_URL=sqlite:///./data/astock.db + - TZ=Asia/Shanghai volumes: - db_data:/app/data + - /etc/localtime:/etc/localtime:ro expose: - "8000" # 生产环境不需要映射端口,前端容器通过 Docker 网络内部访问 @@ -24,6 +26,9 @@ services: - backend environment: - BACKEND_URL=http://backend:8000 + - TZ=Asia/Shanghai + volumes: + - /etc/localtime:/etc/localtime:ro volumes: - db_data: + db_data: \ No newline at end of file diff --git a/frontend/.next/app-build-manifest.json b/frontend/.next/app-build-manifest.json index ad9b1f4c..687ee4ea 100644 --- a/frontend/.next/app-build-manifest.json +++ b/frontend/.next/app-build-manifest.json @@ -1,9 +1,9 @@ { "pages": { - "/recommendations/page": [ + "/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/recommendations/page.js" + "static/chunks/app/page.js" ], "/layout": [ "static/chunks/webpack.js", @@ -11,15 +11,15 @@ "static/css/app/layout.css", "static/chunks/app/layout.js" ], - "/page": [ + "/recommendations/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/page.js" + "static/chunks/app/recommendations/page.js" ], - "/users/page": [ + "/sectors/page": [ "static/chunks/webpack.js", "static/chunks/main-app.js", - "static/chunks/app/users/page.js" + "static/chunks/app/sectors/page.js" ] } } \ No newline at end of file diff --git a/frontend/.next/cache/.tsbuildinfo b/frontend/.next/cache/.tsbuildinfo index d875acb0..722b51c9 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/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","../../src/components/auth-guard.tsx","../../src/components/change-password-dialog.tsx","../../node_modules/next-themes/dist/index.d.ts","../../src/components/theme-toggle.tsx","../../src/components/user-menu.tsx","../../src/components/nav.tsx","../../src/app/layout.tsx","../../src/components/market-temp.tsx","../../src/components/stock-card.tsx","../../src/components/sector-heatmap.tsx","../../src/app/page.tsx","../../src/app/chat/page.tsx","../../src/components/error-boundary.tsx","../../src/app/diagnose/page.tsx","../../src/app/login/page.tsx","../../src/app/recommendations/page.tsx","../../node_modules/echarts/types/dist/echarts.d.ts","../../node_modules/echarts/index.d.ts","../../src/app/sectors/page.tsx","../../src/components/kline-chart.tsx","../../src/components/capital-flow.tsx","../../src/app/stock/[code]/page.tsx","../../src/app/users/page.tsx","../../src/components/score-radar.tsx","../types/app/page.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/recommendations/page.ts","../types/app/sectors/page.ts","../types/app/stock/[code]/page.ts","../types/app/users/page.ts","../../node_modules/@types/json5/index.d.ts","../types/app/monitor/page.ts","../../src/app/monitor/page.tsx"],"fileIdsList":[[99,145,405,412],[99,145,360,429],[99,145,360,431],[99,145,360,432],[99,145,360,428],[99,145,360,433],[99,145,360,436],[99,145,360,439],[99,145,360,440],[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,420],[87,99,145,395,414,415,420,430],[99,145,408,417,418,420,422,423],[87,99,145,395,417],[87,99,145,413,414,415,417,421,425,426,427],[87,99,145,413,414,426],[87,99,145,413,414,416,430,435],[87,99,145,395,414,416,430,437,438],[87,99,145,414,417],[87,99,145,420,435],[87,99,145,414],[99,145,414,416],[99,145,389,395,417,421],[87,99,145,414,416],[87,99,145,420],[87,99,145,417,419,421]],"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":"370f98a39917baa5b5c1484f9e87d6544f568d9e90c5ddfcda4c2bdf86f16e18","signature":false},{"version":"e5fab9363dd130c193e1877d1f152809254adf1303e41175d83f49a46260b180","signature":false},{"version":"6c05d0fcee91437571513c404e62396ee798ff37a2d8bef2104accdc79deb9c0","signature":false,"impliedFormat":1},{"version":"cb5eaa5ad51d596beda5a76732641b7dcf9e26acae7b20919a811d7b38d7c03a","signature":false},{"version":"868089c4835bcfc56985ec7b898e93b409f4c985a73d70589b7b0e2d7d6c5352","signature":false},{"version":"5df078050b57fe7666b0c924cfb91bff348b5f957c8dbd736fe362efba00a9de","signature":false},{"version":"a644de050a39f1628968a6bc4c9c975a5129d0e3874a3c033f7e9b0847d92c3e","signature":false},{"version":"543f32bf89f7aee10af7e597b17bdcf9c76b83b9f4e495243cbf1b2ad4cd84cb","signature":false},{"version":"e14aa6e21dff7cbaf54884d0973e89758e571f7546899fa02b6e87a10c660d20","signature":false},{"version":"721b736b78ca190e99a4e1b125b3d14b4e72a94c9c54ceaf77524e11a4094dc8","signature":false},{"version":"1d99fe0d2ab957f8ce36d7cadf33e4a8337dd918a3afa480dd6603f80fde1094","signature":false},{"version":"f7886bcfa6587f307aa8045d6f9861f319808bbc59f6c89f1ba40a19be648ec5","signature":false},{"version":"288e514b408582dbbe0ebedfe7620f92b65eefacd03c66aba34a0504cf400ccb","signature":false},{"version":"dd500fb85312298d9c50675e8005734324eb7eef4dc49703f5312c185152e7ca","signature":false},{"version":"d5876e27f72a8708c4c6705699a5ca0c42e3133bee3b670ef559c6b645851c1e","signature":false},{"version":"83d095737dda920dcb9eb84575ac1baecd0612a7fd2f6d4e4d3e129202c1a36d","signature":false},{"version":"6392353adcff7db02a3f5dcacb5637b791dbbcb76125aac3075da2519af9785a","signature":false,"impliedFormat":99},{"version":"1f3952b74b8c766a2e602a0ba2db19d3d872d00bab4e01746c6b7229c585086c","signature":false,"impliedFormat":99},{"version":"03608eab2e6c43d1844fcbeed6e140e089c78ba8764a9651fd4747aa91fc507f","signature":false},{"version":"9fa4f9fde67afe4bef8157c58de7690809173f98c72463526cd48964b165080e","signature":false},{"version":"30f1120a0f581ce98aab37f1899e5a7981202dc38e8a671ea04222748acb8249","signature":false},{"version":"e9d654ec9a79d49238e0a996c78508a4eaf889d6b16a744cf4e22126b0dc2e3a","signature":false},{"version":"c32187bd3e25d81a128e734500639af8cf48457c908dc7f9ffe5ba82251a4d88","signature":false},{"version":"9c9a70bfe4ddc2e08724ac0e7c19d5d17fb10817bd8ccd880eea7be456f4dd9a","signature":false},{"version":"2ab5d412ffa57dbca06de472201ddaea1c41b8a515c74667b7059bf334cbb20f","signature":false},{"version":"034d31e472e4e70878fdac24f6314c3355b5b065c3eba828a75f824a83c20341","signature":false},{"version":"3c0c4a0730704889504deb1457bd552134b43f6e2367cfa0d1378b881e779c81","signature":false},{"version":"c67c285034e735a86d94459e59d97659641056e932d053f21a164bede16d14a3","signature":false},{"version":"76e93d96bc19a32eb66e4fd28c96e4d3ded687202893eabf550f835230add683","signature":false},{"version":"3913d85082a4eda81a195bacbd18a93aeb39103bf930ad397c69e1f7521ddf8d","signature":false},{"version":"623de97f632c3c7091a19759e01b1764a3a64aac3ae2ea890c410cc37fd4258e","signature":false},{"version":"ba9ca691d5427129c4c651d308fc027aa3bccdb6484ec90f016a4f2a77f9e7b9","signature":false},{"version":"2c04659a5a9897aee5307e3aad32283ee831ffc7918fcc2a4b7f50065ccfc25b","signature":false},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","signature":false,"impliedFormat":1}],"root":[[410,419],[421,433],[436,450]],"options":{"allowJs":true,"composite":false,"declarationMap":false,"emitDeclarationOnly":false,"esModuleInterop":true,"jsx":1,"module":99,"skipLibCheck":true,"strict":true,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[443,1],[444,2],[445,3],[446,4],[442,5],[447,6],[448,7],[449,8],[450,9],[410,10],[363,11],[451,11],[142,12],[143,12],[144,13],[99,14],[145,15],[146,16],[147,17],[94,11],[97,18],[95,11],[96,11],[148,19],[149,20],[150,21],[151,22],[152,23],[153,24],[154,24],[155,25],[156,26],[157,27],[158,28],[100,11],[98,11],[159,29],[160,30],[161,31],[193,32],[162,33],[163,34],[164,35],[165,36],[166,37],[167,38],[168,39],[169,40],[170,41],[171,42],[172,42],[173,43],[174,11],[175,44],[177,45],[176,46],[178,47],[179,48],[180,49],[181,50],[182,51],[183,52],[184,53],[185,54],[186,55],[187,56],[188,57],[189,58],[190,59],[101,11],[102,11],[103,11],[141,60],[191,61],[192,62],[86,11],[198,63],[199,64],[197,65],[195,66],[196,67],[84,11],[87,68],[286,65],[85,11],[435,69],[434,11],[420,65],[93,70],[366,71],[370,72],[372,73],[219,74],[233,75],[337,76],[265,11],[340,77],[301,78],[310,79],[338,80],[220,81],[264,11],[266,82],[339,83],[240,84],[221,85],[245,84],[234,84],[204,84],[292,86],[293,87],[209,11],[289,88],[294,89],[381,90],[287,89],[382,91],[271,11],[290,92],[394,93],[393,94],[296,89],[392,11],[390,11],[391,95],[291,65],[278,96],[279,97],[288,98],[305,99],[306,100],[295,101],[273,102],[274,103],[385,104],[388,105],[252,106],[251,107],[250,108],[397,65],[249,109],[225,11],[400,11],[403,11],[402,65],[404,110],[200,11],[331,11],[232,111],[202,112],[354,11],[355,11],[357,11],[360,113],[356,11],[358,114],[359,114],[218,11],[231,11],[365,115],[373,116],[377,117],[214,118],[281,119],[280,11],[272,102],[300,120],[298,121],[297,11],[299,11],[304,122],[276,123],[213,124],[238,125],[328,126],[205,127],[212,128],[201,76],[342,129],[352,130],[341,11],[351,131],[239,11],[223,132],[319,133],[318,11],[325,134],[327,135],[320,136],[324,137],[326,134],[323,136],[322,134],[321,136],[261,138],[246,138],[313,139],[247,139],[207,140],[206,11],[317,141],[316,142],[315,143],[314,144],[208,145],[285,146],[302,147],[284,148],[309,149],[311,150],[308,148],[241,145],[194,11],[329,151],[267,152],[303,11],[350,153],[270,154],[345,155],[211,11],[346,156],[348,157],[349,158],[332,11],[344,127],[243,159],[330,160],[353,161],[215,11],[217,11],[222,162],[312,163],[210,164],[216,11],[269,165],[268,166],[224,167],[277,168],[275,169],[226,170],[228,171],[401,11],[227,172],[229,173],[368,11],[367,11],[369,11],[399,11],[230,174],[283,65],[92,11],[307,175],[253,11],[263,176],[242,11],[375,65],[384,177],[260,65],[379,89],[259,178],[362,179],[258,177],[203,11],[386,180],[256,65],[257,65],[248,11],[262,11],[255,181],[254,182],[244,183],[237,101],[347,11],[236,184],[235,11],[371,11],[282,65],[364,185],[83,11],[91,186],[88,65],[89,11],[90,11],[343,187],[336,188],[335,11],[334,189],[333,11],[374,190],[376,191],[378,192],[380,193],[383,194],[409,195],[387,195],[408,196],[389,197],[395,198],[396,199],[398,200],[405,201],[407,11],[406,202],[361,203],[81,11],[82,11],[13,11],[14,11],[16,11],[15,11],[2,11],[17,11],[18,11],[19,11],[20,11],[21,11],[22,11],[23,11],[24,11],[3,11],[25,11],[26,11],[4,11],[27,11],[31,11],[28,11],[29,11],[30,11],[32,11],[33,11],[34,11],[5,11],[35,11],[36,11],[37,11],[38,11],[6,11],[42,11],[39,11],[40,11],[41,11],[43,11],[7,11],[44,11],[49,11],[50,11],[45,11],[46,11],[47,11],[48,11],[8,11],[54,11],[51,11],[52,11],[53,11],[55,11],[9,11],[56,11],[57,11],[58,11],[60,11],[59,11],[61,11],[62,11],[10,11],[63,11],[64,11],[65,11],[11,11],[66,11],[67,11],[68,11],[69,11],[70,11],[1,11],[71,11],[72,11],[12,11],[76,11],[74,11],[79,11],[78,11],[73,11],[77,11],[75,11],[80,11],[119,204],[129,205],[118,204],[139,206],[110,207],[109,208],[138,202],[132,209],[137,210],[112,211],[126,212],[111,213],[135,214],[107,215],[106,202],[136,216],[108,217],[113,218],[114,11],[117,218],[104,11],[140,219],[130,220],[121,221],[122,222],[124,223],[120,224],[123,225],[133,202],[115,226],[116,227],[125,228],[105,229],[128,220],[127,218],[131,11],[134,230],[412,231],[429,232],[431,233],[424,234],[432,235],[428,236],[433,237],[436,238],[439,239],[440,240],[418,235],[438,241],[419,242],[430,65],[437,241],[425,243],[423,244],[441,241],[427,243],[426,245],[421,246],[422,247],[417,242],[413,65],[414,11],[415,11],[416,11],[411,11]],"changeFileSet":[443,444,445,446,452,442,447,448,449,450,410,363,451,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,420,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,429,431,424,432,453,428,433,436,439,440,418,438,419,430,437,425,423,441,427,426,421,422,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/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","../../src/components/auth-guard.tsx","../../src/components/change-password-dialog.tsx","../../node_modules/next-themes/dist/index.d.ts","../../src/components/theme-toggle.tsx","../../src/components/user-menu.tsx","../../src/components/nav.tsx","../../src/app/layout.tsx","../../src/components/market-temp.tsx","../../src/components/stock-card.tsx","../../src/components/sector-heatmap.tsx","../../src/app/page.tsx","../../src/app/chat/page.tsx","../../src/components/error-boundary.tsx","../../src/app/diagnose/page.tsx","../../src/app/login/page.tsx","../../src/app/recommendations/page.tsx","../../node_modules/echarts/types/dist/echarts.d.ts","../../node_modules/echarts/index.d.ts","../../src/app/sectors/page.tsx","../../src/components/kline-chart.tsx","../../src/components/capital-flow.tsx","../../src/app/stock/[code]/page.tsx","../../src/app/users/page.tsx","../../src/components/score-radar.tsx","../types/app/page.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/recommendations/page.ts","../types/app/sectors/page.ts","../types/app/stock/[code]/page.ts","../types/app/users/page.ts","../../node_modules/@types/json5/index.d.ts","../types/app/monitor/page.ts","../../src/app/monitor/page.tsx"],"fileIdsList":[[99,145,405,412],[99,145,360,429],[99,145,360,431],[99,145,360,432],[99,145,360,428],[99,145,360,433],[99,145,360,436],[99,145,360,439],[99,145,360,440],[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,420],[87,99,145,395,414,415,420,430],[99,145,408,417,418,420,422,423],[87,99,145,395,417],[87,99,145,413,414,415,417,421,425,426,427],[87,99,145,413,414,426],[87,99,145,413,414,416,430,435],[87,99,145,395,414,416,430,437,438],[87,99,145,414,417],[87,99,145,420,435],[87,99,145,414],[99,145,414,416],[99,145,389,395,417,421],[87,99,145,414,416],[87,99,145,420],[87,99,145,417,419,421]],"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":"370f98a39917baa5b5c1484f9e87d6544f568d9e90c5ddfcda4c2bdf86f16e18","signature":false},{"version":"e5fab9363dd130c193e1877d1f152809254adf1303e41175d83f49a46260b180","signature":false},{"version":"6c05d0fcee91437571513c404e62396ee798ff37a2d8bef2104accdc79deb9c0","signature":false,"impliedFormat":1},{"version":"cb5eaa5ad51d596beda5a76732641b7dcf9e26acae7b20919a811d7b38d7c03a","signature":false},{"version":"868089c4835bcfc56985ec7b898e93b409f4c985a73d70589b7b0e2d7d6c5352","signature":false},{"version":"5df078050b57fe7666b0c924cfb91bff348b5f957c8dbd736fe362efba00a9de","signature":false},{"version":"a644de050a39f1628968a6bc4c9c975a5129d0e3874a3c033f7e9b0847d92c3e","signature":false},{"version":"543f32bf89f7aee10af7e597b17bdcf9c76b83b9f4e495243cbf1b2ad4cd84cb","signature":false},{"version":"e14aa6e21dff7cbaf54884d0973e89758e571f7546899fa02b6e87a10c660d20","signature":false},{"version":"721b736b78ca190e99a4e1b125b3d14b4e72a94c9c54ceaf77524e11a4094dc8","signature":false},{"version":"656dda330555ea5d40569d8a71a5bf958b1c307cc008196e5e5717320a736d8b","signature":false},{"version":"f7886bcfa6587f307aa8045d6f9861f319808bbc59f6c89f1ba40a19be648ec5","signature":false},{"version":"288e514b408582dbbe0ebedfe7620f92b65eefacd03c66aba34a0504cf400ccb","signature":false},{"version":"dd500fb85312298d9c50675e8005734324eb7eef4dc49703f5312c185152e7ca","signature":false},{"version":"d5876e27f72a8708c4c6705699a5ca0c42e3133bee3b670ef559c6b645851c1e","signature":false},{"version":"83d095737dda920dcb9eb84575ac1baecd0612a7fd2f6d4e4d3e129202c1a36d","signature":false},{"version":"6392353adcff7db02a3f5dcacb5637b791dbbcb76125aac3075da2519af9785a","signature":false,"impliedFormat":99},{"version":"1f3952b74b8c766a2e602a0ba2db19d3d872d00bab4e01746c6b7229c585086c","signature":false,"impliedFormat":99},{"version":"03608eab2e6c43d1844fcbeed6e140e089c78ba8764a9651fd4747aa91fc507f","signature":false},{"version":"9fa4f9fde67afe4bef8157c58de7690809173f98c72463526cd48964b165080e","signature":false},{"version":"30f1120a0f581ce98aab37f1899e5a7981202dc38e8a671ea04222748acb8249","signature":false},{"version":"e9d654ec9a79d49238e0a996c78508a4eaf889d6b16a744cf4e22126b0dc2e3a","signature":false},{"version":"c32187bd3e25d81a128e734500639af8cf48457c908dc7f9ffe5ba82251a4d88","signature":false},{"version":"9c9a70bfe4ddc2e08724ac0e7c19d5d17fb10817bd8ccd880eea7be456f4dd9a","signature":false},{"version":"2ab5d412ffa57dbca06de472201ddaea1c41b8a515c74667b7059bf334cbb20f","signature":false},{"version":"034d31e472e4e70878fdac24f6314c3355b5b065c3eba828a75f824a83c20341","signature":false},{"version":"3c0c4a0730704889504deb1457bd552134b43f6e2367cfa0d1378b881e779c81","signature":false},{"version":"c67c285034e735a86d94459e59d97659641056e932d053f21a164bede16d14a3","signature":false},{"version":"76e93d96bc19a32eb66e4fd28c96e4d3ded687202893eabf550f835230add683","signature":false},{"version":"3913d85082a4eda81a195bacbd18a93aeb39103bf930ad397c69e1f7521ddf8d","signature":false},{"version":"623de97f632c3c7091a19759e01b1764a3a64aac3ae2ea890c410cc37fd4258e","signature":false},{"version":"ba9ca691d5427129c4c651d308fc027aa3bccdb6484ec90f016a4f2a77f9e7b9","signature":false},{"version":"2c04659a5a9897aee5307e3aad32283ee831ffc7918fcc2a4b7f50065ccfc25b","signature":false},{"version":"96d14f21b7652903852eef49379d04dbda28c16ed36468f8c9fa08f7c14c9538","signature":false,"impliedFormat":1}],"root":[[410,419],[421,433],[436,450]],"options":{"allowJs":true,"composite":false,"declarationMap":false,"emitDeclarationOnly":false,"esModuleInterop":true,"jsx":1,"module":99,"skipLibCheck":true,"strict":true,"tsBuildInfoFile":"./.tsbuildinfo"},"referencedMap":[[443,1],[444,2],[445,3],[446,4],[442,5],[447,6],[448,7],[449,8],[450,9],[410,10],[363,11],[451,11],[142,12],[143,12],[144,13],[99,14],[145,15],[146,16],[147,17],[94,11],[97,18],[95,11],[96,11],[148,19],[149,20],[150,21],[151,22],[152,23],[153,24],[154,24],[155,25],[156,26],[157,27],[158,28],[100,11],[98,11],[159,29],[160,30],[161,31],[193,32],[162,33],[163,34],[164,35],[165,36],[166,37],[167,38],[168,39],[169,40],[170,41],[171,42],[172,42],[173,43],[174,11],[175,44],[177,45],[176,46],[178,47],[179,48],[180,49],[181,50],[182,51],[183,52],[184,53],[185,54],[186,55],[187,56],[188,57],[189,58],[190,59],[101,11],[102,11],[103,11],[141,60],[191,61],[192,62],[86,11],[198,63],[199,64],[197,65],[195,66],[196,67],[84,11],[87,68],[286,65],[85,11],[435,69],[434,11],[420,65],[93,70],[366,71],[370,72],[372,73],[219,74],[233,75],[337,76],[265,11],[340,77],[301,78],[310,79],[338,80],[220,81],[264,11],[266,82],[339,83],[240,84],[221,85],[245,84],[234,84],[204,84],[292,86],[293,87],[209,11],[289,88],[294,89],[381,90],[287,89],[382,91],[271,11],[290,92],[394,93],[393,94],[296,89],[392,11],[390,11],[391,95],[291,65],[278,96],[279,97],[288,98],[305,99],[306,100],[295,101],[273,102],[274,103],[385,104],[388,105],[252,106],[251,107],[250,108],[397,65],[249,109],[225,11],[400,11],[403,11],[402,65],[404,110],[200,11],[331,11],[232,111],[202,112],[354,11],[355,11],[357,11],[360,113],[356,11],[358,114],[359,114],[218,11],[231,11],[365,115],[373,116],[377,117],[214,118],[281,119],[280,11],[272,102],[300,120],[298,121],[297,11],[299,11],[304,122],[276,123],[213,124],[238,125],[328,126],[205,127],[212,128],[201,76],[342,129],[352,130],[341,11],[351,131],[239,11],[223,132],[319,133],[318,11],[325,134],[327,135],[320,136],[324,137],[326,134],[323,136],[322,134],[321,136],[261,138],[246,138],[313,139],[247,139],[207,140],[206,11],[317,141],[316,142],[315,143],[314,144],[208,145],[285,146],[302,147],[284,148],[309,149],[311,150],[308,148],[241,145],[194,11],[329,151],[267,152],[303,11],[350,153],[270,154],[345,155],[211,11],[346,156],[348,157],[349,158],[332,11],[344,127],[243,159],[330,160],[353,161],[215,11],[217,11],[222,162],[312,163],[210,164],[216,11],[269,165],[268,166],[224,167],[277,168],[275,169],[226,170],[228,171],[401,11],[227,172],[229,173],[368,11],[367,11],[369,11],[399,11],[230,174],[283,65],[92,11],[307,175],[253,11],[263,176],[242,11],[375,65],[384,177],[260,65],[379,89],[259,178],[362,179],[258,177],[203,11],[386,180],[256,65],[257,65],[248,11],[262,11],[255,181],[254,182],[244,183],[237,101],[347,11],[236,184],[235,11],[371,11],[282,65],[364,185],[83,11],[91,186],[88,65],[89,11],[90,11],[343,187],[336,188],[335,11],[334,189],[333,11],[374,190],[376,191],[378,192],[380,193],[383,194],[409,195],[387,195],[408,196],[389,197],[395,198],[396,199],[398,200],[405,201],[407,11],[406,202],[361,203],[81,11],[82,11],[13,11],[14,11],[16,11],[15,11],[2,11],[17,11],[18,11],[19,11],[20,11],[21,11],[22,11],[23,11],[24,11],[3,11],[25,11],[26,11],[4,11],[27,11],[31,11],[28,11],[29,11],[30,11],[32,11],[33,11],[34,11],[5,11],[35,11],[36,11],[37,11],[38,11],[6,11],[42,11],[39,11],[40,11],[41,11],[43,11],[7,11],[44,11],[49,11],[50,11],[45,11],[46,11],[47,11],[48,11],[8,11],[54,11],[51,11],[52,11],[53,11],[55,11],[9,11],[56,11],[57,11],[58,11],[60,11],[59,11],[61,11],[62,11],[10,11],[63,11],[64,11],[65,11],[11,11],[66,11],[67,11],[68,11],[69,11],[70,11],[1,11],[71,11],[72,11],[12,11],[76,11],[74,11],[79,11],[78,11],[73,11],[77,11],[75,11],[80,11],[119,204],[129,205],[118,204],[139,206],[110,207],[109,208],[138,202],[132,209],[137,210],[112,211],[126,212],[111,213],[135,214],[107,215],[106,202],[136,216],[108,217],[113,218],[114,11],[117,218],[104,11],[140,219],[130,220],[121,221],[122,222],[124,223],[120,224],[123,225],[133,202],[115,226],[116,227],[125,228],[105,229],[128,220],[127,218],[131,11],[134,230],[412,231],[429,232],[431,233],[424,234],[432,235],[428,236],[433,237],[436,238],[439,239],[440,240],[418,235],[438,241],[419,242],[430,65],[437,241],[425,243],[423,244],[441,241],[427,243],[426,245],[421,246],[422,247],[417,242],[413,65],[414,11],[415,11],[416,11],[411,11]],"changeFileSet":[443,444,445,446,452,442,447,448,449,450,410,363,451,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,420,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,429,431,424,432,453,428,433,436,439,440,418,438,419,430,437,425,423,441,427,426,421,422,417,413,414,415,416,411],"version":"5.9.3"} \ No newline at end of file diff --git a/frontend/.next/react-loadable-manifest.json b/frontend/.next/react-loadable-manifest.json index 9e26dfee..2e1e8099 100644 --- a/frontend/.next/react-loadable-manifest.json +++ b/frontend/.next/react-loadable-manifest.json @@ -1 +1,8 @@ -{} \ No newline at end of file +{ + "app/sectors/page.tsx -> echarts": { + "id": "app/sectors/page.tsx -> echarts", + "files": [ + "static/chunks/_app-pages-browser_node_modules_echarts_index_js.js" + ] + } +} \ 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 30d60561..5e95af00 100644 --- a/frontend/.next/server/app-paths-manifest.json +++ b/frontend/.next/server/app-paths-manifest.json @@ -1,5 +1,5 @@ { - "/users/page": "app/users/page.js", + "/page": "app/page.js", "/recommendations/page": "app/recommendations/page.js", - "/page": "app/page.js" + "/sectors/page": "app/sectors/page.js" } \ No newline at end of file diff --git a/frontend/.next/server/middleware-react-loadable-manifest.js b/frontend/.next/server/middleware-react-loadable-manifest.js index ca34f09f..56c9c349 100644 --- a/frontend/.next/server/middleware-react-loadable-manifest.js +++ b/frontend/.next/server/middleware-react-loadable-manifest.js @@ -1 +1 @@ -self.__REACT_LOADABLE_MANIFEST="{}" \ No newline at end of file +self.__REACT_LOADABLE_MANIFEST="{\"app/sectors/page.tsx -> echarts\":{\"id\":\"app/sectors/page.tsx -> echarts\",\"files\":[\"static/chunks/_app-pages-browser_node_modules_echarts_index_js.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 a1ff8dae..ca8ba2cc 100644 --- a/frontend/.next/server/server-reference-manifest.json +++ b/frontend/.next/server/server-reference-manifest.json @@ -1,5 +1,5 @@ { "node": {}, "edge": {}, - "encryptionKey": "vMdxWQqJbs8lx1fn0MelZryKaOD9juru8raACaKF7MY=" + "encryptionKey": "ep/FQ9LpllRmRWJwm9g4skQlubaCcrDQ9a9sMtJTxBw=" } \ No newline at end of file diff --git a/frontend/.next/server/webpack-runtime.js b/frontend/.next/server/webpack-runtime.js index c4dfa453..8577077c 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 = () => ("51f130523eab8ec6") +/******/ __webpack_require__.h = () => ("08a4c58ab1067fd1") /******/ })(); /******/ /******/ /* webpack/runtime/hasOwnProperty shorthand */ diff --git a/frontend/.next/trace b/frontend/.next/trace index cabc6821..eb62b617 100644 --- a/frontend/.next/trace +++ b/frontend/.next/trace @@ -1,19 +1,52 @@ -[{"name":"hot-reloader","duration":25,"timestamp":6725226069284,"id":3,"tags":{"version":"14.2.35","isTurbopack":false},"startTime":1776332173105,"traceId":"bd5433937c2d2119"},{"name":"start","duration":0,"timestamp":6725226069758,"id":4,"parentId":3,"tags":{},"startTime":1776332173105,"traceId":"bd5433937c2d2119"},{"name":"get-version-info","duration":1025050,"timestamp":6725226069866,"id":5,"parentId":4,"tags":{},"startTime":1776332173106,"traceId":"bd5433937c2d2119"},{"name":"clean","duration":109944,"timestamp":6725227094961,"id":6,"parentId":4,"tags":{},"startTime":1776332174131,"traceId":"bd5433937c2d2119"},{"name":"create-pages-mapping","duration":97,"timestamp":6725227205492,"id":8,"parentId":7,"tags":{},"startTime":1776332174241,"traceId":"bd5433937c2d2119"},{"name":"create-entrypoints","duration":204716,"timestamp":6725227205600,"id":9,"parentId":7,"tags":{},"startTime":1776332174241,"traceId":"bd5433937c2d2119"},{"name":"generate-webpack-config","duration":60193,"timestamp":6725227410354,"id":10,"parentId":7,"tags":{},"startTime":1776332174446,"traceId":"bd5433937c2d2119"},{"name":"get-webpack-config","duration":265107,"timestamp":6725227205450,"id":7,"parentId":4,"tags":{},"startTime":1776332174241,"traceId":"bd5433937c2d2119"},{"name":"make","duration":514,"timestamp":6725227508523,"id":12,"parentId":11,"tags":{},"startTime":1776332174544,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":320,"timestamp":6725227510187,"id":14,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":10,"timestamp":6725227510553,"id":16,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":59,"timestamp":6725227510645,"id":17,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":11,"timestamp":6725227510730,"id":18,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":9,"timestamp":6725227510814,"id":19,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":332,"timestamp":6725227510535,"id":15,"parentId":13,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":43,"timestamp":6725227511146,"id":20,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":76,"timestamp":6725227511198,"id":21,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":195,"timestamp":6725227511393,"id":22,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":26,"timestamp":6725227511587,"id":23,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":32,"timestamp":6725227511602,"id":24,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":116,"timestamp":6725227511638,"id":25,"parentId":13,"tags":{},"startTime":1776332174547,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-generateClientManifest","duration":667,"timestamp":6725227539486,"id":27,"parentId":11,"tags":{},"startTime":1776332174575,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-createassets","duration":891,"timestamp":6725227539271,"id":26,"parentId":11,"tags":{},"startTime":1776332174575,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":30598,"timestamp":6725227510097,"id":13,"parentId":11,"tags":{},"startTime":1776332174546,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":33936,"timestamp":6725227506879,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1776332174543,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":3284,"timestamp":6725227541005,"id":28,"parentId":3,"tags":{},"startTime":1776332174577,"traceId":"bd5433937c2d2119"},{"name":"make","duration":852,"timestamp":6725227548972,"id":30,"parentId":29,"tags":{},"startTime":1776332174585,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":15,"timestamp":6725227550057,"id":32,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":3,"timestamp":6725227550084,"id":34,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":38,"timestamp":6725227550117,"id":35,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":4,"timestamp":6725227550173,"id":36,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":30,"timestamp":6725227550198,"id":37,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":175,"timestamp":6725227550080,"id":33,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":4,"timestamp":6725227550319,"id":38,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":4,"timestamp":6725227550329,"id":39,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":34,"timestamp":6725227550371,"id":40,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":20,"timestamp":6725227550405,"id":41,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":6,"timestamp":6725227550422,"id":42,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":7,"timestamp":6725227550432,"id":43,"parentId":31,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":858,"timestamp":6725227550007,"id":31,"parentId":29,"tags":{},"startTime":1776332174586,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":2682,"timestamp":6725227548254,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1776332174584,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":3260,"timestamp":6725227550968,"id":44,"parentId":3,"tags":{},"startTime":1776332174587,"traceId":"bd5433937c2d2119"},{"name":"make","duration":97,"timestamp":6725227556808,"id":46,"parentId":45,"tags":{},"startTime":1776332174592,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":12,"timestamp":6725227557164,"id":48,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":2,"timestamp":6725227557185,"id":50,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":5,"timestamp":6725227557213,"id":51,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":3,"timestamp":6725227557225,"id":52,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725227557239,"id":53,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":68,"timestamp":6725227557182,"id":49,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":4,"timestamp":6725227557296,"id":54,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":3,"timestamp":6725227557304,"id":55,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":46,"timestamp":6725227557330,"id":56,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":9,"timestamp":6725227557376,"id":57,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":4,"timestamp":6725227557382,"id":58,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":6,"timestamp":6725227557388,"id":59,"parentId":47,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":524,"timestamp":6725227557148,"id":47,"parentId":45,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":1754,"timestamp":6725227555942,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1776332174592,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":574,"timestamp":6725227557712,"id":60,"parentId":3,"tags":{},"startTime":1776332174593,"traceId":"bd5433937c2d2119"}] -[{"name":"make","duration":218,"timestamp":6725227777022,"id":65,"parentId":64,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":18,"timestamp":6725227777369,"id":67,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":3,"timestamp":6725227777398,"id":69,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":7,"timestamp":6725227777411,"id":70,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":3,"timestamp":6725227777426,"id":71,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6725227777440,"id":72,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":67,"timestamp":6725227777394,"id":68,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":5,"timestamp":6725227777526,"id":73,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":5,"timestamp":6725227777536,"id":74,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":35,"timestamp":6725227777561,"id":75,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":11,"timestamp":6725227777596,"id":76,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":5,"timestamp":6725227777604,"id":77,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":9,"timestamp":6725227777612,"id":78,"parentId":66,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-generateClientManifest","duration":259,"timestamp":6725227777894,"id":80,"parentId":64,"tags":{},"startTime":1776332174814,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-createassets","duration":294,"timestamp":6725227777861,"id":79,"parentId":64,"tags":{},"startTime":1776332174814,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":910,"timestamp":6725227777347,"id":66,"parentId":64,"tags":{},"startTime":1776332174813,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":1891,"timestamp":6725227776386,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1776332174812,"traceId":"bd5433937c2d2119"},{"name":"setup-dev-bundler","duration":1848661,"timestamp":6725225955473,"id":2,"parentId":1,"tags":{},"startTime":1776332172991,"traceId":"bd5433937c2d2119"},{"name":"run-instrumentation-hook","duration":23,"timestamp":6725227822454,"id":82,"parentId":1,"tags":{},"startTime":1776332174858,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":44535,"timestamp":6725227778293,"id":81,"parentId":61,"tags":{},"startTime":1776332174814,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-client","duration":51292,"timestamp":6725227772074,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332174808,"traceId":"bd5433937c2d2119"},{"name":"make","duration":248,"timestamp":6725227824890,"id":84,"parentId":83,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":23,"timestamp":6725227825250,"id":86,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":4,"timestamp":6725227825282,"id":88,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":89,"timestamp":6725227825322,"id":89,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":3,"timestamp":6725227825419,"id":90,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725227825437,"id":91,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":173,"timestamp":6725227825279,"id":87,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":4,"timestamp":6725227825585,"id":92,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":4,"timestamp":6725227825593,"id":93,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":33,"timestamp":6725227825614,"id":94,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":9,"timestamp":6725227825648,"id":95,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":4,"timestamp":6725227825654,"id":96,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":9,"timestamp":6725227825660,"id":97,"parentId":85,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":617,"timestamp":6725227825230,"id":85,"parentId":83,"tags":{},"startTime":1776332174861,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":1458,"timestamp":6725227824410,"id":83,"parentId":62,"tags":{"name":"server"},"startTime":1776332174860,"traceId":"bd5433937c2d2119"},{"name":"start-dev-server","duration":2111178,"timestamp":6725225719901,"id":1,"tags":{"cpus":"10","platform":"darwin","memory.freeMem":"93011968","memory.totalMem":"17179869184","memory.heapSizeLimit":"8640266240","isTurbopack":false,"memory.rss":"229244928","memory.heapTotal":"105168896","memory.heapUsed":"80557216"},"startTime":1776332172756,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":7267,"timestamp":6725227825881,"id":98,"parentId":62,"tags":{},"startTime":1776332174862,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-server","duration":61246,"timestamp":6725227772217,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332174808,"traceId":"bd5433937c2d2119"},{"name":"make","duration":290,"timestamp":6725227834794,"id":100,"parentId":99,"tags":{},"startTime":1776332174870,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":15,"timestamp":6725227835229,"id":102,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":2,"timestamp":6725227835253,"id":104,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":5,"timestamp":6725227835264,"id":105,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":2,"timestamp":6725227835275,"id":106,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725227835287,"id":107,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":53,"timestamp":6725227835250,"id":103,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":4,"timestamp":6725227835356,"id":108,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":3,"timestamp":6725227835363,"id":109,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":25,"timestamp":6725227835390,"id":110,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":7,"timestamp":6725227835415,"id":111,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":3,"timestamp":6725227835420,"id":112,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":8,"timestamp":6725227835426,"id":113,"parentId":101,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":419,"timestamp":6725227835214,"id":101,"parentId":99,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":1260,"timestamp":6725227834386,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1776332174870,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":2247,"timestamp":6725227835656,"id":114,"parentId":63,"tags":{},"startTime":1776332174871,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-edge-server","duration":66068,"timestamp":6725227772240,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332174808,"traceId":"bd5433937c2d2119"}] -[{"name":"build-module","duration":47743,"timestamp":6725238985540,"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%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776332186021,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5841,"timestamp":6725239044191,"id":137,"parentId":136,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5899,"timestamp":6725239044145,"id":136,"parentId":127,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8775,"timestamp":6725239043324,"id":127,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7997,"timestamp":6725239044143,"id":135,"parentId":134,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8101,"timestamp":6725239044040,"id":134,"parentId":123,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":10389,"timestamp":6725239042584,"id":123,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"rsc"},"startTime":1776332186078,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10711,"timestamp":6725239044229,"id":139,"parentId":138,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10750,"timestamp":6725239044193,"id":138,"parentId":128,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14819,"timestamp":6725239043370,"id":128,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14221,"timestamp":6725239044017,"id":133,"parentId":132,"tags":{},"startTime":1776332186080,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14681,"timestamp":6725239043558,"id":132,"parentId":122,"tags":{},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":19506,"timestamp":6725239041159,"id":122,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1776332186077,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":19174,"timestamp":6725239043527,"id":129,"parentId":124,"tags":{},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":87,"timestamp":6725239062735,"id":140,"parentId":124,"tags":{},"startTime":1776332186098,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20751,"timestamp":6725239042722,"id":124,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1776332186078,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":19938,"timestamp":6725239043547,"id":130,"parentId":125,"tags":{},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":76,"timestamp":6725239063496,"id":141,"parentId":125,"tags":{},"startTime":1776332186099,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":23192,"timestamp":6725239043070,"id":125,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":22758,"timestamp":6725239043554,"id":131,"parentId":126,"tags":{},"startTime":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":43,"timestamp":6725239066323,"id":142,"parentId":126,"tags":{},"startTime":1776332186102,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":24217,"timestamp":6725239043239,"id":126,"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":1776332186079,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":345,"timestamp":6725239072485,"id":143,"parentId":126,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1776332186108,"traceId":"bd5433937c2d2119"},{"name":"build-module-external","duration":26,"timestamp":6725239075646,"id":147,"parentId":125,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"build-module-external","duration":8,"timestamp":6725239075814,"id":151,"parentId":125,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"build-module-external","duration":4,"timestamp":6725239075827,"id":152,"parentId":125,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4565,"timestamp":6725239076179,"id":161,"parentId":160,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4633,"timestamp":6725239076116,"id":160,"parentId":148,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5794,"timestamp":6725239075688,"id":148,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5601,"timestamp":6725239076113,"id":159,"parentId":158,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5635,"timestamp":6725239076082,"id":158,"parentId":146,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6464,"timestamp":6725239075577,"id":146,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5978,"timestamp":6725239076078,"id":157,"parentId":156,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6021,"timestamp":6725239076036,"id":156,"parentId":145,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6834,"timestamp":6725239075439,"id":145,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6253,"timestamp":6725239076031,"id":155,"parentId":154,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6396,"timestamp":6725239075887,"id":154,"parentId":144,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7241,"timestamp":6725239075177,"id":144,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7273,"timestamp":6725239076424,"id":163,"parentId":162,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7427,"timestamp":6725239076275,"id":162,"parentId":149,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9241,"timestamp":6725239075745,"id":149,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8533,"timestamp":6725239076475,"id":165,"parentId":164,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8580,"timestamp":6725239076428,"id":164,"parentId":150,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9421,"timestamp":6725239075784,"id":150,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1776332186111,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9713,"timestamp":6725239076503,"id":167,"parentId":166,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9739,"timestamp":6725239076479,"id":166,"parentId":153,"tags":{},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11664,"timestamp":6725239075834,"id":153,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1776332186112,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":11505,"timestamp":6725239080497,"id":169,"parentId":168,"tags":{},"startTime":1776332186116,"traceId":"bd5433937c2d2119"},{"name":"build-module-css","duration":13358,"timestamp":6725239078990,"id":168,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1776332186115,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":7741,"timestamp":6725239085947,"id":174,"parentId":170,"tags":{},"startTime":1776332186122,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":97,"timestamp":6725239093698,"id":178,"parentId":170,"tags":{},"startTime":1776332186129,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":25591,"timestamp":6725239085538,"id":170,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1776332186121,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":25258,"timestamp":6725239085962,"id":175,"parentId":171,"tags":{},"startTime":1776332186122,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":52,"timestamp":6725239111231,"id":179,"parentId":171,"tags":{},"startTime":1776332186147,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":26127,"timestamp":6725239085657,"id":171,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1776332186121,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":25824,"timestamp":6725239085969,"id":176,"parentId":172,"tags":{},"startTime":1776332186122,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":38,"timestamp":6725239111804,"id":180,"parentId":172,"tags":{},"startTime":1776332186147,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":26276,"timestamp":6725239085732,"id":172,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1776332186121,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":26041,"timestamp":6725239085973,"id":177,"parentId":173,"tags":{},"startTime":1776332186122,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":38,"timestamp":6725239112020,"id":181,"parentId":173,"tags":{},"startTime":1776332186148,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":27045,"timestamp":6725239085787,"id":173,"parentId":125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1776332186121,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":4172,"timestamp":6725239116252,"id":183,"parentId":182,"tags":{},"startTime":1776332186152,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":93,"timestamp":6725239120434,"id":190,"parentId":182,"tags":{},"startTime":1776332186156,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5996,"timestamp":6725239116126,"id":182,"parentId":149,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1776332186152,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5480,"timestamp":6725239118595,"id":189,"parentId":186,"tags":{},"startTime":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30,"timestamp":6725239124087,"id":201,"parentId":186,"tags":{},"startTime":1776332186160,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5961,"timestamp":6725239118512,"id":186,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5895,"timestamp":6725239118587,"id":188,"parentId":185,"tags":{},"startTime":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34,"timestamp":6725239124487,"id":202,"parentId":185,"tags":{},"startTime":1776332186160,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7236,"timestamp":6725239118452,"id":185,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":7140,"timestamp":6725239118571,"id":187,"parentId":184,"tags":{},"startTime":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34,"timestamp":6725239125718,"id":203,"parentId":184,"tags":{},"startTime":1776332186161,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7609,"timestamp":6725239118341,"id":184,"parentId":127,"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":1776332186154,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":6646,"timestamp":6725239122733,"id":197,"parentId":192,"tags":{},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":41,"timestamp":6725239129389,"id":208,"parentId":192,"tags":{},"startTime":1776332186165,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8793,"timestamp":6725239122504,"id":192,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":8560,"timestamp":6725239122750,"id":200,"parentId":195,"tags":{},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":107,"timestamp":6725239131318,"id":209,"parentId":195,"tags":{},"startTime":1776332186167,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9716,"timestamp":6725239122657,"id":195,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":9669,"timestamp":6725239122719,"id":196,"parentId":191,"tags":{},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":33,"timestamp":6725239132395,"id":210,"parentId":191,"tags":{},"startTime":1776332186168,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10302,"timestamp":6725239122403,"id":191,"parentId":149,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":9972,"timestamp":6725239122740,"id":198,"parentId":193,"tags":{},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34,"timestamp":6725239132717,"id":211,"parentId":193,"tags":{},"startTime":1776332186168,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12378,"timestamp":6725239122561,"id":193,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":12202,"timestamp":6725239122745,"id":199,"parentId":194,"tags":{},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":55,"timestamp":6725239134951,"id":212,"parentId":194,"tags":{},"startTime":1776332186171,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13387,"timestamp":6725239122610,"id":194,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1776332186158,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2539,"timestamp":6725239137629,"id":219,"parentId":218,"tags":{},"startTime":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2580,"timestamp":6725239137598,"id":218,"parentId":215,"tags":{},"startTime":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3350,"timestamp":6725239137411,"id":215,"parentId":182,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":14015,"timestamp":6725239128341,"id":206,"parentId":204,"tags":{},"startTime":1776332186164,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":32,"timestamp":6725239142362,"id":230,"parentId":204,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14340,"timestamp":6725239128180,"id":204,"parentId":125,"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":1776332186164,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":14177,"timestamp":6725239128350,"id":207,"parentId":205,"tags":{},"startTime":1776332186164,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29,"timestamp":6725239142530,"id":231,"parentId":205,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14467,"timestamp":6725239128277,"id":205,"parentId":128,"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":1776332186164,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5352,"timestamp":6725239137544,"id":216,"parentId":213,"tags":{},"startTime":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29,"timestamp":6725239142900,"id":232,"parentId":213,"tags":{},"startTime":1776332186179,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5746,"timestamp":6725239137257,"id":213,"parentId":128,"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":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5451,"timestamp":6725239137557,"id":217,"parentId":214,"tags":{},"startTime":1776332186173,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-loader","duration":26,"timestamp":6725239143113,"id":233,"parentId":214,"tags":{},"startTime":1776332186179,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6365,"timestamp":6725239137359,"id":214,"parentId":182,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1776332186173,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2940,"timestamp":6725239142307,"id":229,"parentId":228,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2975,"timestamp":6725239142273,"id":228,"parentId":225,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3361,"timestamp":6725239142121,"id":225,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"rsc"},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3219,"timestamp":6725239142271,"id":227,"parentId":226,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3273,"timestamp":6725239142218,"id":226,"parentId":224,"tags":{},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3648,"timestamp":6725239142037,"id":224,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1776332186178,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1386,"timestamp":6725239144321,"id":239,"parentId":238,"tags":{},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1425,"timestamp":6725239144283,"id":238,"parentId":234,"tags":{},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":1712,"timestamp":6725239144094,"id":234,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"rsc"},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2368,"timestamp":6725239144353,"id":241,"parentId":240,"tags":{},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2404,"timestamp":6725239144323,"id":240,"parentId":235,"tags":{},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":2888,"timestamp":6725239144162,"id":235,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"rsc"},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5563,"timestamp":6725239141506,"id":223,"parentId":221,"tags":{},"startTime":1776332186177,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":35,"timestamp":6725239147076,"id":242,"parentId":221,"tags":{},"startTime":1776332186183,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5845,"timestamp":6725239141434,"id":221,"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":1776332186177,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5794,"timestamp":6725239141496,"id":222,"parentId":220,"tags":{},"startTime":1776332186177,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":3775,"timestamp":6725239144263,"id":237,"parentId":236,"tags":{},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":39,"timestamp":6725239148049,"id":245,"parentId":236,"tags":{},"startTime":1776332186184,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4948,"timestamp":6725239144216,"id":236,"parentId":195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1776332186180,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2185,"timestamp":6725239147345,"id":244,"parentId":243,"tags":{},"startTime":1776332186183,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2243,"timestamp":6725239147298,"id":243,"parentId":220,"tags":{},"startTime":1776332186183,"traceId":"bd5433937c2d2119"},{"name":"build-module-mjs","duration":9036,"timestamp":6725239141063,"id":220,"parentId":122,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"rsc"},"startTime":1776332186177,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":1517,"timestamp":6725239152094,"id":247,"parentId":246,"tags":{},"startTime":1776332186188,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":47,"timestamp":6725239153622,"id":252,"parentId":246,"tags":{},"startTime":1776332186189,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1883,"timestamp":6725239151968,"id":246,"parentId":171,"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":1776332186188,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":925,"timestamp":6725239153366,"id":250,"parentId":248,"tags":{},"startTime":1776332186189,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":54,"timestamp":6725239154297,"id":253,"parentId":248,"tags":{},"startTime":1776332186190,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":18058,"timestamp":6725239153123,"id":248,"parentId":193,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1776332186189,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":17845,"timestamp":6725239153375,"id":251,"parentId":249,"tags":{},"startTime":1776332186189,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":301,"timestamp":6725239171230,"id":254,"parentId":249,"tags":{},"startTime":1776332186207,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":19816,"timestamp":6725239153221,"id":249,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1776332186189,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":227566,"timestamp":6725238953692,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776332185989,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":1588,"timestamp":6725239193581,"id":259,"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%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776332186229,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":1691,"timestamp":6725239195185,"id":260,"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%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&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":1776332186231,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":1538,"timestamp":6725239196896,"id":261,"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":1776332186233,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5,"timestamp":6725239205754,"id":296,"parentId":295,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1145,"timestamp":6725239204735,"id":276,"parentId":275,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1175,"timestamp":6725239204707,"id":275,"parentId":267,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":2348,"timestamp":6725239204311,"id":267,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4729,"timestamp":6725239202067,"id":264,"parentId":263,"tags":{},"startTime":1776332186238,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4848,"timestamp":6725239201949,"id":263,"parentId":262,"tags":{},"startTime":1776332186238,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":8664,"timestamp":6725239201203,"id":262,"parentId":259,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"ssr"},"startTime":1776332186237,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6142,"timestamp":6725239204674,"id":272,"parentId":271,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6190,"timestamp":6725239204628,"id":271,"parentId":265,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":7297,"timestamp":6725239204170,"id":265,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6829,"timestamp":6725239204706,"id":274,"parentId":273,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6861,"timestamp":6725239204676,"id":273,"parentId":266,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":8794,"timestamp":6725239204262,"id":266,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8320,"timestamp":6725239204763,"id":278,"parentId":277,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8348,"timestamp":6725239204736,"id":277,"parentId":268,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":9145,"timestamp":6725239204354,"id":268,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8469,"timestamp":6725239205046,"id":288,"parentId":287,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8480,"timestamp":6725239205036,"id":287,"parentId":283,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8985,"timestamp":6725239204944,"id":283,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9164,"timestamp":6725239204781,"id":280,"parentId":279,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9182,"timestamp":6725239204764,"id":279,"parentId":269,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10205,"timestamp":6725239204395,"id":269,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9538,"timestamp":6725239205071,"id":294,"parentId":293,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9546,"timestamp":6725239205064,"id":293,"parentId":286,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9839,"timestamp":6725239205016,"id":286,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9805,"timestamp":6725239205063,"id":292,"parentId":291,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9813,"timestamp":6725239205056,"id":291,"parentId":285,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10373,"timestamp":6725239204991,"id":285,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9577,"timestamp":6725239205817,"id":298,"parentId":297,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9628,"timestamp":6725239205767,"id":297,"parentId":295,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"build-module-mjs","duration":11633,"timestamp":6725239205416,"id":295,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"ssr"},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12033,"timestamp":6725239205055,"id":290,"parentId":289,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12042,"timestamp":6725239205048,"id":289,"parentId":284,"tags":{},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14878,"timestamp":6725239204970,"id":284,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1776332186241,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15125,"timestamp":6725239204790,"id":282,"parentId":281,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15135,"timestamp":6725239204782,"id":281,"parentId":270,"tags":{},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17800,"timestamp":6725239204588,"id":270,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1776332186240,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":101,"timestamp":6725239234969,"id":301,"parentId":299,"tags":{},"startTime":1776332186271,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":42,"timestamp":6725239235087,"id":304,"parentId":299,"tags":{},"startTime":1776332186271,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":570,"timestamp":6725239234825,"id":299,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1776332186270,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5288,"timestamp":6725239234999,"id":303,"parentId":302,"tags":{},"startTime":1776332186271,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5320,"timestamp":6725239234972,"id":302,"parentId":300,"tags":{},"startTime":1776332186271,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5834,"timestamp":6725239234931,"id":300,"parentId":283,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1776332186271,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2820,"timestamp":6725239241336,"id":322,"parentId":321,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2831,"timestamp":6725239241329,"id":321,"parentId":307,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3419,"timestamp":6725239241091,"id":307,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3195,"timestamp":6725239241328,"id":320,"parentId":319,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3205,"timestamp":6725239241319,"id":319,"parentId":306,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3882,"timestamp":6725239241067,"id":306,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3648,"timestamp":6725239241317,"id":318,"parentId":317,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3670,"timestamp":6725239241296,"id":317,"parentId":305,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4206,"timestamp":6725239241018,"id":305,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3896,"timestamp":6725239241344,"id":324,"parentId":323,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3904,"timestamp":6725239241337,"id":323,"parentId":308,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4678,"timestamp":6725239241112,"id":308,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4441,"timestamp":6725239241359,"id":328,"parentId":327,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4448,"timestamp":6725239241353,"id":327,"parentId":310,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4867,"timestamp":6725239241148,"id":310,"parentId":285,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4656,"timestamp":6725239241366,"id":330,"parentId":329,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4664,"timestamp":6725239241360,"id":329,"parentId":311,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5031,"timestamp":6725239241166,"id":311,"parentId":284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4856,"timestamp":6725239241352,"id":326,"parentId":325,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4863,"timestamp":6725239241345,"id":325,"parentId":309,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5289,"timestamp":6725239241130,"id":309,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-transform","duration":5177,"timestamp":6725239241374,"id":332,"parentId":331,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5185,"timestamp":6725239241367,"id":331,"parentId":312,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5627,"timestamp":6725239241184,"id":312,"parentId":284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":523,"timestamp":6725239249227,"id":351,"parentId":341,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":564,"timestamp":6725239249234,"id":352,"parentId":342,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":429,"timestamp":6725239249762,"id":369,"parentId":341,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":393,"timestamp":6725239249801,"id":370,"parentId":342,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2108,"timestamp":6725239248724,"id":341,"parentId":300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1776332186284,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2139,"timestamp":6725239248862,"id":342,"parentId":300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9817,"timestamp":6725239241381,"id":334,"parentId":333,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9826,"timestamp":6725239241374,"id":333,"parentId":313,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10518,"timestamp":6725239241200,"id":313,"parentId":284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10346,"timestamp":6725239241407,"id":340,"parentId":339,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10354,"timestamp":6725239241400,"id":339,"parentId":316,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11075,"timestamp":6725239241249,"id":316,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12150,"timestamp":6725239241399,"id":338,"parentId":337,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12164,"timestamp":6725239241388,"id":337,"parentId":315,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12729,"timestamp":6725239241233,"id":315,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12589,"timestamp":6725239241388,"id":336,"parentId":335,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12596,"timestamp":6725239241382,"id":335,"parentId":314,"tags":{},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13371,"timestamp":6725239241216,"id":314,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1776332186277,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5030,"timestamp":6725239249577,"id":360,"parentId":359,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5043,"timestamp":6725239249564,"id":359,"parentId":346,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5755,"timestamp":6725239249019,"id":346,"parentId":270,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5220,"timestamp":6725239249563,"id":358,"parentId":357,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5231,"timestamp":6725239249553,"id":357,"parentId":345,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6012,"timestamp":6725239248990,"id":345,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7581,"timestamp":6725239249551,"id":356,"parentId":355,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7598,"timestamp":6725239249540,"id":355,"parentId":344,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8510,"timestamp":6725239248966,"id":344,"parentId":284,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7895,"timestamp":6725239249595,"id":364,"parentId":363,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7904,"timestamp":6725239249587,"id":363,"parentId":348,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8543,"timestamp":6725239249131,"id":348,"parentId":284,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8167,"timestamp":6725239249537,"id":354,"parentId":353,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8204,"timestamp":6725239249502,"id":353,"parentId":343,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9335,"timestamp":6725239248924,"id":343,"parentId":284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8819,"timestamp":6725239249586,"id":362,"parentId":361,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8829,"timestamp":6725239249578,"id":361,"parentId":347,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9665,"timestamp":6725239249109,"id":347,"parentId":270,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10565,"timestamp":6725239249603,"id":366,"parentId":365,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10575,"timestamp":6725239249596,"id":365,"parentId":349,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11296,"timestamp":6725239249153,"id":349,"parentId":284,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10869,"timestamp":6725239249614,"id":368,"parentId":367,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10881,"timestamp":6725239249604,"id":367,"parentId":350,"tags":{},"startTime":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11583,"timestamp":6725239249177,"id":350,"parentId":270,"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":1776332186285,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":212,"timestamp":6725239264746,"id":379,"parentId":371,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":28,"timestamp":6725239264965,"id":394,"parentId":371,"tags":{},"startTime":1776332186301,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1569,"timestamp":6725239264479,"id":371,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4109,"timestamp":6725239264810,"id":387,"parentId":386,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4119,"timestamp":6725239264802,"id":386,"parentId":375,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4494,"timestamp":6725239264664,"id":375,"parentId":285,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4366,"timestamp":6725239264801,"id":385,"parentId":384,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4375,"timestamp":6725239264793,"id":384,"parentId":374,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4668,"timestamp":6725239264644,"id":374,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4553,"timestamp":6725239264779,"id":381,"parentId":380,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4582,"timestamp":6725239264751,"id":380,"parentId":372,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5016,"timestamp":6725239264580,"id":372,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4813,"timestamp":6725239264792,"id":383,"parentId":382,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4824,"timestamp":6725239264782,"id":382,"parentId":373,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5200,"timestamp":6725239264622,"id":373,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5596,"timestamp":6725239264829,"id":391,"parentId":390,"tags":{},"startTime":1776332186301,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5609,"timestamp":6725239264822,"id":390,"parentId":377,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6413,"timestamp":6725239264698,"id":377,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6307,"timestamp":6725239264821,"id":389,"parentId":388,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6315,"timestamp":6725239264814,"id":388,"parentId":376,"tags":{},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6657,"timestamp":6725239264681,"id":376,"parentId":284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8829,"timestamp":6725239264837,"id":393,"parentId":392,"tags":{},"startTime":1776332186301,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8840,"timestamp":6725239264830,"id":392,"parentId":378,"tags":{},"startTime":1776332186301,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11027,"timestamp":6725239264718,"id":378,"parentId":270,"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":1776332186300,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2416,"timestamp":6725239276819,"id":413,"parentId":412,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2430,"timestamp":6725239276809,"id":412,"parentId":398,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3289,"timestamp":6725239276327,"id":398,"parentId":308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3502,"timestamp":6725239276770,"id":407,"parentId":406,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3536,"timestamp":6725239276739,"id":406,"parentId":395,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5074,"timestamp":6725239276182,"id":395,"parentId":305,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4487,"timestamp":6725239276807,"id":411,"parentId":410,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4508,"timestamp":6725239276787,"id":410,"parentId":397,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5473,"timestamp":6725239276299,"id":397,"parentId":308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5013,"timestamp":6725239276785,"id":409,"parentId":408,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5027,"timestamp":6725239276772,"id":408,"parentId":396,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6217,"timestamp":6725239276265,"id":396,"parentId":309,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6947,"timestamp":6725239276830,"id":415,"parentId":414,"tags":{},"startTime":1776332186313,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6959,"timestamp":6725239276821,"id":414,"parentId":400,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7547,"timestamp":6725239276424,"id":400,"parentId":307,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7142,"timestamp":6725239276840,"id":417,"parentId":416,"tags":{},"startTime":1776332186313,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7151,"timestamp":6725239276832,"id":416,"parentId":401,"tags":{},"startTime":1776332186313,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7722,"timestamp":6725239276448,"id":401,"parentId":305,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11659,"timestamp":6725239276851,"id":419,"parentId":418,"tags":{},"startTime":1776332186313,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11675,"timestamp":6725239276842,"id":418,"parentId":403,"tags":{},"startTime":1776332186313,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12883,"timestamp":6725239276528,"id":403,"parentId":314,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9360,"timestamp":6725239280067,"id":432,"parentId":431,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9371,"timestamp":6725239280057,"id":431,"parentId":422,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9964,"timestamp":6725239279814,"id":422,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1776332186315,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9748,"timestamp":6725239280056,"id":430,"parentId":429,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9761,"timestamp":6725239280043,"id":429,"parentId":421,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10405,"timestamp":6725239279786,"id":421,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1776332186315,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10161,"timestamp":6725239280040,"id":428,"parentId":427,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10190,"timestamp":6725239280013,"id":427,"parentId":420,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10735,"timestamp":6725239279733,"id":420,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1776332186315,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10408,"timestamp":6725239280083,"id":434,"parentId":433,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10424,"timestamp":6725239280068,"id":433,"parentId":423,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"}] -[{"name":"build-module-js","duration":11462,"timestamp":6725239279841,"id":423,"parentId":347,"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":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13186,"timestamp":6725239280094,"id":436,"parentId":435,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13202,"timestamp":6725239280084,"id":435,"parentId":424,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14468,"timestamp":6725239279864,"id":424,"parentId":347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14298,"timestamp":6725239280115,"id":440,"parentId":439,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14309,"timestamp":6725239280106,"id":439,"parentId":426,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15614,"timestamp":6725239279918,"id":426,"parentId":347,"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":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15610,"timestamp":6725239280104,"id":438,"parentId":437,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15621,"timestamp":6725239280096,"id":437,"parentId":425,"tags":{},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17085,"timestamp":6725239279887,"id":425,"parentId":347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1776332186316,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":28626,"timestamp":6725239276625,"id":405,"parentId":402,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":35,"timestamp":6725239305265,"id":445,"parentId":402,"tags":{},"startTime":1776332186341,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":29006,"timestamp":6725239276472,"id":402,"parentId":269,"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":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":28877,"timestamp":6725239276610,"id":404,"parentId":399,"tags":{},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":27,"timestamp":6725239305491,"id":446,"parentId":399,"tags":{},"startTime":1776332186341,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":29414,"timestamp":6725239276364,"id":399,"parentId":312,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1776332186312,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":561,"timestamp":6725239311295,"id":464,"parentId":457,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":47,"timestamp":6725239311871,"id":477,"parentId":457,"tags":{},"startTime":1776332186348,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1676,"timestamp":6725239310736,"id":457,"parentId":402,"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":1776332186346,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":11756,"timestamp":6725239301797,"id":444,"parentId":442,"tags":{},"startTime":1776332186337,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":36,"timestamp":6725239313563,"id":478,"parentId":442,"tags":{},"startTime":1776332186349,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12846,"timestamp":6725239301281,"id":442,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1776332186337,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":12415,"timestamp":6725239301742,"id":443,"parentId":441,"tags":{},"startTime":1776332186337,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":37,"timestamp":6725239314170,"id":479,"parentId":441,"tags":{},"startTime":1776332186350,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13548,"timestamp":6725239300884,"id":441,"parentId":267,"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":1776332186337,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4880,"timestamp":6725239309589,"id":454,"parentId":453,"tags":{},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4912,"timestamp":6725239309558,"id":453,"parentId":451,"tags":{},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5552,"timestamp":6725239309375,"id":451,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5342,"timestamp":6725239309604,"id":456,"parentId":455,"tags":{},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5354,"timestamp":6725239309594,"id":455,"parentId":452,"tags":{},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6033,"timestamp":6725239309436,"id":452,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1776332186345,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6095,"timestamp":6725239311510,"id":472,"parentId":471,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6108,"timestamp":6725239311501,"id":471,"parentId":461,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6737,"timestamp":6725239311148,"id":461,"parentId":396,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6505,"timestamp":6725239311432,"id":466,"parentId":465,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6609,"timestamp":6725239311329,"id":465,"parentId":458,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":7767,"timestamp":6725239310848,"id":458,"parentId":267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7142,"timestamp":6725239311499,"id":470,"parentId":469,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7173,"timestamp":6725239311470,"id":469,"parentId":460,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":7873,"timestamp":6725239311096,"id":460,"parentId":267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":13746,"timestamp":6725239306602,"id":449,"parentId":447,"tags":{},"startTime":1776332186342,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":31,"timestamp":6725239320356,"id":493,"parentId":447,"tags":{},"startTime":1776332186356,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14044,"timestamp":6725239306428,"id":447,"parentId":283,"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":1776332186342,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8968,"timestamp":6725239311519,"id":474,"parentId":473,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8977,"timestamp":6725239311511,"id":473,"parentId":462,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9505,"timestamp":6725239311171,"id":462,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9159,"timestamp":6725239311527,"id":476,"parentId":475,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9167,"timestamp":6725239311520,"id":475,"parentId":463,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9583,"timestamp":6725239311224,"id":463,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9425,"timestamp":6725239311468,"id":468,"parentId":467,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9460,"timestamp":6725239311434,"id":467,"parentId":459,"tags":{},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":11690,"timestamp":6725239310975,"id":459,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"ssr"},"startTime":1776332186347,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":16060,"timestamp":6725239306625,"id":450,"parentId":448,"tags":{},"startTime":1776332186342,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":39,"timestamp":6725239322694,"id":494,"parentId":448,"tags":{},"startTime":1776332186358,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16299,"timestamp":6725239306541,"id":448,"parentId":284,"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":1776332186342,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6529,"timestamp":6725239316521,"id":488,"parentId":487,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6557,"timestamp":6725239316494,"id":487,"parentId":482,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7393,"timestamp":6725239316022,"id":482,"parentId":403,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6888,"timestamp":6725239316543,"id":492,"parentId":491,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6898,"timestamp":6725239316535,"id":491,"parentId":484,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7704,"timestamp":6725239316072,"id":484,"parentId":425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11820,"timestamp":6725239316534,"id":490,"parentId":489,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11834,"timestamp":6725239316523,"id":489,"parentId":483,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12711,"timestamp":6725239316049,"id":483,"parentId":426,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2987,"timestamp":6725239326199,"id":500,"parentId":499,"tags":{},"startTime":1776332186362,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3002,"timestamp":6725239326185,"id":499,"parentId":496,"tags":{},"startTime":1776332186362,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4125,"timestamp":6725239325266,"id":496,"parentId":398,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1776332186361,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3234,"timestamp":6725239326182,"id":498,"parentId":497,"tags":{},"startTime":1776332186362,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3301,"timestamp":6725239326117,"id":497,"parentId":495,"tags":{},"startTime":1776332186362,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":4585,"timestamp":6725239325171,"id":495,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"ssr"},"startTime":1776332186361,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1589,"timestamp":6725239330397,"id":516,"parentId":515,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1673,"timestamp":6725239330316,"id":515,"parentId":504,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2459,"timestamp":6725239329984,"id":504,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3239,"timestamp":6725239330297,"id":512,"parentId":511,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3250,"timestamp":6725239330288,"id":511,"parentId":502,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3885,"timestamp":6725239329943,"id":502,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3535,"timestamp":6725239330306,"id":514,"parentId":513,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3544,"timestamp":6725239330298,"id":513,"parentId":503,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4192,"timestamp":6725239329965,"id":503,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":18792,"timestamp":6725239316151,"id":485,"parentId":480,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":28,"timestamp":6725239334950,"id":524,"parentId":480,"tags":{},"startTime":1776332186371,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":19248,"timestamp":6725239315894,"id":480,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":18982,"timestamp":6725239316165,"id":486,"parentId":481,"tags":{},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":24,"timestamp":6725239335150,"id":525,"parentId":481,"tags":{},"startTime":1776332186371,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":19297,"timestamp":6725239315975,"id":481,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1776332186352,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5842,"timestamp":6725239330414,"id":520,"parentId":519,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5851,"timestamp":6725239330407,"id":519,"parentId":506,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6395,"timestamp":6725239330020,"id":506,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6151,"timestamp":6725239330286,"id":510,"parentId":509,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6173,"timestamp":6725239330266,"id":509,"parentId":501,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7905,"timestamp":6725239329896,"id":501,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6332,"timestamp":6725239331513,"id":523,"parentId":522,"tags":{},"startTime":1776332186367,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6366,"timestamp":6725239331480,"id":522,"parentId":521,"tags":{},"startTime":1776332186367,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6709,"timestamp":6725239331355,"id":521,"parentId":442,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1776332186367,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7710,"timestamp":6725239330406,"id":518,"parentId":517,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7719,"timestamp":6725239330398,"id":517,"parentId":505,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8524,"timestamp":6725239330002,"id":505,"parentId":378,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":14167,"timestamp":6725239330098,"id":508,"parentId":507,"tags":{},"startTime":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":31,"timestamp":6725239344273,"id":556,"parentId":507,"tags":{},"startTime":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14386,"timestamp":6725239330037,"id":507,"parentId":343,"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":1776332186366,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2274,"timestamp":6725239343760,"id":545,"parentId":544,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-loader","duration":2399,"timestamp":6725239343748,"id":544,"parentId":531,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3135,"timestamp":6725239343425,"id":531,"parentId":482,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3874,"timestamp":6725239343772,"id":547,"parentId":546,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3885,"timestamp":6725239343762,"id":546,"parentId":532,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4494,"timestamp":6725239343444,"id":532,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4261,"timestamp":6725239343692,"id":541,"parentId":540,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4329,"timestamp":6725239343625,"id":540,"parentId":529,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4960,"timestamp":6725239343380,"id":529,"parentId":484,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4571,"timestamp":6725239343782,"id":549,"parentId":548,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4581,"timestamp":6725239343773,"id":548,"parentId":533,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5275,"timestamp":6725239343461,"id":533,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5011,"timestamp":6725239343746,"id":543,"parentId":542,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5054,"timestamp":6725239343704,"id":542,"parentId":530,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6229,"timestamp":6725239343405,"id":530,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6472,"timestamp":6725239343792,"id":551,"parentId":550,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6482,"timestamp":6725239343784,"id":550,"parentId":534,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7139,"timestamp":6725239343478,"id":534,"parentId":482,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9587,"timestamp":6725239343804,"id":553,"parentId":552,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9601,"timestamp":6725239343794,"id":552,"parentId":535,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10586,"timestamp":6725239343495,"id":535,"parentId":482,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8613,"timestamp":6725239345485,"id":567,"parentId":566,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8633,"timestamp":6725239345466,"id":566,"parentId":558,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9577,"timestamp":6725239344731,"id":558,"parentId":452,"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":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8826,"timestamp":6725239345497,"id":569,"parentId":568,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8837,"timestamp":6725239345487,"id":568,"parentId":559,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10270,"timestamp":6725239344754,"id":559,"parentId":452,"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":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11210,"timestamp":6725239343855,"id":555,"parentId":554,"tags":{},"startTime":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11261,"timestamp":6725239343806,"id":554,"parentId":536,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":12555,"timestamp":6725239343512,"id":536,"parentId":268,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10565,"timestamp":6725239345516,"id":573,"parentId":572,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10575,"timestamp":6725239345507,"id":572,"parentId":561,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11444,"timestamp":6725239344929,"id":561,"parentId":452,"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":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10859,"timestamp":6725239345524,"id":575,"parentId":574,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10867,"timestamp":6725239345517,"id":574,"parentId":562,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11427,"timestamp":6725239345166,"id":562,"parentId":452,"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":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11110,"timestamp":6725239345532,"id":577,"parentId":576,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11118,"timestamp":6725239345525,"id":576,"parentId":563,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12977,"timestamp":6725239345266,"id":563,"parentId":452,"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":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12717,"timestamp":6725239345540,"id":579,"parentId":578,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12725,"timestamp":6725239345533,"id":578,"parentId":564,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13266,"timestamp":6725239345288,"id":564,"parentId":452,"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":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11959,"timestamp":6725239346852,"id":583,"parentId":582,"tags":{},"startTime":1776332186383,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11976,"timestamp":6725239346836,"id":582,"parentId":580,"tags":{},"startTime":1776332186383,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12454,"timestamp":6725239346745,"id":580,"parentId":483,"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":1776332186382,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12355,"timestamp":6725239346863,"id":585,"parentId":584,"tags":{},"startTime":1776332186383,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12365,"timestamp":6725239346854,"id":584,"parentId":581,"tags":{},"startTime":1776332186383,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12707,"timestamp":6725239346778,"id":581,"parentId":504,"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":1776332186382,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14018,"timestamp":6725239345506,"id":571,"parentId":570,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14027,"timestamp":6725239345498,"id":570,"parentId":560,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15971,"timestamp":6725239344785,"id":560,"parentId":452,"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":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":25440,"timestamp":6725239343566,"id":538,"parentId":527,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34,"timestamp":6725239369019,"id":586,"parentId":527,"tags":{},"startTime":1776332186405,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":25942,"timestamp":6725239343276,"id":527,"parentId":308,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":25668,"timestamp":6725239343556,"id":537,"parentId":526,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":32,"timestamp":6725239369228,"id":587,"parentId":526,"tags":{},"startTime":1776332186405,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":26129,"timestamp":6725239343187,"id":526,"parentId":270,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":25755,"timestamp":6725239343571,"id":539,"parentId":528,"tags":{},"startTime":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":41,"timestamp":6725239369331,"id":588,"parentId":528,"tags":{},"startTime":1776332186405,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":26092,"timestamp":6725239343327,"id":528,"parentId":286,"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":1776332186379,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":28296,"timestamp":6725239345311,"id":565,"parentId":557,"tags":{},"startTime":1776332186381,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30,"timestamp":6725239373617,"id":599,"parentId":557,"tags":{},"startTime":1776332186409,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":29375,"timestamp":6725239344679,"id":557,"parentId":286,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1776332186380,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3772,"timestamp":6725239371529,"id":596,"parentId":595,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3807,"timestamp":6725239371496,"id":595,"parentId":591,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4291,"timestamp":6725239371367,"id":591,"parentId":503,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4128,"timestamp":6725239371544,"id":598,"parentId":597,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4140,"timestamp":6725239371533,"id":597,"parentId":592,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4535,"timestamp":6725239371394,"id":592,"parentId":503,"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":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2866,"timestamp":6725239375229,"id":602,"parentId":601,"tags":{},"startTime":1776332186411,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2897,"timestamp":6725239375207,"id":601,"parentId":600,"tags":{},"startTime":1776332186411,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3222,"timestamp":6725239375102,"id":600,"parentId":521,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1776332186411,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1740,"timestamp":6725239377478,"id":614,"parentId":613,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1751,"timestamp":6725239377469,"id":613,"parentId":604,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2483,"timestamp":6725239377038,"id":604,"parentId":531,"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":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2170,"timestamp":6725239377514,"id":618,"parentId":617,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2199,"timestamp":6725239377488,"id":617,"parentId":606,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2742,"timestamp":6725239377196,"id":606,"parentId":531,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2485,"timestamp":6725239377467,"id":612,"parentId":611,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2506,"timestamp":6725239377446,"id":611,"parentId":603,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3315,"timestamp":6725239376996,"id":603,"parentId":531,"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":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3158,"timestamp":6725239377487,"id":616,"parentId":615,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3167,"timestamp":6725239377479,"id":615,"parentId":605,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4057,"timestamp":6725239377159,"id":605,"parentId":531,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3729,"timestamp":6725239377533,"id":622,"parentId":621,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3740,"timestamp":6725239377526,"id":621,"parentId":608,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4687,"timestamp":6725239377247,"id":608,"parentId":530,"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":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4483,"timestamp":6725239377548,"id":624,"parentId":623,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4499,"timestamp":6725239377534,"id":623,"parentId":609,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4992,"timestamp":6725239377267,"id":609,"parentId":530,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":11800,"timestamp":6725239371440,"id":594,"parentId":590,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":28,"timestamp":6725239383258,"id":642,"parentId":590,"tags":{},"startTime":1776332186419,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12122,"timestamp":6725239371321,"id":590,"parentId":266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":12023,"timestamp":6725239371425,"id":593,"parentId":589,"tags":{},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":23,"timestamp":6725239383452,"id":643,"parentId":589,"tags":{},"startTime":1776332186419,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12315,"timestamp":6725239371220,"id":589,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1776332186407,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5828,"timestamp":6725239379117,"id":631,"parentId":630,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5859,"timestamp":6725239379088,"id":630,"parentId":627,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6201,"timestamp":6725239378994,"id":627,"parentId":580,"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":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7659,"timestamp":6725239377557,"id":626,"parentId":625,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7667,"timestamp":6725239377550,"id":625,"parentId":610,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8193,"timestamp":6725239377293,"id":610,"parentId":530,"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":1776332186413,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-transform","duration":6458,"timestamp":6725239379135,"id":633,"parentId":632,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6475,"timestamp":6725239379119,"id":632,"parentId":628,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6702,"timestamp":6725239379033,"id":628,"parentId":581,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6599,"timestamp":6725239379145,"id":635,"parentId":634,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6609,"timestamp":6725239379136,"id":634,"parentId":629,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6854,"timestamp":6725239379055,"id":629,"parentId":559,"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":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6284,"timestamp":6725239379634,"id":639,"parentId":638,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6301,"timestamp":6725239379618,"id":638,"parentId":636,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6493,"timestamp":6725239379558,"id":636,"parentId":560,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6417,"timestamp":6725239379645,"id":641,"parentId":640,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6427,"timestamp":6725239379636,"id":640,"parentId":637,"tags":{},"startTime":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6662,"timestamp":6725239379595,"id":637,"parentId":560,"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":1776332186415,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8867,"timestamp":6725239377524,"id":620,"parentId":619,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8876,"timestamp":6725239377516,"id":619,"parentId":607,"tags":{},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10521,"timestamp":6725239377226,"id":607,"parentId":532,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1776332186413,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3005,"timestamp":6725239390866,"id":649,"parentId":648,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3042,"timestamp":6725239390836,"id":648,"parentId":644,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3910,"timestamp":6725239390326,"id":644,"parentId":563,"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":1776332186426,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3408,"timestamp":6725239390962,"id":653,"parentId":652,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3421,"timestamp":6725239390951,"id":652,"parentId":646,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4099,"timestamp":6725239390468,"id":646,"parentId":563,"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":1776332186426,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3620,"timestamp":6725239390973,"id":655,"parentId":654,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3630,"timestamp":6725239390963,"id":654,"parentId":647,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4242,"timestamp":6725239390491,"id":647,"parentId":563,"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":1776332186426,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3791,"timestamp":6725239390949,"id":651,"parentId":650,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3872,"timestamp":6725239390869,"id":650,"parentId":645,"tags":{},"startTime":1776332186427,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4451,"timestamp":6725239390430,"id":645,"parentId":563,"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":1776332186426,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3140,"timestamp":6725239393798,"id":659,"parentId":658,"tags":{},"startTime":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3160,"timestamp":6725239393779,"id":658,"parentId":656,"tags":{},"startTime":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3457,"timestamp":6725239393682,"id":656,"parentId":560,"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":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4726,"timestamp":6725239393808,"id":661,"parentId":660,"tags":{},"startTime":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4737,"timestamp":6725239393800,"id":660,"parentId":657,"tags":{},"startTime":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5542,"timestamp":6725239393740,"id":657,"parentId":560,"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":1776332186429,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":8195,"timestamp":6725239395548,"id":663,"parentId":662,"tags":{},"startTime":1776332186431,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29,"timestamp":6725239403750,"id":673,"parentId":662,"tags":{},"startTime":1776332186439,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8686,"timestamp":6725239395388,"id":662,"parentId":591,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1776332186431,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2143,"timestamp":6725239402219,"id":669,"parentId":668,"tags":{},"startTime":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2163,"timestamp":6725239402200,"id":668,"parentId":667,"tags":{},"startTime":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2729,"timestamp":6725239402148,"id":667,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5406,"timestamp":6725239399594,"id":666,"parentId":665,"tags":{},"startTime":1776332186435,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5429,"timestamp":6725239399572,"id":665,"parentId":664,"tags":{},"startTime":1776332186435,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8324,"timestamp":6725239399455,"id":664,"parentId":590,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1776332186435,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10298,"timestamp":6725239402653,"id":672,"parentId":671,"tags":{},"startTime":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10319,"timestamp":6725239402634,"id":671,"parentId":670,"tags":{},"startTime":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11600,"timestamp":6725239402589,"id":670,"parentId":637,"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":1776332186438,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5798,"timestamp":6725239409718,"id":685,"parentId":684,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5809,"timestamp":6725239409710,"id":684,"parentId":676,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6301,"timestamp":6725239409470,"id":676,"parentId":559,"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":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6074,"timestamp":6725239409709,"id":683,"parentId":682,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6086,"timestamp":6725239409697,"id":682,"parentId":675,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6465,"timestamp":6725239409443,"id":675,"parentId":559,"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":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6239,"timestamp":6725239409694,"id":681,"parentId":680,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6285,"timestamp":6725239409649,"id":680,"parentId":674,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":6912,"timestamp":6725239409349,"id":674,"parentId":459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"ssr"},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6727,"timestamp":6725239409735,"id":689,"parentId":688,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6736,"timestamp":6725239409728,"id":688,"parentId":678,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7159,"timestamp":6725239409515,"id":678,"parentId":560,"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":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6944,"timestamp":6725239409743,"id":691,"parentId":690,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6951,"timestamp":6725239409736,"id":690,"parentId":679,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7319,"timestamp":6725239409534,"id":679,"parentId":657,"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":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7143,"timestamp":6725239409727,"id":687,"parentId":686,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7152,"timestamp":6725239409719,"id":686,"parentId":677,"tags":{},"startTime":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7819,"timestamp":6725239409494,"id":677,"parentId":563,"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":1776332186445,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3887,"timestamp":6725239418206,"id":694,"parentId":693,"tags":{},"startTime":1776332186454,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3917,"timestamp":6725239418179,"id":693,"parentId":692,"tags":{},"startTime":1776332186454,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4551,"timestamp":6725239417746,"id":692,"parentId":504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1776332186453,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2627,"timestamp":6725239419679,"id":706,"parentId":705,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2635,"timestamp":6725239419672,"id":705,"parentId":698,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2939,"timestamp":6725239419612,"id":698,"parentId":563,"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":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2900,"timestamp":6725239419662,"id":702,"parentId":701,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2910,"timestamp":6725239419653,"id":701,"parentId":696,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3163,"timestamp":6725239419565,"id":696,"parentId":559,"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":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3163,"timestamp":6725239419651,"id":700,"parentId":699,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3182,"timestamp":6725239419633,"id":699,"parentId":695,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3458,"timestamp":6725239419524,"id":695,"parentId":559,"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":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3344,"timestamp":6725239419671,"id":704,"parentId":703,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3352,"timestamp":6725239419663,"id":703,"parentId":697,"tags":{},"startTime":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3742,"timestamp":6725239419591,"id":697,"parentId":561,"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":1776332186455,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1962,"timestamp":6725239425539,"id":722,"parentId":721,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1972,"timestamp":6725239425531,"id":721,"parentId":710,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2604,"timestamp":6725239425306,"id":710,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5481,"timestamp":6725239425519,"id":718,"parentId":717,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5517,"timestamp":6725239425510,"id":717,"parentId":708,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6440,"timestamp":6725239425252,"id":708,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6258,"timestamp":6725239425530,"id":720,"parentId":719,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6271,"timestamp":6725239425520,"id":719,"parentId":709,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7376,"timestamp":6725239425279,"id":709,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7172,"timestamp":6725239425508,"id":716,"parentId":715,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7198,"timestamp":6725239425483,"id":715,"parentId":707,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8001,"timestamp":6725239425184,"id":707,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7644,"timestamp":6725239425554,"id":726,"parentId":725,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7652,"timestamp":6725239425547,"id":725,"parentId":712,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7972,"timestamp":6725239425346,"id":712,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8667,"timestamp":6725239425547,"id":724,"parentId":723,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8676,"timestamp":6725239425539,"id":723,"parentId":711,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9491,"timestamp":6725239425327,"id":711,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9260,"timestamp":6725239425569,"id":730,"parentId":729,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9276,"timestamp":6725239425563,"id":729,"parentId":714,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9612,"timestamp":6725239425383,"id":714,"parentId":662,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9446,"timestamp":6725239425562,"id":728,"parentId":727,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9453,"timestamp":6725239425555,"id":727,"parentId":713,"tags":{},"startTime":1776332186461,"traceId":"bd5433937c2d2119"}] -[{"name":"build-module-js","duration":10113,"timestamp":6725239425364,"id":713,"parentId":664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1776332186461,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6425,"timestamp":6725239430631,"id":737,"parentId":736,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6453,"timestamp":6725239430605,"id":736,"parentId":731,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7243,"timestamp":6725239430001,"id":731,"parentId":677,"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":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6606,"timestamp":6725239430655,"id":741,"parentId":740,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6615,"timestamp":6725239430647,"id":740,"parentId":733,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7331,"timestamp":6725239430298,"id":733,"parentId":678,"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":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7092,"timestamp":6725239430645,"id":739,"parentId":738,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7104,"timestamp":6725239430634,"id":738,"parentId":732,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7934,"timestamp":6725239430255,"id":732,"parentId":676,"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":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7564,"timestamp":6725239430664,"id":743,"parentId":742,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7573,"timestamp":6725239430657,"id":742,"parentId":734,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8104,"timestamp":6725239430402,"id":734,"parentId":677,"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":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7880,"timestamp":6725239430673,"id":745,"parentId":744,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7888,"timestamp":6725239430665,"id":744,"parentId":735,"tags":{},"startTime":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8298,"timestamp":6725239430464,"id":735,"parentId":675,"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":1776332186466,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2905,"timestamp":6725239450898,"id":765,"parentId":764,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2921,"timestamp":6725239450886,"id":764,"parentId":749,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3790,"timestamp":6725239450385,"id":749,"parentId":698,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3282,"timestamp":6725239450908,"id":767,"parentId":766,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3291,"timestamp":6725239450899,"id":766,"parentId":750,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3964,"timestamp":6725239450424,"id":750,"parentId":698,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3520,"timestamp":6725239450883,"id":763,"parentId":762,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3559,"timestamp":6725239450845,"id":762,"parentId":748,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4962,"timestamp":6725239450250,"id":748,"parentId":697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4314,"timestamp":6725239450917,"id":769,"parentId":768,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4323,"timestamp":6725239450908,"id":768,"parentId":751,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5268,"timestamp":6725239450459,"id":751,"parentId":696,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5038,"timestamp":6725239450934,"id":773,"parentId":772,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5053,"timestamp":6725239450927,"id":772,"parentId":753,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7549,"timestamp":6725239450530,"id":753,"parentId":695,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7148,"timestamp":6725239450950,"id":777,"parentId":776,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7156,"timestamp":6725239450943,"id":776,"parentId":755,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7721,"timestamp":6725239450586,"id":755,"parentId":695,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13940,"timestamp":6725239450926,"id":771,"parentId":770,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13952,"timestamp":6725239450918,"id":770,"parentId":752,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15956,"timestamp":6725239450500,"id":752,"parentId":696,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":26898,"timestamp":6725239439771,"id":747,"parentId":746,"tags":{},"startTime":1776332186475,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":36,"timestamp":6725239466676,"id":811,"parentId":746,"tags":{},"startTime":1776332186502,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":27694,"timestamp":6725239439542,"id":746,"parentId":502,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1776332186475,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16323,"timestamp":6725239450942,"id":775,"parentId":774,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16331,"timestamp":6725239450935,"id":774,"parentId":754,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16889,"timestamp":6725239450561,"id":754,"parentId":695,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16501,"timestamp":6725239450959,"id":779,"parentId":778,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16509,"timestamp":6725239450951,"id":778,"parentId":756,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16989,"timestamp":6725239450607,"id":756,"parentId":695,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16639,"timestamp":6725239450967,"id":781,"parentId":780,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16647,"timestamp":6725239450960,"id":780,"parentId":757,"tags":{},"startTime":1776332186487,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17135,"timestamp":6725239450625,"id":757,"parentId":695,"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":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14147,"timestamp":6725239453622,"id":787,"parentId":786,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14211,"timestamp":6725239453559,"id":786,"parentId":782,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14606,"timestamp":6725239453365,"id":782,"parentId":709,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14313,"timestamp":6725239453670,"id":789,"parentId":788,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14350,"timestamp":6725239453634,"id":788,"parentId":783,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14809,"timestamp":6725239453440,"id":783,"parentId":707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14577,"timestamp":6725239453684,"id":791,"parentId":790,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14589,"timestamp":6725239453672,"id":790,"parentId":784,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15058,"timestamp":6725239453470,"id":784,"parentId":707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14849,"timestamp":6725239453695,"id":793,"parentId":792,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14859,"timestamp":6725239453685,"id":792,"parentId":785,"tags":{},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15173,"timestamp":6725239453492,"id":785,"parentId":707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1776332186489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9597,"timestamp":6725239459094,"id":806,"parentId":805,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9606,"timestamp":6725239459086,"id":805,"parentId":797,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10139,"timestamp":6725239458806,"id":797,"parentId":734,"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":1776332186494,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9872,"timestamp":6725239459085,"id":804,"parentId":803,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9882,"timestamp":6725239459075,"id":803,"parentId":796,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10399,"timestamp":6725239458783,"id":796,"parentId":732,"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":1776332186494,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10127,"timestamp":6725239459111,"id":810,"parentId":809,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10135,"timestamp":6725239459104,"id":809,"parentId":799,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10576,"timestamp":6725239458869,"id":799,"parentId":735,"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":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10388,"timestamp":6725239459072,"id":802,"parentId":801,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10418,"timestamp":6725239459044,"id":801,"parentId":795,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11505,"timestamp":6725239458750,"id":795,"parentId":734,"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":1776332186494,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":34367,"timestamp":6725239450787,"id":760,"parentId":758,"tags":{},"startTime":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":41,"timestamp":6725239485171,"id":812,"parentId":758,"tags":{},"startTime":1776332186521,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":35169,"timestamp":6725239450680,"id":758,"parentId":529,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":35132,"timestamp":6725239450801,"id":761,"parentId":759,"tags":{},"startTime":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29,"timestamp":6725239485938,"id":813,"parentId":759,"tags":{},"startTime":1776332186522,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":35527,"timestamp":6725239450736,"id":759,"parentId":529,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1776332186486,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":28476,"timestamp":6725239459103,"id":808,"parentId":807,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":28493,"timestamp":6725239459095,"id":807,"parentId":798,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":39223,"timestamp":6725239458848,"id":798,"parentId":735,"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":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":41549,"timestamp":6725239458985,"id":800,"parentId":794,"tags":{},"startTime":1776332186495,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":32,"timestamp":6725239500544,"id":817,"parentId":794,"tags":{},"startTime":1776332186536,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":42167,"timestamp":6725239458644,"id":794,"parentId":559,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1776332186494,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2009,"timestamp":6725239499945,"id":816,"parentId":815,"tags":{},"startTime":1776332186536,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2050,"timestamp":6725239499907,"id":815,"parentId":814,"tags":{},"startTime":1776332186536,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2590,"timestamp":6725239499606,"id":814,"parentId":677,"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":1776332186535,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2087,"timestamp":6725239501730,"id":823,"parentId":822,"tags":{},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2117,"timestamp":6725239501703,"id":822,"parentId":819,"tags":{},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3137,"timestamp":6725239501476,"id":819,"parentId":784,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2473,"timestamp":6725239502401,"id":831,"parentId":830,"tags":{},"startTime":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2483,"timestamp":6725239502392,"id":830,"parentId":827,"tags":{},"startTime":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2763,"timestamp":6725239502331,"id":827,"parentId":753,"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":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4428,"timestamp":6725239502390,"id":829,"parentId":828,"tags":{},"startTime":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4450,"timestamp":6725239502371,"id":828,"parentId":826,"tags":{},"startTime":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6335,"timestamp":6725239502289,"id":826,"parentId":797,"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":1776332186538,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6911,"timestamp":6725239501743,"id":825,"parentId":824,"tags":{},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6939,"timestamp":6725239501732,"id":824,"parentId":820,"tags":{},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9146,"timestamp":6725239501611,"id":820,"parentId":784,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":10753,"timestamp":6725239501661,"id":821,"parentId":818,"tags":{},"startTime":1776332186537,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-loader","duration":35,"timestamp":6725239512616,"id":835,"parentId":818,"tags":{},"startTime":1776332186548,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11499,"timestamp":6725239501269,"id":818,"parentId":664,"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":1776332186537,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1973,"timestamp":6725239511309,"id":834,"parentId":833,"tags":{},"startTime":1776332186547,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2036,"timestamp":6725239511248,"id":833,"parentId":832,"tags":{},"startTime":1776332186547,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2426,"timestamp":6725239511021,"id":832,"parentId":707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1776332186547,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":65,"timestamp":6725239513787,"id":838,"parentId":836,"tags":{},"startTime":1776332186549,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":154,"timestamp":6725239513856,"id":841,"parentId":836,"tags":{},"startTime":1776332186550,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":809,"timestamp":6725239513599,"id":836,"parentId":820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1776332186549,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2065,"timestamp":6725239513822,"id":840,"parentId":839,"tags":{},"startTime":1776332186549,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2107,"timestamp":6725239513800,"id":839,"parentId":837,"tags":{},"startTime":1776332186549,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2725,"timestamp":6725239513746,"id":837,"parentId":814,"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":1776332186549,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3950,"timestamp":6725239515074,"id":844,"parentId":843,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3972,"timestamp":6725239515053,"id":843,"parentId":842,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4190,"timestamp":6725239514975,"id":842,"parentId":820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3640,"timestamp":6725239515581,"id":850,"parentId":849,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3651,"timestamp":6725239515572,"id":849,"parentId":846,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3802,"timestamp":6725239515525,"id":846,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3774,"timestamp":6725239515570,"id":848,"parentId":847,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3793,"timestamp":6725239515552,"id":847,"parentId":845,"tags":{},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4346,"timestamp":6725239515482,"id":845,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1776332186551,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":298,"timestamp":6725239520432,"id":852,"parentId":851,"tags":{},"startTime":1776332186556,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34,"timestamp":6725239520744,"id":853,"parentId":851,"tags":{},"startTime":1776332186556,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1706,"timestamp":6725239520367,"id":851,"parentId":732,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1776332186556,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":389,"timestamp":6725239523621,"id":855,"parentId":854,"tags":{},"startTime":1776332186559,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30,"timestamp":6725239524024,"id":858,"parentId":854,"tags":{},"startTime":1776332186560,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1305,"timestamp":6725239523548,"id":854,"parentId":798,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1776332186559,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":1203,"timestamp":6725239523743,"id":857,"parentId":856,"tags":{},"startTime":1776332186559,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":102,"timestamp":6725239524957,"id":859,"parentId":856,"tags":{},"startTime":1776332186561,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5035,"timestamp":6725239523694,"id":856,"parentId":798,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1776332186559,"traceId":"bd5433937c2d2119"},{"name":"make","duration":579389,"timestamp":6725238950687,"id":119,"parentId":118,"tags":{},"startTime":1776332185986,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":2877,"timestamp":6725239537069,"id":861,"parentId":860,"tags":{},"startTime":1776332186573,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":4,"timestamp":6725239539965,"id":863,"parentId":860,"tags":{},"startTime":1776332186576,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":2529,"timestamp":6725239539979,"id":864,"parentId":860,"tags":{},"startTime":1776332186576,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":5,"timestamp":6725239542522,"id":865,"parentId":860,"tags":{},"startTime":1776332186578,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725239542539,"id":866,"parentId":860,"tags":{},"startTime":1776332186578,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":3194,"timestamp":6725239539958,"id":862,"parentId":860,"tags":{},"startTime":1776332186576,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":4768,"timestamp":6725239545326,"id":867,"parentId":860,"tags":{},"startTime":1776332186581,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":12373,"timestamp":6725239550103,"id":868,"parentId":860,"tags":{},"startTime":1776332186586,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":3326,"timestamp":6725239566246,"id":869,"parentId":860,"tags":{},"startTime":1776332186602,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":328,"timestamp":6725239569572,"id":870,"parentId":860,"tags":{},"startTime":1776332186605,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":128,"timestamp":6725239569848,"id":871,"parentId":860,"tags":{},"startTime":1776332186606,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":51237,"timestamp":6725239569980,"id":872,"parentId":860,"tags":{},"startTime":1776332186606,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":86643,"timestamp":6725239536371,"id":860,"parentId":118,"tags":{},"startTime":1776332186572,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":674517,"timestamp":6725238949527,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1776332185985,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":6546,"timestamp":6725239624075,"id":873,"parentId":116,"tags":{},"startTime":1776332186660,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-server","duration":690818,"timestamp":6725238940191,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332185976,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":1024,"timestamp":6725239646372,"id":881,"parentId":878,"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%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776332186682,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":1760,"timestamp":6725239647450,"id":882,"parentId":879,"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%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&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":1776332186683,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":2162,"timestamp":6725239649236,"id":883,"parentId":880,"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":1776332186685,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":4,"timestamp":6725239656565,"id":885,"parentId":884,"tags":{},"startTime":1776332186692,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1824,"timestamp":6725239659045,"id":901,"parentId":900,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1877,"timestamp":6725239659005,"id":900,"parentId":888,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5389,"timestamp":6725239657074,"id":888,"parentId":877,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1776332186693,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6461,"timestamp":6725239656652,"id":887,"parentId":886,"tags":{},"startTime":1776332186692,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6539,"timestamp":6725239656576,"id":886,"parentId":884,"tags":{},"startTime":1776332186692,"traceId":"bd5433937c2d2119"},{"name":"build-module-mjs","duration":8075,"timestamp":6725239656192,"id":884,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"app-pages-browser"},"startTime":1776332186692,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5200,"timestamp":6725239659086,"id":903,"parentId":902,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5240,"timestamp":6725239659047,"id":902,"parentId":889,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":6342,"timestamp":6725239658429,"id":889,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"app-pages-browser"},"startTime":1776332186694,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5640,"timestamp":6725239659154,"id":907,"parentId":906,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5668,"timestamp":6725239659126,"id":906,"parentId":891,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":6506,"timestamp":6725239658718,"id":891,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"app-pages-browser"},"startTime":1776332186694,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6139,"timestamp":6725239659125,"id":905,"parentId":904,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6177,"timestamp":6725239659087,"id":904,"parentId":890,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":8171,"timestamp":6725239658672,"id":890,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"app-pages-browser"},"startTime":1776332186694,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7687,"timestamp":6725239659198,"id":913,"parentId":912,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7696,"timestamp":6725239659190,"id":912,"parentId":894,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8592,"timestamp":6725239658837,"id":894,"parentId":883,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8275,"timestamp":6725239659180,"id":909,"parentId":908,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8302,"timestamp":6725239659154,"id":908,"parentId":892,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":9306,"timestamp":6725239658761,"id":892,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1776332186694,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14943,"timestamp":6725239659223,"id":919,"parentId":918,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14954,"timestamp":6725239659215,"id":918,"parentId":897,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15968,"timestamp":6725239658915,"id":897,"parentId":883,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15695,"timestamp":6725239659206,"id":915,"parentId":914,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15704,"timestamp":6725239659199,"id":914,"parentId":895,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16616,"timestamp":6725239658859,"id":895,"parentId":883,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16254,"timestamp":6725239659231,"id":921,"parentId":920,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16262,"timestamp":6725239659224,"id":920,"parentId":898,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16904,"timestamp":6725239658935,"id":898,"parentId":883,"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":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17024,"timestamp":6725239659190,"id":911,"parentId":910,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17034,"timestamp":6725239659181,"id":910,"parentId":893,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":18960,"timestamp":6725239658810,"id":893,"parentId":883,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1776332186694,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":18587,"timestamp":6725239659214,"id":917,"parentId":916,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":18595,"timestamp":6725239659207,"id":916,"parentId":896,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20309,"timestamp":6725239658882,"id":896,"parentId":883,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":20095,"timestamp":6725239659259,"id":923,"parentId":922,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":20130,"timestamp":6725239659232,"id":922,"parentId":899,"tags":{},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":22711,"timestamp":6725239658959,"id":899,"parentId":881,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"app-pages-browser"},"startTime":1776332186695,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":222,"timestamp":6725239691612,"id":928,"parentId":925,"tags":{},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":272,"timestamp":6725239691619,"id":929,"parentId":926,"tags":{},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":67,"timestamp":6725239691852,"id":933,"parentId":925,"tags":{},"startTime":1776332186728,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":25,"timestamp":6725239691894,"id":934,"parentId":926,"tags":{},"startTime":1776332186728,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":807,"timestamp":6725239691455,"id":925,"parentId":889,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":890,"timestamp":6725239691524,"id":926,"parentId":890,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4127,"timestamp":6725239691746,"id":932,"parentId":931,"tags":{},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4164,"timestamp":6725239691712,"id":931,"parentId":924,"tags":{},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5070,"timestamp":6725239691366,"id":924,"parentId":894,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2486,"timestamp":6725239694287,"id":967,"parentId":966,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2497,"timestamp":6725239694277,"id":966,"parentId":936,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3901,"timestamp":6725239693658,"id":936,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-transform","duration":3404,"timestamp":6725239694275,"id":965,"parentId":964,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3426,"timestamp":6725239694254,"id":964,"parentId":935,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4428,"timestamp":6725239693614,"id":935,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3758,"timestamp":6725239694295,"id":969,"parentId":968,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3766,"timestamp":6725239694287,"id":968,"parentId":937,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4622,"timestamp":6725239693684,"id":937,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7168,"timestamp":6725239694303,"id":971,"parentId":970,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7179,"timestamp":6725239694296,"id":970,"parentId":938,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8508,"timestamp":6725239693705,"id":938,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7890,"timestamp":6725239694342,"id":977,"parentId":976,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7898,"timestamp":6725239694335,"id":976,"parentId":941,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8712,"timestamp":6725239693778,"id":941,"parentId":895,"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":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8174,"timestamp":6725239694326,"id":973,"parentId":972,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8197,"timestamp":6725239694304,"id":972,"parentId":939,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9183,"timestamp":6725239693725,"id":939,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8574,"timestamp":6725239694356,"id":981,"parentId":980,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8582,"timestamp":6725239694350,"id":980,"parentId":943,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9422,"timestamp":6725239693815,"id":943,"parentId":893,"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":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8898,"timestamp":6725239694349,"id":979,"parentId":978,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8906,"timestamp":6725239694342,"id":978,"parentId":942,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9708,"timestamp":6725239693798,"id":942,"parentId":895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9182,"timestamp":6725239694334,"id":975,"parentId":974,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9190,"timestamp":6725239694327,"id":974,"parentId":940,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10241,"timestamp":6725239693759,"id":940,"parentId":897,"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":1776332186729,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9626,"timestamp":6725239694386,"id":989,"parentId":988,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9634,"timestamp":6725239694379,"id":988,"parentId":947,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10363,"timestamp":6725239693894,"id":947,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9901,"timestamp":6725239694371,"id":985,"parentId":984,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9909,"timestamp":6725239694364,"id":984,"parentId":945,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10821,"timestamp":6725239693859,"id":945,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10316,"timestamp":6725239694379,"id":987,"parentId":986,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10324,"timestamp":6725239694372,"id":986,"parentId":946,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11250,"timestamp":6725239693877,"id":946,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10779,"timestamp":6725239694364,"id":983,"parentId":982,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10787,"timestamp":6725239694357,"id":982,"parentId":944,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12028,"timestamp":6725239693841,"id":944,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11484,"timestamp":6725239694393,"id":991,"parentId":990,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11492,"timestamp":6725239694386,"id":990,"parentId":948,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12270,"timestamp":6725239693910,"id":948,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11788,"timestamp":6725239694401,"id":993,"parentId":992,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11795,"timestamp":6725239694394,"id":992,"parentId":949,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12451,"timestamp":6725239693927,"id":949,"parentId":893,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11970,"timestamp":6725239694415,"id":997,"parentId":996,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11978,"timestamp":6725239694409,"id":996,"parentId":951,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12590,"timestamp":6725239693960,"id":951,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12149,"timestamp":6725239694408,"id":995,"parentId":994,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12156,"timestamp":6725239694401,"id":994,"parentId":950,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12914,"timestamp":6725239693944,"id":950,"parentId":896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12435,"timestamp":6725239694431,"id":1001,"parentId":1000,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12442,"timestamp":6725239694424,"id":1000,"parentId":953,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13224,"timestamp":6725239693995,"id":953,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12815,"timestamp":6725239694423,"id":999,"parentId":998,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12824,"timestamp":6725239694416,"id":998,"parentId":952,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13604,"timestamp":6725239693976,"id":952,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13158,"timestamp":6725239694438,"id":1003,"parentId":1002,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13165,"timestamp":6725239694431,"id":1002,"parentId":954,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14116,"timestamp":6725239694012,"id":954,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13692,"timestamp":6725239694453,"id":1007,"parentId":1006,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13700,"timestamp":6725239694446,"id":1006,"parentId":956,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14374,"timestamp":6725239694045,"id":956,"parentId":896,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13990,"timestamp":6725239694446,"id":1005,"parentId":1004,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13998,"timestamp":6725239694438,"id":1004,"parentId":955,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14990,"timestamp":6725239694029,"id":955,"parentId":896,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14570,"timestamp":6725239694460,"id":1009,"parentId":1008,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14578,"timestamp":6725239694454,"id":1008,"parentId":957,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15222,"timestamp":6725239694061,"id":957,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14827,"timestamp":6725239694467,"id":1011,"parentId":1010,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14835,"timestamp":6725239694461,"id":1010,"parentId":958,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15513,"timestamp":6725239694077,"id":958,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15117,"timestamp":6725239694482,"id":1015,"parentId":1014,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15125,"timestamp":6725239694475,"id":1014,"parentId":960,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15722,"timestamp":6725239694112,"id":960,"parentId":896,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15352,"timestamp":6725239694489,"id":1017,"parentId":1016,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15359,"timestamp":6725239694483,"id":1016,"parentId":961,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16532,"timestamp":6725239694127,"id":961,"parentId":896,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16345,"timestamp":6725239694497,"id":1019,"parentId":1018,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16353,"timestamp":6725239694490,"id":1018,"parentId":962,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17025,"timestamp":6725239694143,"id":962,"parentId":896,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":727,"timestamp":6725239714918,"id":1043,"parentId":1040,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":758,"timestamp":6725239714926,"id":1044,"parentId":1041,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6646,"timestamp":6725239715655,"id":1053,"parentId":1040,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6617,"timestamp":6725239715687,"id":1054,"parentId":1041,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8477,"timestamp":6725239714781,"id":1040,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1776332186750,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8745,"timestamp":6725239714827,"id":1041,"parentId":895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1776332186750,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":23575,"timestamp":6725239700130,"id":1028,"parentId":1027,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":23627,"timestamp":6725239700081,"id":1027,"parentId":1022,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":25131,"timestamp":6725239699744,"id":1022,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"app-pages-browser"},"startTime":1776332186735,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":24746,"timestamp":6725239700178,"id":1030,"parentId":1029,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":24793,"timestamp":6725239700132,"id":1029,"parentId":1023,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":26700,"timestamp":6725239699857,"id":1023,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":32122,"timestamp":6725239694475,"id":1013,"parentId":1012,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":32130,"timestamp":6725239694468,"id":1012,"parentId":959,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":34685,"timestamp":6725239694095,"id":959,"parentId":893,"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":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":34425,"timestamp":6725239694528,"id":1021,"parentId":1020,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":34468,"timestamp":6725239694497,"id":1020,"parentId":963,"tags":{},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":35981,"timestamp":6725239694160,"id":963,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"app-pages-browser"},"startTime":1776332186730,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":29969,"timestamp":6725239700191,"id":1032,"parentId":1031,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29981,"timestamp":6725239700179,"id":1031,"parentId":1024,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":30705,"timestamp":6725239699929,"id":1024,"parentId":888,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":30468,"timestamp":6725239700200,"id":1034,"parentId":1033,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30478,"timestamp":6725239700192,"id":1033,"parentId":1025,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"}] -[{"name":"build-module-js","duration":31275,"timestamp":6725239699957,"id":1025,"parentId":888,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":31049,"timestamp":6725239700210,"id":1036,"parentId":1035,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":31059,"timestamp":6725239700201,"id":1035,"parentId":1026,"tags":{},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":32123,"timestamp":6725239699983,"id":1026,"parentId":888,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1776332186736,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":40672,"timestamp":6725239691621,"id":930,"parentId":927,"tags":{},"startTime":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":43,"timestamp":6725239732302,"id":1055,"parentId":927,"tags":{},"startTime":1776332186768,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":40923,"timestamp":6725239691563,"id":927,"parentId":876,"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":1776332186727,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17012,"timestamp":6725239715551,"id":1050,"parentId":1049,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17048,"timestamp":6725239715517,"id":1049,"parentId":1039,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":18214,"timestamp":6725239714726,"id":1039,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"app-pages-browser"},"startTime":1776332186750,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17469,"timestamp":6725239715564,"id":1052,"parentId":1051,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17481,"timestamp":6725239715553,"id":1051,"parentId":1042,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":18478,"timestamp":6725239714869,"id":1042,"parentId":893,"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":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17919,"timestamp":6725239715515,"id":1048,"parentId":1047,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17958,"timestamp":6725239715477,"id":1047,"parentId":1038,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":21256,"timestamp":6725239714635,"id":1038,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"app-pages-browser"},"startTime":1776332186750,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":363,"timestamp":6725239737878,"id":1060,"parentId":1057,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6746,"timestamp":6725239738248,"id":1067,"parentId":1057,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7957,"timestamp":6725239737743,"id":1057,"parentId":924,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1776332186773,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":30299,"timestamp":6725239715471,"id":1046,"parentId":1045,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30339,"timestamp":6725239715432,"id":1045,"parentId":1037,"tags":{},"startTime":1776332186751,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":33069,"timestamp":6725239714517,"id":1037,"parentId":926,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1776332186750,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9930,"timestamp":6725239738174,"id":1064,"parentId":1063,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9944,"timestamp":6725239738163,"id":1063,"parentId":1058,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10577,"timestamp":6725239737792,"id":1058,"parentId":935,"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":1776332186773,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10195,"timestamp":6725239738185,"id":1066,"parentId":1065,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10204,"timestamp":6725239738176,"id":1065,"parentId":1059,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10753,"timestamp":6725239737818,"id":1059,"parentId":937,"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":1776332186773,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10458,"timestamp":6725239738160,"id":1062,"parentId":1061,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10500,"timestamp":6725239738118,"id":1061,"parentId":1056,"tags":{},"startTime":1776332186774,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11322,"timestamp":6725239737653,"id":1056,"parentId":935,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776332186773,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":438,"timestamp":6725239750313,"id":1077,"parentId":1068,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":465,"timestamp":6725239750318,"id":1078,"parentId":1075,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1616,"timestamp":6725239750756,"id":1093,"parentId":1068,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1588,"timestamp":6725239750786,"id":1094,"parentId":1075,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2601,"timestamp":6725239749968,"id":1068,"parentId":924,"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":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2482,"timestamp":6725239750222,"id":1075,"parentId":950,"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":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3131,"timestamp":6725239750603,"id":1082,"parentId":1081,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3143,"timestamp":6725239750592,"id":1081,"parentId":1070,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4032,"timestamp":6725239750116,"id":1070,"parentId":955,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3570,"timestamp":6725239750590,"id":1080,"parentId":1079,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3600,"timestamp":6725239750560,"id":1079,"parentId":1069,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4366,"timestamp":6725239750067,"id":1069,"parentId":955,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3822,"timestamp":6725239750621,"id":1086,"parentId":1085,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3831,"timestamp":6725239750613,"id":1085,"parentId":1072,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4505,"timestamp":6725239750161,"id":1072,"parentId":938,"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":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4063,"timestamp":6725239750612,"id":1084,"parentId":1083,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4072,"timestamp":6725239750604,"id":1083,"parentId":1071,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4833,"timestamp":6725239750140,"id":1071,"parentId":938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4336,"timestamp":6725239750647,"id":1092,"parentId":1091,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4344,"timestamp":6725239750640,"id":1091,"parentId":1076,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4992,"timestamp":6725239750263,"id":1076,"parentId":955,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":557,"timestamp":6725239758126,"id":1114,"parentId":1100,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":604,"timestamp":6725239758132,"id":1115,"parentId":1101,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":644,"timestamp":6725239758134,"id":1116,"parentId":1103,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1567,"timestamp":6725239758697,"id":1149,"parentId":1100,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1537,"timestamp":6725239758739,"id":1150,"parentId":1101,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1495,"timestamp":6725239758783,"id":1151,"parentId":1103,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3762,"timestamp":6725239757578,"id":1100,"parentId":962,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4364,"timestamp":6725239757626,"id":1101,"parentId":1026,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4771,"timestamp":6725239757785,"id":1103,"parentId":959,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12152,"timestamp":6725239750631,"id":1088,"parentId":1087,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12163,"timestamp":6725239750622,"id":1087,"parentId":1073,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13036,"timestamp":6725239750182,"id":1073,"parentId":938,"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":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13162,"timestamp":6725239750639,"id":1090,"parentId":1089,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13171,"timestamp":6725239750632,"id":1089,"parentId":1074,"tags":{},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14070,"timestamp":6725239750203,"id":1074,"parentId":941,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1776332186786,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6005,"timestamp":6725239758283,"id":1122,"parentId":1121,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6015,"timestamp":6725239758274,"id":1121,"parentId":1097,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7213,"timestamp":6725239757505,"id":1097,"parentId":954,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6473,"timestamp":6725239758259,"id":1118,"parentId":1117,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6503,"timestamp":6725239758230,"id":1117,"parentId":1095,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7986,"timestamp":6725239757340,"id":1095,"parentId":944,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7086,"timestamp":6725239758292,"id":1124,"parentId":1123,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7095,"timestamp":6725239758284,"id":1123,"parentId":1098,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8600,"timestamp":6725239757531,"id":1098,"parentId":954,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7883,"timestamp":6725239758273,"id":1120,"parentId":1119,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7895,"timestamp":6725239758262,"id":1119,"parentId":1096,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9162,"timestamp":6725239757466,"id":1096,"parentId":954,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8334,"timestamp":6725239758309,"id":1128,"parentId":1127,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8342,"timestamp":6725239758302,"id":1127,"parentId":1102,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9387,"timestamp":6725239757671,"id":1102,"parentId":1026,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8771,"timestamp":6725239758301,"id":1126,"parentId":1125,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8780,"timestamp":6725239758293,"id":1125,"parentId":1099,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9934,"timestamp":6725239757555,"id":1099,"parentId":954,"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":1776332186793,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9188,"timestamp":6725239758318,"id":1130,"parentId":1129,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9196,"timestamp":6725239758310,"id":1129,"parentId":1104,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10043,"timestamp":6725239757849,"id":1104,"parentId":1026,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9566,"timestamp":6725239758336,"id":1132,"parentId":1131,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9584,"timestamp":6725239758318,"id":1131,"parentId":1105,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10296,"timestamp":6725239757877,"id":1105,"parentId":1026,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9837,"timestamp":6725239758345,"id":1134,"parentId":1133,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9845,"timestamp":6725239758337,"id":1133,"parentId":1106,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10543,"timestamp":6725239757900,"id":1106,"parentId":1026,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10098,"timestamp":6725239758360,"id":1138,"parentId":1137,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10106,"timestamp":6725239758354,"id":1137,"parentId":1108,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10885,"timestamp":6725239757971,"id":1108,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10499,"timestamp":6725239758368,"id":1140,"parentId":1139,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10506,"timestamp":6725239758362,"id":1139,"parentId":1109,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11245,"timestamp":6725239758003,"id":1109,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":19584,"timestamp":6725239758376,"id":1142,"parentId":1141,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-loader","duration":19727,"timestamp":6725239758369,"id":1141,"parentId":1110,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20554,"timestamp":6725239758023,"id":1110,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":20215,"timestamp":6725239758384,"id":1144,"parentId":1143,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":20223,"timestamp":6725239758377,"id":1143,"parentId":1111,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":21091,"timestamp":6725239758043,"id":1111,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":20960,"timestamp":6725239758391,"id":1146,"parentId":1145,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":20968,"timestamp":6725239758385,"id":1145,"parentId":1112,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":21830,"timestamp":6725239758063,"id":1112,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":21568,"timestamp":6725239758401,"id":1148,"parentId":1147,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":21578,"timestamp":6725239758392,"id":1147,"parentId":1113,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":22335,"timestamp":6725239758081,"id":1113,"parentId":959,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":22115,"timestamp":6725239758353,"id":1136,"parentId":1135,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":22124,"timestamp":6725239758346,"id":1135,"parentId":1107,"tags":{},"startTime":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":23602,"timestamp":6725239757933,"id":1107,"parentId":959,"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":1776332186794,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9665,"timestamp":6725239771913,"id":1157,"parentId":1156,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9695,"timestamp":6725239771885,"id":1156,"parentId":1152,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10580,"timestamp":6725239771560,"id":1152,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1776332186807,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10234,"timestamp":6725239771926,"id":1159,"parentId":1158,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10245,"timestamp":6725239771916,"id":1158,"parentId":1153,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10880,"timestamp":6725239771645,"id":1153,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1776332186807,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10592,"timestamp":6725239771947,"id":1163,"parentId":1162,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10601,"timestamp":6725239771939,"id":1162,"parentId":1155,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11117,"timestamp":6725239771717,"id":1155,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1776332186807,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10915,"timestamp":6725239771938,"id":1161,"parentId":1160,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10926,"timestamp":6725239771927,"id":1160,"parentId":1154,"tags":{},"startTime":1776332186808,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11560,"timestamp":6725239771685,"id":1154,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1776332186807,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":733,"timestamp":6725239784777,"id":1175,"parentId":1164,"tags":{},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3216,"timestamp":6725239785543,"id":1196,"parentId":1164,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4920,"timestamp":6725239784168,"id":1164,"parentId":1057,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4583,"timestamp":6725239784985,"id":1183,"parentId":1182,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4592,"timestamp":6725239784977,"id":1182,"parentId":1168,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5606,"timestamp":6725239784346,"id":1168,"parentId":1057,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4996,"timestamp":6725239784967,"id":1179,"parentId":1178,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5009,"timestamp":6725239784954,"id":1178,"parentId":1166,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5931,"timestamp":6725239784297,"id":1166,"parentId":1037,"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":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5292,"timestamp":6725239784977,"id":1181,"parentId":1180,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5302,"timestamp":6725239784968,"id":1180,"parentId":1167,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6298,"timestamp":6725239784323,"id":1167,"parentId":1057,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5688,"timestamp":6725239784952,"id":1177,"parentId":1176,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5724,"timestamp":6725239784916,"id":1176,"parentId":1165,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":6981,"timestamp":6725239784263,"id":1165,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6266,"timestamp":6725239784993,"id":1185,"parentId":1184,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6274,"timestamp":6725239784986,"id":1184,"parentId":1169,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7158,"timestamp":6725239784366,"id":1169,"parentId":1037,"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":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6537,"timestamp":6725239785001,"id":1187,"parentId":1186,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6545,"timestamp":6725239784994,"id":1186,"parentId":1170,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7519,"timestamp":6725239784389,"id":1170,"parentId":1037,"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":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6909,"timestamp":6725239785008,"id":1189,"parentId":1188,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6916,"timestamp":6725239785002,"id":1188,"parentId":1171,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7691,"timestamp":6725239784409,"id":1171,"parentId":1056,"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":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7093,"timestamp":6725239785016,"id":1191,"parentId":1190,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7100,"timestamp":6725239785009,"id":1190,"parentId":1172,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7851,"timestamp":6725239784439,"id":1172,"parentId":1056,"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":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7267,"timestamp":6725239785046,"id":1193,"parentId":1192,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7297,"timestamp":6725239785017,"id":1192,"parentId":1173,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":8235,"timestamp":6725239784460,"id":1173,"parentId":1038,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":579,"timestamp":6725239797526,"id":1221,"parentId":1219,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1215,"timestamp":6725239798112,"id":1262,"parentId":1219,"tags":{},"startTime":1776332186834,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2682,"timestamp":6725239797223,"id":1219,"parentId":1108,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14996,"timestamp":6725239785065,"id":1195,"parentId":1194,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15016,"timestamp":6725239785047,"id":1194,"parentId":1174,"tags":{},"startTime":1776332186821,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15824,"timestamp":6725239784508,"id":1174,"parentId":942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1776332186820,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2737,"timestamp":6725239797662,"id":1227,"parentId":1226,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2746,"timestamp":6725239797653,"id":1226,"parentId":1201,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3712,"timestamp":6725239796873,"id":1201,"parentId":1026,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2923,"timestamp":6725239797671,"id":1229,"parentId":1228,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2931,"timestamp":6725239797663,"id":1228,"parentId":1202,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3986,"timestamp":6725239796895,"id":1202,"parentId":1074,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3252,"timestamp":6725239797637,"id":1223,"parentId":1222,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3284,"timestamp":6725239797606,"id":1222,"parentId":1199,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4278,"timestamp":6725239796818,"id":1199,"parentId":1026,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1776332186832,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6730,"timestamp":6725239797680,"id":1231,"parentId":1230,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6741,"timestamp":6725239797672,"id":1230,"parentId":1203,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8205,"timestamp":6725239796916,"id":1203,"parentId":1074,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7447,"timestamp":6725239797689,"id":1233,"parentId":1232,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7456,"timestamp":6725239797681,"id":1232,"parentId":1204,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":8436,"timestamp":6725239796935,"id":1204,"parentId":1074,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":7735,"timestamp":6725239797652,"id":1225,"parentId":1224,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":7746,"timestamp":6725239797641,"id":1224,"parentId":1200,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9078,"timestamp":6725239796851,"id":1200,"parentId":1026,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8243,"timestamp":6725239797698,"id":1235,"parentId":1234,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8251,"timestamp":6725239797690,"id":1234,"parentId":1205,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9273,"timestamp":6725239796954,"id":1205,"parentId":1073,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8527,"timestamp":6725239797715,"id":1239,"parentId":1238,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8535,"timestamp":6725239797707,"id":1238,"parentId":1207,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10490,"timestamp":6725239796990,"id":1207,"parentId":1099,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9850,"timestamp":6725239797706,"id":1237,"parentId":1236,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9860,"timestamp":6725239797699,"id":1236,"parentId":1206,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11262,"timestamp":6725239796972,"id":1206,"parentId":1095,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10548,"timestamp":6725239797722,"id":1241,"parentId":1240,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10556,"timestamp":6725239797715,"id":1240,"parentId":1208,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11540,"timestamp":6725239797012,"id":1208,"parentId":1106,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12869,"timestamp":6725239797731,"id":1243,"parentId":1242,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12879,"timestamp":6725239797723,"id":1242,"parentId":1209,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13929,"timestamp":6725239797030,"id":1209,"parentId":1109,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13234,"timestamp":6725239797739,"id":1245,"parentId":1244,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13242,"timestamp":6725239797731,"id":1244,"parentId":1210,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14201,"timestamp":6725239797047,"id":1210,"parentId":1100,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13505,"timestamp":6725239797755,"id":1249,"parentId":1248,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13513,"timestamp":6725239797747,"id":1248,"parentId":1212,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14481,"timestamp":6725239797083,"id":1212,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-transform","duration":13919,"timestamp":6725239797747,"id":1247,"parentId":1246,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13927,"timestamp":6725239797739,"id":1246,"parentId":1211,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14991,"timestamp":6725239797065,"id":1211,"parentId":1098,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14317,"timestamp":6725239797763,"id":1251,"parentId":1250,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14325,"timestamp":6725239797755,"id":1250,"parentId":1213,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15420,"timestamp":6725239797101,"id":1213,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14753,"timestamp":6725239797779,"id":1255,"parentId":1254,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14761,"timestamp":6725239797771,"id":1254,"parentId":1215,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15660,"timestamp":6725239797136,"id":1215,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15020,"timestamp":6725239797787,"id":1257,"parentId":1256,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15027,"timestamp":6725239797780,"id":1256,"parentId":1216,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16086,"timestamp":6725239797154,"id":1216,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15853,"timestamp":6725239797794,"id":1259,"parentId":1258,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15861,"timestamp":6725239797787,"id":1258,"parentId":1217,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16911,"timestamp":6725239797171,"id":1217,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16309,"timestamp":6725239797802,"id":1261,"parentId":1260,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16317,"timestamp":6725239797795,"id":1260,"parentId":1218,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17322,"timestamp":6725239797189,"id":1218,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11471,"timestamp":6725239803052,"id":1274,"parentId":1273,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11498,"timestamp":6725239803026,"id":1273,"parentId":1263,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12150,"timestamp":6725239802701,"id":1263,"parentId":1154,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1776332186838,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11785,"timestamp":6725239803076,"id":1278,"parentId":1277,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11794,"timestamp":6725239803067,"id":1277,"parentId":1265,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12338,"timestamp":6725239802789,"id":1265,"parentId":1152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1776332186838,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12088,"timestamp":6725239803066,"id":1276,"parentId":1275,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12101,"timestamp":6725239803054,"id":1275,"parentId":1264,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12855,"timestamp":6725239802763,"id":1264,"parentId":1152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1776332186838,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17894,"timestamp":6725239797771,"id":1253,"parentId":1252,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17902,"timestamp":6725239797763,"id":1252,"parentId":1214,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":22238,"timestamp":6725239797118,"id":1214,"parentId":1104,"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":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":16945,"timestamp":6725239803093,"id":1282,"parentId":1281,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":16960,"timestamp":6725239803086,"id":1281,"parentId":1267,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":17892,"timestamp":6725239802831,"id":1267,"parentId":1152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":17636,"timestamp":6725239803101,"id":1284,"parentId":1283,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":17644,"timestamp":6725239803094,"id":1283,"parentId":1268,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":18934,"timestamp":6725239802851,"id":1268,"parentId":1111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":18790,"timestamp":6725239803085,"id":1280,"parentId":1279,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":18801,"timestamp":6725239803077,"id":1279,"parentId":1266,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20024,"timestamp":6725239802811,"id":1266,"parentId":1152,"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":1776332186838,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":43587,"timestamp":6725239797509,"id":1220,"parentId":1198,"tags":{},"startTime":1776332186833,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":39,"timestamp":6725239841113,"id":1285,"parentId":1198,"tags":{},"startTime":1776332186877,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":45293,"timestamp":6725239796743,"id":1198,"parentId":1024,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1776332186832,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":265,"timestamp":6725239849345,"id":1287,"parentId":1286,"tags":{},"startTime":1776332186885,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":63318,"timestamp":6725239802970,"id":1272,"parentId":1270,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":41,"timestamp":6725239866300,"id":1298,"parentId":1270,"tags":{},"startTime":1776332186902,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":64024,"timestamp":6725239802910,"id":1270,"parentId":927,"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":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":63982,"timestamp":6725239802959,"id":1271,"parentId":1269,"tags":{},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30,"timestamp":6725239866965,"id":1299,"parentId":1269,"tags":{},"startTime":1776332186903,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":64697,"timestamp":6725239802870,"id":1269,"parentId":1026,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1776332186839,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":330,"timestamp":6725239868343,"id":1314,"parentId":1304,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":359,"timestamp":6725239868347,"id":1315,"parentId":1313,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":197,"timestamp":6725239868679,"id":1340,"parentId":1304,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":169,"timestamp":6725239868708,"id":1341,"parentId":1313,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1140,"timestamp":6725239868061,"id":1304,"parentId":1209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1066,"timestamp":6725239868295,"id":1313,"parentId":1213,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5262,"timestamp":6725239864126,"id":1293,"parentId":1292,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5304,"timestamp":6725239864085,"id":1292,"parentId":1288,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20423,"timestamp":6725239849366,"id":1288,"parentId":1207,"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":1776332186885,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5647,"timestamp":6725239864157,"id":1297,"parentId":1296,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5657,"timestamp":6725239864147,"id":1296,"parentId":1290,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":20567,"timestamp":6725239849575,"id":1290,"parentId":1206,"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":1776332186885,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":8769,"timestamp":6725239864146,"id":1295,"parentId":1294,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":8785,"timestamp":6725239864131,"id":1294,"parentId":1289,"tags":{},"startTime":1776332186900,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":24611,"timestamp":6725239849538,"id":1289,"parentId":1206,"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":1776332186885,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":9830,"timestamp":6725239868423,"id":1317,"parentId":1316,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":9858,"timestamp":6725239868398,"id":1316,"parentId":1300,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":10722,"timestamp":6725239867911,"id":1300,"parentId":1206,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10211,"timestamp":6725239868436,"id":1319,"parentId":1318,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10222,"timestamp":6725239868426,"id":1318,"parentId":1301,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12350,"timestamp":6725239867987,"id":1301,"parentId":1206,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11932,"timestamp":6725239868445,"id":1321,"parentId":1320,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11941,"timestamp":6725239868437,"id":1320,"parentId":1302,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12966,"timestamp":6725239868015,"id":1302,"parentId":1206,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12528,"timestamp":6725239868470,"id":1327,"parentId":1326,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12537,"timestamp":6725239868463,"id":1326,"parentId":1306,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13080,"timestamp":6725239868126,"id":1306,"parentId":1210,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12739,"timestamp":6725239868477,"id":1329,"parentId":1328,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12747,"timestamp":6725239868470,"id":1328,"parentId":1307,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13385,"timestamp":6725239868148,"id":1307,"parentId":1213,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13103,"timestamp":6725239868454,"id":1323,"parentId":1322,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13112,"timestamp":6725239868446,"id":1322,"parentId":1303,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14436,"timestamp":6725239868038,"id":1303,"parentId":1206,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14033,"timestamp":6725239868462,"id":1325,"parentId":1324,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14042,"timestamp":6725239868455,"id":1324,"parentId":1305,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14860,"timestamp":6725239868105,"id":1305,"parentId":1211,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14503,"timestamp":6725239868485,"id":1331,"parentId":1330,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14511,"timestamp":6725239868478,"id":1330,"parentId":1308,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15045,"timestamp":6725239868167,"id":1308,"parentId":1216,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14720,"timestamp":6725239868501,"id":1335,"parentId":1334,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14727,"timestamp":6725239868494,"id":1334,"parentId":1310,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15164,"timestamp":6725239868222,"id":1310,"parentId":1213,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":14884,"timestamp":6725239868508,"id":1337,"parentId":1336,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":14891,"timestamp":6725239868501,"id":1336,"parentId":1311,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15311,"timestamp":6725239868243,"id":1311,"parentId":1213,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":18720,"timestamp":6725239868493,"id":1333,"parentId":1332,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":18728,"timestamp":6725239868486,"id":1332,"parentId":1309,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":19323,"timestamp":6725239868187,"id":1309,"parentId":1213,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":19004,"timestamp":6725239868516,"id":1339,"parentId":1338,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":19012,"timestamp":6725239868509,"id":1338,"parentId":1312,"tags":{},"startTime":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":19469,"timestamp":6725239868269,"id":1312,"parentId":1213,"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":1776332186904,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12265,"timestamp":6725239875996,"id":1356,"parentId":1355,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-loader","duration":12394,"timestamp":6725239875962,"id":1355,"parentId":1342,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13348,"timestamp":6725239875249,"id":1342,"parentId":1216,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12584,"timestamp":6725239876021,"id":1360,"parentId":1359,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12594,"timestamp":6725239876012,"id":1359,"parentId":1344,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13409,"timestamp":6725239875414,"id":1344,"parentId":1216,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12799,"timestamp":6725239876031,"id":1362,"parentId":1361,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12808,"timestamp":6725239876022,"id":1361,"parentId":1345,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13654,"timestamp":6725239875448,"id":1345,"parentId":1216,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13102,"timestamp":6725239876011,"id":1358,"parentId":1357,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13115,"timestamp":6725239875999,"id":1357,"parentId":1343,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14022,"timestamp":6725239875380,"id":1343,"parentId":1216,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":13432,"timestamp":6725239876057,"id":1368,"parentId":1367,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":13454,"timestamp":6725239876049,"id":1367,"parentId":1348,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":15700,"timestamp":6725239875519,"id":1348,"parentId":1214,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15186,"timestamp":6725239876048,"id":1366,"parentId":1365,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15195,"timestamp":6725239876040,"id":1365,"parentId":1347,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16159,"timestamp":6725239875497,"id":1347,"parentId":1218,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15598,"timestamp":6725239876066,"id":1370,"parentId":1369,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15607,"timestamp":6725239876058,"id":1369,"parentId":1349,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16294,"timestamp":6725239875548,"id":1349,"parentId":1202,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":15819,"timestamp":6725239876039,"id":1364,"parentId":1363,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":15828,"timestamp":6725239876032,"id":1363,"parentId":1346,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":16861,"timestamp":6725239875473,"id":1346,"parentId":1216,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":29315,"timestamp":6725239876091,"id":1376,"parentId":1375,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29327,"timestamp":6725239876083,"id":1375,"parentId":1352,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":30176,"timestamp":6725239875602,"id":1352,"parentId":1214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":29681,"timestamp":6725239876107,"id":1380,"parentId":1379,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29689,"timestamp":6725239876100,"id":1379,"parentId":1354,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":30363,"timestamp":6725239875651,"id":1354,"parentId":1267,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":29942,"timestamp":6725239876082,"id":1374,"parentId":1373,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":29950,"timestamp":6725239876075,"id":1373,"parentId":1351,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":30888,"timestamp":6725239875584,"id":1351,"parentId":1203,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":30413,"timestamp":6725239876074,"id":1372,"parentId":1371,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30420,"timestamp":6725239876067,"id":1371,"parentId":1350,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":31233,"timestamp":6725239875566,"id":1350,"parentId":1174,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":30719,"timestamp":6725239876099,"id":1378,"parentId":1377,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30726,"timestamp":6725239876092,"id":1377,"parentId":1353,"tags":{},"startTime":1776332186912,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":31718,"timestamp":6725239875624,"id":1353,"parentId":1267,"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":1776332186911,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10197,"timestamp":6725239897427,"id":1395,"parentId":1394,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10210,"timestamp":6725239897414,"id":1394,"parentId":1383,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":11679,"timestamp":6725239896480,"id":1383,"parentId":1214,"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":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":10853,"timestamp":6725239897348,"id":1391,"parentId":1390,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":10915,"timestamp":6725239897287,"id":1390,"parentId":1381,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12186,"timestamp":6725239896365,"id":1381,"parentId":1266,"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":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11106,"timestamp":6725239897456,"id":1397,"parentId":1396,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11134,"timestamp":6725239897428,"id":1396,"parentId":1384,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":12300,"timestamp":6725239896510,"id":1384,"parentId":1214,"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":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":11413,"timestamp":6725239897412,"id":1393,"parentId":1392,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":11460,"timestamp":6725239897366,"id":1392,"parentId":1382,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13790,"timestamp":6725239896451,"id":1382,"parentId":1266,"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":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":12810,"timestamp":6725239897482,"id":1399,"parentId":1398,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":12833,"timestamp":6725239897460,"id":1398,"parentId":1385,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":14427,"timestamp":6725239896532,"id":1385,"parentId":1214,"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":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2770,"timestamp":6725239912756,"id":1413,"parentId":1412,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2803,"timestamp":6725239912726,"id":1412,"parentId":1400,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3937,"timestamp":6725239911903,"id":1400,"parentId":1304,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3055,"timestamp":6725239912794,"id":1419,"parentId":1418,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3063,"timestamp":6725239912787,"id":1418,"parentId":1403,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3922,"timestamp":6725239912181,"id":1403,"parentId":1290,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3341,"timestamp":6725239912772,"id":1415,"parentId":1414,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3355,"timestamp":6725239912758,"id":1414,"parentId":1401,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4268,"timestamp":6725239912079,"id":1401,"parentId":1288,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3575,"timestamp":6725239912782,"id":1417,"parentId":1416,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3585,"timestamp":6725239912773,"id":1416,"parentId":1402,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4525,"timestamp":6725239912151,"id":1402,"parentId":1290,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3869,"timestamp":6725239912817,"id":1425,"parentId":1424,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3876,"timestamp":6725239912810,"id":1424,"parentId":1406,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4484,"timestamp":6725239912466,"id":1406,"parentId":1289,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4157,"timestamp":6725239912802,"id":1421,"parentId":1420,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4164,"timestamp":6725239912795,"id":1420,"parentId":1404,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4925,"timestamp":6725239912293,"id":1404,"parentId":1290,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4401,"timestamp":6725239912824,"id":1427,"parentId":1426,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4408,"timestamp":6725239912817,"id":1426,"parentId":1407,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":4995,"timestamp":6725239912488,"id":1407,"parentId":1289,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4690,"timestamp":6725239912809,"id":1423,"parentId":1422,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4697,"timestamp":6725239912803,"id":1422,"parentId":1405,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":5253,"timestamp":6725239912437,"id":1405,"parentId":1290,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":308,"timestamp":6725239918628,"id":1450,"parentId":1447,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":337,"timestamp":6725239918630,"id":1451,"parentId":1448,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":52,"timestamp":6725239918940,"id":1484,"parentId":1447,"tags":{},"startTime":1776332186955,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":23,"timestamp":6725239918969,"id":1485,"parentId":1448,"tags":{},"startTime":1776332186955,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":593,"timestamp":6725239918528,"id":1447,"parentId":1305,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":620,"timestamp":6725239918566,"id":1448,"parentId":1305,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6394,"timestamp":6725239912838,"id":1431,"parentId":1430,"tags":{},"startTime":1776332186949,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6401,"timestamp":6725239912832,"id":1430,"parentId":1409,"tags":{},"startTime":1776332186949,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7059,"timestamp":6725239912534,"id":1409,"parentId":1289,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":270421,"timestamp":6725239912831,"id":1429,"parentId":1428,"tags":{},"startTime":1776332186949,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":270433,"timestamp":6725239912825,"id":1428,"parentId":1408,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":272617,"timestamp":6725239912513,"id":1408,"parentId":1289,"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":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":111,"timestamp":6725240185945,"id":1491,"parentId":1487,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":36,"timestamp":6725240186062,"id":1498,"parentId":1487,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":833,"timestamp":6725240185753,"id":1487,"parentId":1382,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1776332187221,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":267975,"timestamp":6725239918690,"id":1457,"parentId":1456,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":267984,"timestamp":6725239918682,"id":1456,"parentId":1434,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":268800,"timestamp":6725239918292,"id":1434,"parentId":1310,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":268424,"timestamp":6725239918681,"id":1455,"parentId":1454,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":268434,"timestamp":6725239918672,"id":1454,"parentId":1433,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":269092,"timestamp":6725239918267,"id":1433,"parentId":1346,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":268701,"timestamp":6725239918670,"id":1453,"parentId":1452,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":268723,"timestamp":6725239918649,"id":1452,"parentId":1432,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":269550,"timestamp":6725239918224,"id":1432,"parentId":1347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1776332186954,"traceId":"bd5433937c2d2119"}] -[{"name":"next-swc-transform","duration":269180,"timestamp":6725239918697,"id":1459,"parentId":1458,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":269188,"timestamp":6725239918690,"id":1458,"parentId":1435,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":270036,"timestamp":6725239918315,"id":1435,"parentId":1311,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":269647,"timestamp":6725239918712,"id":1463,"parentId":1462,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":269655,"timestamp":6725239918706,"id":1462,"parentId":1437,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":270218,"timestamp":6725239918353,"id":1437,"parentId":1309,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":269858,"timestamp":6725239918720,"id":1465,"parentId":1464,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":269866,"timestamp":6725239918713,"id":1464,"parentId":1438,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":270409,"timestamp":6725239918370,"id":1438,"parentId":1309,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":270059,"timestamp":6725239918727,"id":1467,"parentId":1466,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":270067,"timestamp":6725239918721,"id":1466,"parentId":1439,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":270604,"timestamp":6725239918387,"id":1439,"parentId":1309,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":270264,"timestamp":6725239918735,"id":1469,"parentId":1468,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":270271,"timestamp":6725239918728,"id":1468,"parentId":1440,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":270818,"timestamp":6725239918405,"id":1440,"parentId":1309,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":270530,"timestamp":6725239918705,"id":1461,"parentId":1460,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":270537,"timestamp":6725239918698,"id":1460,"parentId":1436,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":271453,"timestamp":6725239918334,"id":1436,"parentId":1309,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":271053,"timestamp":6725239918742,"id":1471,"parentId":1470,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":271060,"timestamp":6725239918735,"id":1470,"parentId":1441,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":271612,"timestamp":6725239918423,"id":1441,"parentId":1312,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":271285,"timestamp":6725239918756,"id":1475,"parentId":1474,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":271292,"timestamp":6725239918749,"id":1474,"parentId":1443,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":271802,"timestamp":6725239918457,"id":1443,"parentId":1345,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":271520,"timestamp":6725239918749,"id":1473,"parentId":1472,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":271527,"timestamp":6725239918742,"id":1472,"parentId":1442,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":272223,"timestamp":6725239918440,"id":1442,"parentId":1312,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":271909,"timestamp":6725239918763,"id":1477,"parentId":1476,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":271916,"timestamp":6725239918757,"id":1476,"parentId":1444,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":272454,"timestamp":6725239918475,"id":1444,"parentId":1345,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":272770,"timestamp":6725239918784,"id":1483,"parentId":1482,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":272777,"timestamp":6725239918778,"id":1482,"parentId":1449,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":273244,"timestamp":6725239918601,"id":1449,"parentId":1346,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":273086,"timestamp":6725239918777,"id":1481,"parentId":1480,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":273094,"timestamp":6725239918771,"id":1480,"parentId":1446,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":273714,"timestamp":6725239918509,"id":1446,"parentId":1346,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":273471,"timestamp":6725239918770,"id":1479,"parentId":1478,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":273479,"timestamp":6725239918764,"id":1478,"parentId":1445,"tags":{},"startTime":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":274347,"timestamp":6725239918492,"id":1445,"parentId":1348,"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":1776332186954,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":296787,"timestamp":6725239896838,"id":1389,"parentId":1388,"tags":{},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":296917,"timestamp":6725239896830,"id":1388,"parentId":889,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1776332186933,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":296948,"timestamp":6725239896810,"id":1387,"parentId":1386,"tags":{},"startTime":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":297251,"timestamp":6725239896552,"id":1386,"parentId":894,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1776332186932,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":20490,"timestamp":6725240186000,"id":1497,"parentId":1496,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":20512,"timestamp":6725240185992,"id":1496,"parentId":1490,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":21191,"timestamp":6725240185912,"id":1490,"parentId":1385,"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":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":21166,"timestamp":6725240185979,"id":1493,"parentId":1492,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":21199,"timestamp":6725240185949,"id":1492,"parentId":1488,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":21543,"timestamp":6725240185854,"id":1488,"parentId":1382,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":21429,"timestamp":6725240185992,"id":1495,"parentId":1494,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":21440,"timestamp":6725240185981,"id":1494,"parentId":1489,"tags":{},"startTime":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":22202,"timestamp":6725240185886,"id":1489,"parentId":1383,"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":1776332187222,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":295973,"timestamp":6725239912565,"id":1411,"parentId":1410,"tags":{},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":296203,"timestamp":6725239912553,"id":1410,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1776332186948,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":242,"timestamp":6725240211257,"id":1514,"parentId":1512,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":33,"timestamp":6725240211505,"id":1530,"parentId":1512,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1440,"timestamp":6725240211122,"id":1512,"parentId":1435,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"postcss-process","duration":229666,"timestamp":6725240101664,"id":1486,"parentId":1291,"tags":{},"startTime":1776332187137,"traceId":"bd5433937c2d2119"},{"name":"postcss-loader","duration":482807,"timestamp":6725239849713,"id":1291,"parentId":1286,"tags":{},"startTime":1776332186885,"traceId":"bd5433937c2d2119"},{"name":"css-loader","duration":27172,"timestamp":6725240332632,"id":1531,"parentId":1286,"tags":{"astUsed":"true"},"startTime":1776332187368,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":150016,"timestamp":6725240211369,"id":1523,"parentId":1522,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":150030,"timestamp":6725240211361,"id":1522,"parentId":1508,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":151053,"timestamp":6725240210924,"id":1508,"parentId":1434,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":150656,"timestamp":6725240211350,"id":1519,"parentId":1518,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":150701,"timestamp":6725240211306,"id":1518,"parentId":1506,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":151724,"timestamp":6725240210869,"id":1506,"parentId":1446,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":151311,"timestamp":6725240211304,"id":1517,"parentId":1516,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":151346,"timestamp":6725240211271,"id":1516,"parentId":1505,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":152110,"timestamp":6725240210795,"id":1505,"parentId":1436,"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":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":151537,"timestamp":6725240211392,"id":1529,"parentId":1528,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":151544,"timestamp":6725240211386,"id":1528,"parentId":1511,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":152137,"timestamp":6725240211096,"id":1511,"parentId":1446,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":151867,"timestamp":6725240211385,"id":1527,"parentId":1526,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":151874,"timestamp":6725240211378,"id":1526,"parentId":1510,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":152632,"timestamp":6725240211057,"id":1510,"parentId":1449,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":152324,"timestamp":6725240211377,"id":1525,"parentId":1524,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":152332,"timestamp":6725240211370,"id":1524,"parentId":1509,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":153308,"timestamp":6725240210946,"id":1509,"parentId":1435,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":153198,"timestamp":6725240211360,"id":1521,"parentId":1520,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":153209,"timestamp":6725240211351,"id":1520,"parentId":1507,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":161258,"timestamp":6725240210898,"id":1507,"parentId":1434,"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":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":169682,"timestamp":6725240209908,"id":1500,"parentId":1499,"tags":{},"startTime":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":170126,"timestamp":6725240209863,"id":1499,"parentId":896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":169808,"timestamp":6725240210203,"id":1504,"parentId":1503,"tags":{},"startTime":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":169903,"timestamp":6725240210171,"id":1503,"parentId":955,"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":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":169943,"timestamp":6725240210136,"id":1502,"parentId":1501,"tags":{},"startTime":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":170238,"timestamp":6725240209965,"id":1501,"parentId":1026,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1776332187246,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":171030,"timestamp":6725240211261,"id":1515,"parentId":1513,"tags":{},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":33,"timestamp":6725240382298,"id":1538,"parentId":1513,"tags":{},"startTime":1776332187418,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":171218,"timestamp":6725240211212,"id":1513,"parentId":927,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1776332187247,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":76,"timestamp":6725240382872,"id":1542,"parentId":1540,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":158,"timestamp":6725240382874,"id":1543,"parentId":1541,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":167,"timestamp":6725240382951,"id":1546,"parentId":1540,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":84,"timestamp":6725240383035,"id":1547,"parentId":1541,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2571,"timestamp":6725240382775,"id":1540,"parentId":1507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1776332187418,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":2761,"timestamp":6725240382829,"id":1541,"parentId":1507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2934,"timestamp":6725240382917,"id":1545,"parentId":1544,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2961,"timestamp":6725240382891,"id":1544,"parentId":1539,"tags":{},"startTime":1776332187419,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":3464,"timestamp":6725240382719,"id":1539,"parentId":1511,"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":1776332187418,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":5578,"timestamp":6725240381363,"id":1533,"parentId":1532,"tags":{},"startTime":1776332187417,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":7397,"timestamp":6725240381322,"id":1532,"parentId":1386,"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":1776332187417,"traceId":"bd5433937c2d2119"}] -[{"name":"read-resource","duration":7418,"timestamp":6725240381392,"id":1535,"parentId":1534,"tags":{},"startTime":1776332187417,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":9173,"timestamp":6725240381380,"id":1534,"parentId":1388,"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":1776332187417,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":9164,"timestamp":6725240381408,"id":1537,"parentId":1536,"tags":{},"startTime":1776332187417,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":13924,"timestamp":6725240381399,"id":1536,"parentId":1410,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1776332187417,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":760648,"timestamp":6725239635814,"id":878,"parentId":875,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332186671,"traceId":"bd5433937c2d2119"},{"name":"build-module-css","duration":552584,"timestamp":6725239844500,"id":1286,"parentId":1197,"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":1776332186880,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":1699,"timestamp":6725240395539,"id":1549,"parentId":1548,"tags":{},"startTime":1776332187431,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1887,"timestamp":6725240395486,"id":1548,"parentId":1503,"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":1776332187431,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":641,"timestamp":6725240396911,"id":1553,"parentId":1552,"tags":{},"startTime":1776332187433,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":44,"timestamp":6725240397558,"id":1554,"parentId":1552,"tags":{},"startTime":1776332187433,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1620,"timestamp":6725240396826,"id":1552,"parentId":1513,"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":1776332187432,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":762810,"timestamp":6725239635669,"id":876,"parentId":875,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776332186671,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":219,"timestamp":6725240399063,"id":1556,"parentId":1555,"tags":{},"startTime":1776332187435,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":626,"timestamp":6725240398868,"id":1555,"parentId":1286,"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":1776332187435,"traceId":"bd5433937c2d2119"},{"name":"build-module-css","duration":610497,"timestamp":6725239794084,"id":1197,"parentId":882,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776332186830,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":7963,"timestamp":6725240396759,"id":1551,"parentId":1550,"tags":{},"startTime":1776332187432,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":82642,"timestamp":6725240396733,"id":1550,"parentId":1499,"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":1776332187432,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":80424,"timestamp":6725240399100,"id":1558,"parentId":1557,"tags":{},"startTime":1776332187435,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":84791,"timestamp":6725240399088,"id":1557,"parentId":1548,"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":1776332187435,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":81,"timestamp":6725240485580,"id":1559,"parentId":1197,"tags":{},"startTime":1776332187521,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":849844,"timestamp":6725239635864,"id":879,"parentId":875,"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%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&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":1776332186672,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":273,"timestamp":6725240487199,"id":1561,"parentId":1560,"tags":{},"startTime":1776332187523,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":30,"timestamp":6725240487481,"id":1562,"parentId":1560,"tags":{},"startTime":1776332187523,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":607,"timestamp":6725240487070,"id":1560,"parentId":1550,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1776332187523,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":288,"timestamp":6725240488187,"id":1564,"parentId":1563,"tags":{},"startTime":1776332187524,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":53,"timestamp":6725240488483,"id":1565,"parentId":1563,"tags":{},"startTime":1776332187524,"traceId":"bd5433937c2d2119"},{"name":"build-module-js","duration":1401,"timestamp":6725240488090,"id":1563,"parentId":1560,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1776332187524,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":853760,"timestamp":6725239635796,"id":877,"parentId":875,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776332186671,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":853684,"timestamp":6725239635875,"id":880,"parentId":875,"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":1776332186672,"traceId":"bd5433937c2d2119"},{"name":"make","duration":856982,"timestamp":6725239632590,"id":875,"parentId":874,"tags":{},"startTime":1776332186668,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":2088,"timestamp":6725240492686,"id":1567,"parentId":1566,"tags":{},"startTime":1776332187528,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":3,"timestamp":6725240494790,"id":1569,"parentId":1566,"tags":{},"startTime":1776332187530,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":50,"timestamp":6725240494803,"id":1570,"parentId":1566,"tags":{},"startTime":1776332187530,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":4,"timestamp":6725240494883,"id":1571,"parentId":1566,"tags":{},"startTime":1776332187531,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725240494896,"id":1572,"parentId":1566,"tags":{},"startTime":1776332187531,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":718,"timestamp":6725240494785,"id":1568,"parentId":1566,"tags":{},"startTime":1776332187530,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":2978,"timestamp":6725240496774,"id":1573,"parentId":1566,"tags":{},"startTime":1776332187532,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":8613,"timestamp":6725240499763,"id":1574,"parentId":1566,"tags":{},"startTime":1776332187535,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":7403,"timestamp":6725240509984,"id":1575,"parentId":1566,"tags":{},"startTime":1776332187546,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":292,"timestamp":6725240517387,"id":1576,"parentId":1566,"tags":{},"startTime":1776332187553,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":49,"timestamp":6725240517659,"id":1577,"parentId":1566,"tags":{},"startTime":1776332187553,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":75069,"timestamp":6725240517711,"id":1578,"parentId":1566,"tags":{},"startTime":1776332187553,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-generateClientManifest","duration":60,"timestamp":6725240593359,"id":1580,"parentId":874,"tags":{},"startTime":1776332187629,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-createassets","duration":232,"timestamp":6725240593191,"id":1579,"parentId":874,"tags":{},"startTime":1776332187629,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":102808,"timestamp":6725240492077,"id":1566,"parentId":874,"tags":{},"startTime":1776332187528,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":962571,"timestamp":6725239632353,"id":874,"parentId":258,"tags":{"name":"client"},"startTime":1776332186668,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":24682,"timestamp":6725240594949,"id":1581,"parentId":258,"tags":{},"startTime":1776332187631,"traceId":"bd5433937c2d2119"},{"name":"compile-path","duration":1680057,"timestamp":6725238940292,"id":117,"tags":{"trigger":"/recommendations","isTurbopack":false},"startTime":1776332185976,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-client","duration":1430099,"timestamp":6725239190478,"id":258,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332186226,"traceId":"bd5433937c2d2119"}] -[{"name":"handle-request","duration":1794058,"timestamp":6725238928971,"id":115,"tags":{"url":"/recommendations","isTurbopack":false},"startTime":1776332185965,"traceId":"bd5433937c2d2119"},{"name":"memory-usage","duration":0,"timestamp":6725240723064,"id":1582,"parentId":115,"tags":{"url":"/recommendations","memory.rss":"490553344","memory.heapUsed":"291021712","memory.heapTotal":"315965440"},"startTime":1776332187759,"traceId":"bd5433937c2d2119"},{"name":"client-success","duration":27,"timestamp":6725241647688,"id":1583,"parentId":3,"tags":{},"startTime":1776332188683,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":9682,"timestamp":6725245242609,"id":1590,"parentId":1588,"tags":{"request":"next-app-loader?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776332192278,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":7641,"timestamp":6725245249001,"id":1591,"parentId":1589,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776332192285,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2415,"timestamp":6725245259143,"id":1594,"parentId":1593,"tags":{},"startTime":1776332192295,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2500,"timestamp":6725245259063,"id":1593,"parentId":1592,"tags":{},"startTime":1776332192295,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3077,"timestamp":6725245258821,"id":1592,"parentId":1591,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"rsc"},"startTime":1776332192295,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":20634,"timestamp":6725245242495,"id":1589,"parentId":1588,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776332192278,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":425,"timestamp":6725245270617,"id":1602,"parentId":1587,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776332192306,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":6588,"timestamp":6725245274235,"id":1605,"parentId":1604,"tags":{},"startTime":1776332192310,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":6664,"timestamp":6725245274162,"id":1604,"parentId":1603,"tags":{},"startTime":1776332192310,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":9398,"timestamp":6725245273855,"id":1603,"parentId":1602,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"ssr"},"startTime":1776332192310,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1419,"timestamp":6725245294504,"id":1614,"parentId":1613,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1475,"timestamp":6725245294454,"id":1613,"parentId":1612,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":2304,"timestamp":6725245294345,"id":1612,"parentId":1603,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"ssr"},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2611,"timestamp":6725245294109,"id":1609,"parentId":1608,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2660,"timestamp":6725245294062,"id":1608,"parentId":1606,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3479,"timestamp":6725245293891,"id":1606,"parentId":1603,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"ssr"},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3304,"timestamp":6725245294142,"id":1611,"parentId":1610,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3334,"timestamp":6725245294113,"id":1610,"parentId":1607,"tags":{},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":4436,"timestamp":6725245293994,"id":1607,"parentId":1603,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"ssr"},"startTime":1776332192330,"traceId":"bd5433937c2d2119"},{"name":"make","duration":59740,"timestamp":6725245240933,"id":1588,"parentId":1587,"tags":{},"startTime":1776332192277,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":2852,"timestamp":6725245302679,"id":1616,"parentId":1615,"tags":{},"startTime":1776332192338,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":3,"timestamp":6725245305547,"id":1618,"parentId":1615,"tags":{},"startTime":1776332192341,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":2366,"timestamp":6725245305739,"id":1619,"parentId":1615,"tags":{},"startTime":1776332192341,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":4,"timestamp":6725245308123,"id":1620,"parentId":1615,"tags":{},"startTime":1776332192344,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6725245308139,"id":1621,"parentId":1615,"tags":{},"startTime":1776332192344,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":3140,"timestamp":6725245305541,"id":1617,"parentId":1615,"tags":{},"startTime":1776332192341,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":682,"timestamp":6725245310484,"id":1622,"parentId":1615,"tags":{},"startTime":1776332192346,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":2884,"timestamp":6725245311173,"id":1623,"parentId":1615,"tags":{},"startTime":1776332192347,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":827,"timestamp":6725245315003,"id":1624,"parentId":1615,"tags":{},"startTime":1776332192351,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":69,"timestamp":6725245315829,"id":1625,"parentId":1615,"tags":{},"startTime":1776332192352,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":42,"timestamp":6725245315889,"id":1626,"parentId":1615,"tags":{},"startTime":1776332192352,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":4231,"timestamp":6725245315934,"id":1627,"parentId":1615,"tags":{},"startTime":1776332192352,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":19373,"timestamp":6725245302134,"id":1615,"parentId":1587,"tags":{},"startTime":1776332192338,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":83145,"timestamp":6725245239574,"id":1587,"parentId":1585,"tags":{"name":"server"},"startTime":1776332192275,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":2526,"timestamp":6725245322742,"id":1628,"parentId":1585,"tags":{},"startTime":1776332192358,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-server","duration":90732,"timestamp":6725245234905,"id":1585,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332192271,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":16900,"timestamp":6725245331088,"id":1631,"parentId":1630,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":18312,"timestamp":6725245331127,"id":1633,"parentId":1630,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":27941,"timestamp":6725245331144,"id":1635,"parentId":1630,"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":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":28451,"timestamp":6725245331119,"id":1632,"parentId":1630,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"read-resource","duration":10115,"timestamp":6725245350112,"id":1639,"parentId":1638,"tags":{},"startTime":1776332192386,"traceId":"bd5433937c2d2119"},{"name":"postcss-process","duration":72913,"timestamp":6725245360303,"id":1641,"parentId":1640,"tags":{},"startTime":1776332192396,"traceId":"bd5433937c2d2119"},{"name":"postcss-loader","duration":73569,"timestamp":6725245360280,"id":1640,"parentId":1638,"tags":{},"startTime":1776332192396,"traceId":"bd5433937c2d2119"},{"name":"css-loader","duration":9801,"timestamp":6725245433881,"id":1642,"parentId":1638,"tags":{"astUsed":"true"},"startTime":1776332192470,"traceId":"bd5433937c2d2119"},{"name":"build-module-css","duration":94788,"timestamp":6725245350014,"id":1638,"parentId":1637,"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":1776332192386,"traceId":"bd5433937c2d2119"},{"name":"build-module-css","duration":105209,"timestamp":6725245343187,"id":1637,"parentId":1629,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776332192379,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":29,"timestamp":6725245448843,"id":1643,"parentId":1637,"tags":{},"startTime":1776332192485,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":117911,"timestamp":6725245331139,"id":1634,"parentId":1630,"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%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&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":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":483,"timestamp":6725245453009,"id":1644,"parentId":1636,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776332192489,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3004,"timestamp":6725245454222,"id":1647,"parentId":1646,"tags":{},"startTime":1776332192490,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3089,"timestamp":6725245454139,"id":1646,"parentId":1645,"tags":{},"startTime":1776332192490,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":5030,"timestamp":6725245454040,"id":1645,"parentId":1644,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1776332192490,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":1436,"timestamp":6725245463329,"id":1656,"parentId":1655,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":1472,"timestamp":6725245463297,"id":1655,"parentId":1654,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"build-module-ts","duration":2197,"timestamp":6725245463244,"id":1654,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2673,"timestamp":6725245462995,"id":1653,"parentId":1652,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2708,"timestamp":6725245462962,"id":1652,"parentId":1649,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3453,"timestamp":6725245462864,"id":1649,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"app-pages-browser"},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":3420,"timestamp":6725245462959,"id":1651,"parentId":1650,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":3465,"timestamp":6725245462915,"id":1650,"parentId":1648,"tags":{},"startTime":1776332192499,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":4574,"timestamp":6725245462771,"id":1648,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"app-pages-browser"},"startTime":1776332192498,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":136938,"timestamp":6725245331147,"id":1636,"parentId":1630,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332192367,"traceId":"bd5433937c2d2119"},{"name":"make","duration":139620,"timestamp":6725245328489,"id":1630,"parentId":1629,"tags":{},"startTime":1776332192364,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":1156,"timestamp":6725245470123,"id":1658,"parentId":1657,"tags":{},"startTime":1776332192506,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":8,"timestamp":6725245471293,"id":1660,"parentId":1657,"tags":{},"startTime":1776332192507,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":45,"timestamp":6725245471311,"id":1661,"parentId":1657,"tags":{},"startTime":1776332192507,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":10,"timestamp":6725245471368,"id":1662,"parentId":1657,"tags":{},"startTime":1776332192507,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":4,"timestamp":6725245471393,"id":1663,"parentId":1657,"tags":{},"startTime":1776332192507,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":750,"timestamp":6725245471289,"id":1659,"parentId":1657,"tags":{},"startTime":1776332192507,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":476,"timestamp":6725245473029,"id":1664,"parentId":1657,"tags":{},"startTime":1776332192509,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":1812,"timestamp":6725245473519,"id":1665,"parentId":1657,"tags":{},"startTime":1776332192509,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":2484,"timestamp":6725245476248,"id":1666,"parentId":1657,"tags":{},"startTime":1776332192512,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":269,"timestamp":6725245478731,"id":1667,"parentId":1657,"tags":{},"startTime":1776332192514,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":49,"timestamp":6725245478990,"id":1668,"parentId":1657,"tags":{},"startTime":1776332192515,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":6134,"timestamp":6725245479042,"id":1669,"parentId":1657,"tags":{},"startTime":1776332192515,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-generateClientManifest","duration":136,"timestamp":6725245487445,"id":1671,"parentId":1629,"tags":{},"startTime":1776332192523,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-createassets","duration":197,"timestamp":6725245487389,"id":1670,"parentId":1629,"tags":{},"startTime":1776332192523,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":20240,"timestamp":6725245469417,"id":1657,"parentId":1629,"tags":{},"startTime":1776332192505,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":161770,"timestamp":6725245328091,"id":1629,"parentId":1601,"tags":{"name":"client"},"startTime":1776332192364,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":5455,"timestamp":6725245489888,"id":1672,"parentId":1601,"tags":{},"startTime":1776332192526,"traceId":"bd5433937c2d2119"},{"name":"compile-path","duration":260921,"timestamp":6725245234970,"id":1586,"tags":{"trigger":"/","isTurbopack":false},"startTime":1776332192271,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-client","duration":231501,"timestamp":6725245264630,"id":1601,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332192300,"traceId":"bd5433937c2d2119"}] -[{"name":"client-success","duration":4,"timestamp":6725245497410,"id":1673,"parentId":3,"tags":{},"startTime":1776332192533,"traceId":"bd5433937c2d2119"},{"name":"handle-request","duration":286884,"timestamp":6725245229337,"id":1584,"tags":{"url":"/?_rsc=17yb1","isTurbopack":false},"startTime":1776332192265,"traceId":"bd5433937c2d2119"},{"name":"memory-usage","duration":0,"timestamp":6725245516264,"id":1674,"parentId":1584,"tags":{"url":"/?_rsc=17yb1","memory.rss":"366411776","memory.heapUsed":"208293280","memory.heapTotal":"297418752"},"startTime":1776332192552,"traceId":"bd5433937c2d2119"},{"name":"client-hmr-latency","duration":264000,"timestamp":6725245265675,"id":1676,"parentId":3,"tags":{"updatedModules":["[project]/src/app/globals.css"],"page":"/recommendations","isPageHidden":false},"startTime":1776332192568,"traceId":"bd5433937c2d2119"},{"name":"handle-request","duration":12069,"timestamp":6725245522546,"id":1675,"tags":{"url":"/?_rsc=1p60s","isTurbopack":false},"startTime":1776332192558,"traceId":"bd5433937c2d2119"},{"name":"memory-usage","duration":0,"timestamp":6725245534662,"id":1677,"parentId":1675,"tags":{"url":"/?_rsc=1p60s","memory.rss":"366280704","memory.heapUsed":"209835288","memory.heapTotal":"297418752"},"startTime":1776332192570,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":14405,"timestamp":6725264624057,"id":1685,"parentId":1682,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776332211660,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":23540,"timestamp":6725264624052,"id":1684,"parentId":1682,"tags":{"request":"next-app-loader?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776332211660,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":20737,"timestamp":6725264636063,"id":1686,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fusers%2Fpage&page=%2Fusers%2Fpage&appPaths=%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%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":1776332211672,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":2452,"timestamp":6725264659859,"id":1689,"parentId":1688,"tags":{},"startTime":1776332211696,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":2604,"timestamp":6725264659713,"id":1688,"parentId":1687,"tags":{},"startTime":1776332211695,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":3370,"timestamp":6725264659429,"id":1687,"parentId":1686,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"rsc"},"startTime":1776332211695,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":40491,"timestamp":6725264623836,"id":1683,"parentId":1682,"tags":{"request":"next-app-loader?name=app%2Fusers%2Fpage&page=%2Fusers%2Fpage&appPaths=%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%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":1776332211660,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":697,"timestamp":6725264672906,"id":1700,"parentId":1681,"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%2Fusers%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776332211709,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":5194,"timestamp":6725264677324,"id":1703,"parentId":1702,"tags":{},"startTime":1776332211713,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":5277,"timestamp":6725264677248,"id":1702,"parentId":1701,"tags":{},"startTime":1776332211713,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":14834,"timestamp":6725264676973,"id":1701,"parentId":1700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"ssr"},"startTime":1776332211713,"traceId":"bd5433937c2d2119"},{"name":"make","duration":81391,"timestamp":6725264619277,"id":1682,"parentId":1681,"tags":{},"startTime":1776332211655,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":1196,"timestamp":6725264702941,"id":1705,"parentId":1704,"tags":{},"startTime":1776332211739,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":3,"timestamp":6725264704153,"id":1707,"parentId":1704,"tags":{},"startTime":1776332211740,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":1271,"timestamp":6725264704168,"id":1708,"parentId":1704,"tags":{},"startTime":1776332211740,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":7,"timestamp":6725264705459,"id":1709,"parentId":1704,"tags":{},"startTime":1776332211741,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":10,"timestamp":6725264705478,"id":1710,"parentId":1704,"tags":{},"startTime":1776332211741,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":2234,"timestamp":6725264704148,"id":1706,"parentId":1704,"tags":{},"startTime":1776332211740,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":333,"timestamp":6725264706996,"id":1711,"parentId":1704,"tags":{},"startTime":1776332211743,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":2039,"timestamp":6725264707337,"id":1712,"parentId":1704,"tags":{},"startTime":1776332211743,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":769,"timestamp":6725264710026,"id":1713,"parentId":1704,"tags":{},"startTime":1776332211746,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":62,"timestamp":6725264710795,"id":1714,"parentId":1704,"tags":{},"startTime":1776332211746,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":32,"timestamp":6725264710852,"id":1715,"parentId":1704,"tags":{},"startTime":1776332211747,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":2136,"timestamp":6725264710887,"id":1716,"parentId":1704,"tags":{},"startTime":1776332211747,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":12145,"timestamp":6725264701981,"id":1704,"parentId":1681,"tags":{},"startTime":1776332211738,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":97626,"timestamp":6725264618598,"id":1681,"parentId":1679,"tags":{"name":"server"},"startTime":1776332211654,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":2303,"timestamp":6725264716249,"id":1717,"parentId":1679,"tags":{},"startTime":1776332211752,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-server","duration":111827,"timestamp":6725264607117,"id":1679,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332211643,"traceId":"bd5433937c2d2119"},{"name":"build-module","duration":574,"timestamp":6725264727649,"id":1727,"parentId":1726,"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%2Fusers%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776332211763,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":5906,"timestamp":6725264723664,"id":1720,"parentId":1719,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":6522,"timestamp":6725264723700,"id":1725,"parentId":1719,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":7308,"timestamp":6725264723691,"id":1722,"parentId":1719,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":9108,"timestamp":6725264723697,"id":1724,"parentId":1719,"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":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":9158,"timestamp":6725264723687,"id":1721,"parentId":1719,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":9154,"timestamp":6725264723695,"id":1723,"parentId":1719,"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%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&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":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"next-swc-transform","duration":4668,"timestamp":6725264732199,"id":1730,"parentId":1729,"tags":{},"startTime":1776332211768,"traceId":"bd5433937c2d2119"},{"name":"next-swc-loader","duration":4730,"timestamp":6725264732139,"id":1729,"parentId":1728,"tags":{},"startTime":1776332211768,"traceId":"bd5433937c2d2119"},{"name":"build-module-tsx","duration":15339,"timestamp":6725264731952,"id":1728,"parentId":1727,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"app-pages-browser"},"startTime":1776332211768,"traceId":"bd5433937c2d2119"},{"name":"add-entry","duration":30713,"timestamp":6725264723702,"id":1726,"parentId":1719,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fusers%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776332211759,"traceId":"bd5433937c2d2119"},{"name":"make","duration":33944,"timestamp":6725264720506,"id":1719,"parentId":1718,"tags":{},"startTime":1776332211756,"traceId":"bd5433937c2d2119"},{"name":"chunk-graph","duration":950,"timestamp":6725264757346,"id":1732,"parentId":1731,"tags":{},"startTime":1776332211793,"traceId":"bd5433937c2d2119"},{"name":"optimize-modules","duration":4,"timestamp":6725264758312,"id":1734,"parentId":1731,"tags":{},"startTime":1776332211794,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunks","duration":28,"timestamp":6725264758331,"id":1735,"parentId":1731,"tags":{},"startTime":1776332211794,"traceId":"bd5433937c2d2119"},{"name":"optimize-tree","duration":4,"timestamp":6725264758374,"id":1736,"parentId":1731,"tags":{},"startTime":1776332211794,"traceId":"bd5433937c2d2119"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6725264758388,"id":1737,"parentId":1731,"tags":{},"startTime":1776332211794,"traceId":"bd5433937c2d2119"},{"name":"optimize","duration":793,"timestamp":6725264758307,"id":1733,"parentId":1731,"tags":{},"startTime":1776332211794,"traceId":"bd5433937c2d2119"},{"name":"module-hash","duration":372,"timestamp":6725264759787,"id":1738,"parentId":1731,"tags":{},"startTime":1776332211795,"traceId":"bd5433937c2d2119"},{"name":"code-generation","duration":4847,"timestamp":6725264760165,"id":1739,"parentId":1731,"tags":{},"startTime":1776332211796,"traceId":"bd5433937c2d2119"},{"name":"hash","duration":3247,"timestamp":6725264766353,"id":1740,"parentId":1731,"tags":{},"startTime":1776332211802,"traceId":"bd5433937c2d2119"},{"name":"code-generation-jobs","duration":111,"timestamp":6725264769599,"id":1741,"parentId":1731,"tags":{},"startTime":1776332211805,"traceId":"bd5433937c2d2119"},{"name":"module-assets","duration":37,"timestamp":6725264769702,"id":1742,"parentId":1731,"tags":{},"startTime":1776332211805,"traceId":"bd5433937c2d2119"},{"name":"create-chunk-assets","duration":3083,"timestamp":6725264769742,"id":1743,"parentId":1731,"tags":{},"startTime":1776332211805,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-generateClientManifest","duration":95,"timestamp":6725264773402,"id":1745,"parentId":1718,"tags":{},"startTime":1776332211809,"traceId":"bd5433937c2d2119"},{"name":"NextJsBuildManifest-createassets","duration":142,"timestamp":6725264773359,"id":1744,"parentId":1718,"tags":{},"startTime":1776332211809,"traceId":"bd5433937c2d2119"},{"name":"seal","duration":18351,"timestamp":6725264756564,"id":1731,"parentId":1718,"tags":{},"startTime":1776332211792,"traceId":"bd5433937c2d2119"},{"name":"webpack-compilation","duration":54752,"timestamp":6725264720183,"id":1718,"parentId":1699,"tags":{"name":"client"},"startTime":1776332211756,"traceId":"bd5433937c2d2119"},{"name":"emit","duration":3334,"timestamp":6725264774952,"id":1746,"parentId":1699,"tags":{},"startTime":1776332211811,"traceId":"bd5433937c2d2119"},{"name":"compile-path","duration":171516,"timestamp":6725264607250,"id":1680,"tags":{"trigger":"/users","isTurbopack":false},"startTime":1776332211643,"traceId":"bd5433937c2d2119"},{"name":"webpack-invalidated-client","duration":113420,"timestamp":6725264665748,"id":1699,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776332211701,"traceId":"bd5433937c2d2119"}] +[{"name":"hot-reloader","duration":24,"timestamp":6733910431633,"id":3,"tags":{"version":"14.2.35","isTurbopack":false},"startTime":1776340857458,"traceId":"611bd841fd914c91"},{"name":"start","duration":0,"timestamp":6733910432139,"id":4,"parentId":3,"tags":{},"startTime":1776340857459,"traceId":"611bd841fd914c91"},{"name":"get-version-info","duration":921352,"timestamp":6733910432274,"id":5,"parentId":4,"tags":{},"startTime":1776340857459,"traceId":"611bd841fd914c91"},{"name":"clean","duration":123111,"timestamp":6733911353685,"id":6,"parentId":4,"tags":{},"startTime":1776340858380,"traceId":"611bd841fd914c91"},{"name":"create-pages-mapping","duration":116,"timestamp":6733911477918,"id":8,"parentId":7,"tags":{},"startTime":1776340858504,"traceId":"611bd841fd914c91"},{"name":"create-entrypoints","duration":263497,"timestamp":6733911478047,"id":9,"parentId":7,"tags":{},"startTime":1776340858504,"traceId":"611bd841fd914c91"},{"name":"generate-webpack-config","duration":63173,"timestamp":6733911741576,"id":10,"parentId":7,"tags":{},"startTime":1776340858768,"traceId":"611bd841fd914c91"},{"name":"get-webpack-config","duration":326888,"timestamp":6733911477872,"id":7,"parentId":4,"tags":{},"startTime":1776340858504,"traceId":"611bd841fd914c91"},{"name":"make","duration":607,"timestamp":6733911845100,"id":12,"parentId":11,"tags":{},"startTime":1776340858872,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":331,"timestamp":6733911846714,"id":14,"parentId":13,"tags":{},"startTime":1776340858873,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":10,"timestamp":6733911847094,"id":16,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":59,"timestamp":6733911847185,"id":17,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":11,"timestamp":6733911847274,"id":18,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":10,"timestamp":6733911847358,"id":19,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":337,"timestamp":6733911847073,"id":15,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":42,"timestamp":6733911847685,"id":20,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":70,"timestamp":6733911847737,"id":21,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"hash","duration":210,"timestamp":6733911847913,"id":22,"parentId":13,"tags":{},"startTime":1776340858874,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":26,"timestamp":6733911848122,"id":23,"parentId":13,"tags":{},"startTime":1776340858875,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":33,"timestamp":6733911848136,"id":24,"parentId":13,"tags":{},"startTime":1776340858875,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":117,"timestamp":6733911848173,"id":25,"parentId":13,"tags":{},"startTime":1776340858875,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-generateClientManifest","duration":732,"timestamp":6733911886255,"id":27,"parentId":11,"tags":{},"startTime":1776340858913,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-createassets","duration":978,"timestamp":6733911886019,"id":26,"parentId":11,"tags":{},"startTime":1776340858912,"traceId":"611bd841fd914c91"},{"name":"seal","duration":40941,"timestamp":6733911846634,"id":13,"parentId":11,"tags":{},"startTime":1776340858873,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":44435,"timestamp":6733911843262,"id":11,"parentId":3,"tags":{"name":"client"},"startTime":1776340858870,"traceId":"611bd841fd914c91"},{"name":"emit","duration":2419,"timestamp":6733911887884,"id":28,"parentId":3,"tags":{},"startTime":1776340858914,"traceId":"611bd841fd914c91"},{"name":"make","duration":649,"timestamp":6733911893885,"id":30,"parentId":29,"tags":{},"startTime":1776340858920,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":12,"timestamp":6733911894708,"id":32,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":2,"timestamp":6733911894729,"id":34,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":31,"timestamp":6733911894760,"id":35,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":3,"timestamp":6733911894807,"id":36,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733911894832,"id":37,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":133,"timestamp":6733911894726,"id":33,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":4,"timestamp":6733911894912,"id":38,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":3,"timestamp":6733911894920,"id":39,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"hash","duration":25,"timestamp":6733911894938,"id":40,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":16,"timestamp":6733911894963,"id":41,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":5,"timestamp":6733911894976,"id":42,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":6,"timestamp":6733911894984,"id":43,"parentId":31,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"seal","duration":656,"timestamp":6733911894691,"id":31,"parentId":29,"tags":{},"startTime":1776340858921,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":2017,"timestamp":6733911893391,"id":29,"parentId":3,"tags":{"name":"server"},"startTime":1776340858920,"traceId":"611bd841fd914c91"},{"name":"emit","duration":658,"timestamp":6733911895435,"id":44,"parentId":3,"tags":{},"startTime":1776340858922,"traceId":"611bd841fd914c91"},{"name":"make","duration":67,"timestamp":6733911898134,"id":46,"parentId":45,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":10,"timestamp":6733911898429,"id":48,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":2,"timestamp":6733911898447,"id":50,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":4,"timestamp":6733911898473,"id":51,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":2,"timestamp":6733911898483,"id":52,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6733911898491,"id":53,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":56,"timestamp":6733911898445,"id":49,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":3,"timestamp":6733911898542,"id":54,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":3,"timestamp":6733911898549,"id":55,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"hash","duration":36,"timestamp":6733911898573,"id":56,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":7,"timestamp":6733911898609,"id":57,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":3,"timestamp":6733911898614,"id":58,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":5,"timestamp":6733911898620,"id":59,"parentId":47,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"seal","duration":442,"timestamp":6733911898415,"id":47,"parentId":45,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":1439,"timestamp":6733911897435,"id":45,"parentId":3,"tags":{"name":"edge-server"},"startTime":1776340858924,"traceId":"611bd841fd914c91"},{"name":"emit","duration":556,"timestamp":6733911898890,"id":60,"parentId":3,"tags":{},"startTime":1776340858925,"traceId":"611bd841fd914c91"}] +[{"name":"make","duration":161,"timestamp":6733912116457,"id":65,"parentId":64,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":15,"timestamp":6733912116722,"id":67,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":2,"timestamp":6733912116745,"id":69,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":5,"timestamp":6733912116756,"id":70,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":2,"timestamp":6733912116768,"id":71,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6733912116780,"id":72,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":51,"timestamp":6733912116743,"id":68,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":7,"timestamp":6733912116845,"id":73,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":4,"timestamp":6733912116857,"id":74,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"hash","duration":25,"timestamp":6733912116877,"id":75,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":7,"timestamp":6733912116902,"id":76,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":3,"timestamp":6733912116908,"id":77,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":7,"timestamp":6733912116914,"id":78,"parentId":66,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-generateClientManifest","duration":201,"timestamp":6733912117138,"id":80,"parentId":64,"tags":{},"startTime":1776340859144,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-createassets","duration":227,"timestamp":6733912117114,"id":79,"parentId":64,"tags":{},"startTime":1776340859144,"traceId":"611bd841fd914c91"},{"name":"seal","duration":716,"timestamp":6733912116703,"id":66,"parentId":64,"tags":{},"startTime":1776340859143,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":1368,"timestamp":6733912116065,"id":64,"parentId":61,"tags":{"name":"client"},"startTime":1776340859142,"traceId":"611bd841fd914c91"},{"name":"setup-dev-bundler","duration":1875786,"timestamp":6733910265019,"id":2,"parentId":1,"tags":{},"startTime":1776340857291,"traceId":"611bd841fd914c91"},{"name":"emit","duration":23959,"timestamp":6733912117448,"id":81,"parentId":61,"tags":{},"startTime":1776340859144,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-client","duration":29879,"timestamp":6733912112221,"id":61,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340859139,"traceId":"611bd841fd914c91"},{"name":"make","duration":203,"timestamp":6733912143524,"id":83,"parentId":82,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":18,"timestamp":6733912143820,"id":85,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":2,"timestamp":6733912143848,"id":87,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":28,"timestamp":6733912143885,"id":88,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":5,"timestamp":6733912143919,"id":89,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6733912143935,"id":90,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":106,"timestamp":6733912143843,"id":86,"parentId":84,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":4,"timestamp":6733912144108,"id":91,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":4,"timestamp":6733912144116,"id":92,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"hash","duration":33,"timestamp":6733912144136,"id":93,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":9,"timestamp":6733912144169,"id":94,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":4,"timestamp":6733912144176,"id":95,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":12,"timestamp":6733912144182,"id":96,"parentId":84,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"seal","duration":559,"timestamp":6733912143803,"id":84,"parentId":82,"tags":{},"startTime":1776340859170,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":1387,"timestamp":6733912142993,"id":82,"parentId":62,"tags":{"name":"server"},"startTime":1776340859169,"traceId":"611bd841fd914c91"},{"name":"run-instrumentation-hook","duration":22,"timestamp":6733912162832,"id":98,"parentId":1,"tags":{},"startTime":1776340859189,"traceId":"611bd841fd914c91"},{"name":"start-dev-server","duration":2302160,"timestamp":6733909874662,"id":1,"tags":{"cpus":"10","platform":"darwin","memory.freeMem":"96288768","memory.totalMem":"17179869184","memory.heapSizeLimit":"8640266240","isTurbopack":false,"memory.rss":"223182848","memory.heapTotal":"104382464","memory.heapUsed":"81281992"},"startTime":1776340856901,"traceId":"611bd841fd914c91"},{"name":"emit","duration":33005,"timestamp":6733912144393,"id":97,"parentId":62,"tags":{},"startTime":1776340859171,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-server","duration":65405,"timestamp":6733912112346,"id":62,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340859139,"traceId":"611bd841fd914c91"},{"name":"make","duration":301,"timestamp":6733912179086,"id":100,"parentId":99,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":15,"timestamp":6733912179554,"id":102,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":2,"timestamp":6733912179577,"id":104,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":5,"timestamp":6733912179588,"id":105,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":4,"timestamp":6733912179599,"id":106,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733912179612,"id":107,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":51,"timestamp":6733912179574,"id":103,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":4,"timestamp":6733912179674,"id":108,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":3,"timestamp":6733912179682,"id":109,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"hash","duration":28,"timestamp":6733912179701,"id":110,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":8,"timestamp":6733912179729,"id":111,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":3,"timestamp":6733912179735,"id":112,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":6,"timestamp":6733912179743,"id":113,"parentId":101,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"seal","duration":423,"timestamp":6733912179525,"id":101,"parentId":99,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":1276,"timestamp":6733912178687,"id":99,"parentId":63,"tags":{"name":"edge-server"},"startTime":1776340859205,"traceId":"611bd841fd914c91"},{"name":"emit","duration":14125,"timestamp":6733912179973,"id":114,"parentId":63,"tags":{},"startTime":1776340859206,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-edge-server","duration":82189,"timestamp":6733912112366,"id":63,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340859139,"traceId":"611bd841fd914c91"}] +[{"name":"build-module","duration":21765,"timestamp":6733912215016,"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%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776340859241,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":59747,"timestamp":6733912248452,"id":125,"parentId":124,"tags":{},"startTime":1776340859275,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":60169,"timestamp":6733912248047,"id":124,"parentId":122,"tags":{},"startTime":1776340859274,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":63310,"timestamp":6733912246455,"id":122,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"rsc"},"startTime":1776340859273,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":61259,"timestamp":6733912248566,"id":127,"parentId":126,"tags":{},"startTime":1776340859275,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":61353,"timestamp":6733912248474,"id":126,"parentId":123,"tags":{},"startTime":1776340859275,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":65746,"timestamp":6733912247680,"id":123,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1776340859274,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":65966,"timestamp":6733912249816,"id":137,"parentId":136,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":66044,"timestamp":6733912249742,"id":136,"parentId":131,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67566,"timestamp":6733912249440,"id":131,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":67212,"timestamp":6733912249852,"id":139,"parentId":138,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":67246,"timestamp":6733912249819,"id":138,"parentId":132,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":69590,"timestamp":6733912249567,"id":132,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":72137,"timestamp":6733912249717,"id":133,"parentId":128,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":94,"timestamp":6733912321883,"id":140,"parentId":128,"tags":{},"startTime":1776340859348,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":73915,"timestamp":6733912248716,"id":128,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1776340859275,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":72905,"timestamp":6733912249738,"id":135,"parentId":130,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":70,"timestamp":6733912322653,"id":141,"parentId":130,"tags":{},"startTime":1776340859349,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":74449,"timestamp":6733912249342,"id":130,"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":1776340859276,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74069,"timestamp":6733912249732,"id":134,"parentId":129,"tags":{},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733912323811,"id":142,"parentId":129,"tags":{},"startTime":1776340859350,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":77639,"timestamp":6733912249119,"id":129,"parentId":121,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1776340859276,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":405,"timestamp":6733912330883,"id":143,"parentId":130,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.dev.js","layer":null},"startTime":1776340859357,"traceId":"611bd841fd914c91"},{"name":"build-module-external","duration":24,"timestamp":6733912339205,"id":149,"parentId":129,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-external","duration":7,"timestamp":6733912339247,"id":150,"parentId":129,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-external","duration":5,"timestamp":6733912339294,"id":152,"parentId":129,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4254,"timestamp":6733912339714,"id":161,"parentId":160,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4295,"timestamp":6733912339688,"id":160,"parentId":148,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5901,"timestamp":6733912339167,"id":148,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5557,"timestamp":6733912339743,"id":163,"parentId":162,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5586,"timestamp":6733912339716,"id":162,"parentId":151,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6289,"timestamp":6733912339258,"id":151,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6372,"timestamp":6733912339648,"id":157,"parentId":156,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6508,"timestamp":6733912339513,"id":156,"parentId":146,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7787,"timestamp":6733912338954,"id":146,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1776340859365,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7073,"timestamp":6733912339685,"id":159,"parentId":158,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7107,"timestamp":6733912339651,"id":158,"parentId":147,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7819,"timestamp":6733912339114,"id":147,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10335,"timestamp":6733912340030,"id":169,"parentId":168,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10361,"timestamp":6733912340008,"id":168,"parentId":155,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11203,"timestamp":6733912339430,"id":155,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10648,"timestamp":6733912340004,"id":167,"parentId":166,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10694,"timestamp":6733912339958,"id":166,"parentId":154,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12592,"timestamp":6733912339387,"id":154,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12041,"timestamp":6733912339955,"id":165,"parentId":164,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12181,"timestamp":6733912339816,"id":164,"parentId":153,"tags":{},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15106,"timestamp":6733912339302,"id":153,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1776340859366,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17285,"timestamp":6733912338306,"id":145,"parentId":144,"tags":{},"startTime":1776340859365,"traceId":"611bd841fd914c91"},{"name":"build-module-css","duration":18372,"timestamp":6733912337654,"id":144,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1776340859364,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11209,"timestamp":6733912345985,"id":174,"parentId":170,"tags":{},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":61,"timestamp":6733912357203,"id":178,"parentId":170,"tags":{},"startTime":1776340859384,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21911,"timestamp":6733912345654,"id":170,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21661,"timestamp":6733912346003,"id":176,"parentId":172,"tags":{},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733912367674,"id":179,"parentId":172,"tags":{},"startTime":1776340859394,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22085,"timestamp":6733912345818,"id":172,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21910,"timestamp":6733912345999,"id":175,"parentId":171,"tags":{},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733912367915,"id":180,"parentId":171,"tags":{},"startTime":1776340859394,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22540,"timestamp":6733912345753,"id":171,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22293,"timestamp":6733912346007,"id":177,"parentId":173,"tags":{},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":68,"timestamp":6733912368304,"id":181,"parentId":173,"tags":{},"startTime":1776340859395,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23385,"timestamp":6733912345869,"id":173,"parentId":129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1776340859372,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":3567,"timestamp":6733912373074,"id":183,"parentId":182,"tags":{},"startTime":1776340859400,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733912376649,"id":190,"parentId":182,"tags":{},"startTime":1776340859403,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5112,"timestamp":6733912372863,"id":182,"parentId":154,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1776340859399,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":5901,"timestamp":6733912375514,"id":189,"parentId":186,"tags":{},"startTime":1776340859402,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912381424,"id":201,"parentId":186,"tags":{},"startTime":1776340859408,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6341,"timestamp":6733912375439,"id":186,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1776340859402,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6602,"timestamp":6733912375491,"id":187,"parentId":184,"tags":{},"startTime":1776340859402,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733912382099,"id":206,"parentId":184,"tags":{},"startTime":1776340859409,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6975,"timestamp":6733912375297,"id":184,"parentId":131,"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":1776340859402,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6775,"timestamp":6733912375503,"id":188,"parentId":185,"tags":{},"startTime":1776340859402,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733912382283,"id":207,"parentId":185,"tags":{},"startTime":1776340859409,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7711,"timestamp":6733912375387,"id":185,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1776340859402,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4766,"timestamp":6733912378378,"id":195,"parentId":191,"tags":{},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733912383155,"id":208,"parentId":191,"tags":{},"startTime":1776340859410,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6419,"timestamp":6733912378132,"id":191,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6185,"timestamp":6733912378389,"id":196,"parentId":192,"tags":{},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733912384585,"id":209,"parentId":192,"tags":{},"startTime":1776340859411,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8720,"timestamp":6733912378221,"id":192,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8550,"timestamp":6733912378402,"id":198,"parentId":194,"tags":{},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":79,"timestamp":6733912386959,"id":210,"parentId":194,"tags":{},"startTime":1776340859413,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9358,"timestamp":6733912378325,"id":194,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9293,"timestamp":6733912378396,"id":197,"parentId":193,"tags":{},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733912387695,"id":211,"parentId":193,"tags":{},"startTime":1776340859414,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10664,"timestamp":6733912378271,"id":193,"parentId":170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1776340859405,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1918,"timestamp":6733912390039,"id":220,"parentId":219,"tags":{},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1948,"timestamp":6733912390011,"id":219,"parentId":215,"tags":{},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2650,"timestamp":6733912389782,"id":215,"parentId":182,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21407,"timestamp":6733912380002,"id":200,"parentId":199,"tags":{},"startTime":1776340859406,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733912401417,"id":227,"parentId":199,"tags":{},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21817,"timestamp":6733912379936,"id":199,"parentId":154,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1776340859406,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20826,"timestamp":6733912382000,"id":204,"parentId":202,"tags":{},"startTime":1776340859408,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733912402835,"id":236,"parentId":202,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21104,"timestamp":6733912381879,"id":202,"parentId":129,"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":1776340859408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20980,"timestamp":6733912382008,"id":205,"parentId":203,"tags":{},"startTime":1776340859408,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733912402992,"id":237,"parentId":203,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21225,"timestamp":6733912381945,"id":203,"parentId":132,"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":1776340859408,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1869,"timestamp":6733912401323,"id":226,"parentId":225,"tags":{},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1902,"timestamp":6733912401291,"id":225,"parentId":222,"tags":{},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":2297,"timestamp":6733912401152,"id":222,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"rsc"},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3560,"timestamp":6733912401289,"id":224,"parentId":223,"tags":{},"startTime":1776340859428,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":3752,"timestamp":6733912401239,"id":223,"parentId":221,"tags":{},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4297,"timestamp":6733912401065,"id":221,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1776340859427,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15520,"timestamp":6733912389862,"id":217,"parentId":213,"tags":{},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733912405388,"id":238,"parentId":213,"tags":{},"startTime":1776340859432,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15863,"timestamp":6733912389679,"id":213,"parentId":132,"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":1776340859416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15683,"timestamp":6733912389867,"id":218,"parentId":214,"tags":{},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733912405554,"id":239,"parentId":214,"tags":{},"startTime":1776340859432,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16477,"timestamp":6733912389735,"id":214,"parentId":182,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3931,"timestamp":6733912402403,"id":233,"parentId":232,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3974,"timestamp":6733912402361,"id":232,"parentId":228,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4571,"timestamp":6733912401905,"id":228,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"rsc"},"startTime":1776340859428,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4046,"timestamp":6733912402438,"id":235,"parentId":234,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4080,"timestamp":6733912402405,"id":234,"parentId":229,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4429,"timestamp":6733912402168,"id":229,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"rsc"},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16752,"timestamp":6733912389851,"id":216,"parentId":212,"tags":{},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1171,"timestamp":6733912406664,"id":241,"parentId":240,"tags":{},"startTime":1776340859433,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1232,"timestamp":6733912406607,"id":240,"parentId":212,"tags":{},"startTime":1776340859433,"traceId":"611bd841fd914c91"},{"name":"build-module-mjs","duration":18869,"timestamp":6733912389361,"id":212,"parentId":123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"rsc"},"startTime":1776340859416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6607,"timestamp":6733912402348,"id":231,"parentId":230,"tags":{},"startTime":1776340859429,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733912408961,"id":244,"parentId":230,"tags":{},"startTime":1776340859435,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6826,"timestamp":6733912402261,"id":230,"parentId":123,"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":1776340859429,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2231,"timestamp":6733912407141,"id":243,"parentId":242,"tags":{},"startTime":1776340859434,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733912409377,"id":245,"parentId":242,"tags":{},"startTime":1776340859436,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3389,"timestamp":6733912406844,"id":242,"parentId":194,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1776340859433,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":277,"timestamp":6733912411674,"id":249,"parentId":248,"tags":{},"startTime":1776340859438,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733912411956,"id":252,"parentId":248,"tags":{},"startTime":1776340859438,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7999,"timestamp":6733912411600,"id":248,"parentId":192,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1776340859438,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9536,"timestamp":6733912411043,"id":247,"parentId":246,"tags":{},"startTime":1776340859437,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733912420588,"id":253,"parentId":246,"tags":{},"startTime":1776340859447,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9809,"timestamp":6733912410963,"id":246,"parentId":171,"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":1776340859437,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9849,"timestamp":6733912411759,"id":251,"parentId":250,"tags":{},"startTime":1776340859438,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733912421616,"id":254,"parentId":250,"tags":{},"startTime":1776340859448,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10190,"timestamp":6733912411708,"id":250,"parentId":132,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1776340859438,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":221585,"timestamp":6733912200370,"id":120,"parentId":119,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776340859227,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":1352,"timestamp":6733912433507,"id":259,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776340859460,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":2095,"timestamp":6733912434875,"id":260,"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%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&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":1776340859461,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":1615,"timestamp":6733912436997,"id":261,"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":1776340859463,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2911,"timestamp":6733912441976,"id":264,"parentId":263,"tags":{},"startTime":1776340859468,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3013,"timestamp":6733912441877,"id":263,"parentId":262,"tags":{},"startTime":1776340859468,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":6878,"timestamp":6733912441178,"id":262,"parentId":259,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"ssr"},"startTime":1776340859468,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7095,"timestamp":6733912444310,"id":275,"parentId":274,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7148,"timestamp":6733912444268,"id":274,"parentId":265,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":8529,"timestamp":6733912443692,"id":265,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"ssr"},"startTime":1776340859470,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7882,"timestamp":6733912444367,"id":279,"parentId":278,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7909,"timestamp":6733912444341,"id":278,"parentId":267,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":8919,"timestamp":6733912443815,"id":267,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"ssr"},"startTime":1776340859470,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8377,"timestamp":6733912444393,"id":281,"parentId":280,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8405,"timestamp":6733912444368,"id":280,"parentId":268,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":9178,"timestamp":6733912443907,"id":268,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1776340859470,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8784,"timestamp":6733912444340,"id":277,"parentId":276,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8813,"timestamp":6733912444312,"id":276,"parentId":266,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":10326,"timestamp":6733912443763,"id":266,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"ssr"},"startTime":1776340859470,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9671,"timestamp":6733912444430,"id":287,"parentId":286,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9679,"timestamp":6733912444423,"id":286,"parentId":271,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10204,"timestamp":6733912444193,"id":271,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10004,"timestamp":6733912444413,"id":283,"parentId":282,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10025,"timestamp":6733912444394,"id":282,"parentId":269,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13725,"timestamp":6733912443961,"id":269,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1776340859470,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13282,"timestamp":6733912444444,"id":291,"parentId":290,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13290,"timestamp":6733912444438,"id":290,"parentId":273,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14138,"timestamp":6733912444236,"id":273,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13698,"timestamp":6733912444692,"id":294,"parentId":293,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13710,"timestamp":6733912444681,"id":293,"parentId":292,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13997,"timestamp":6733912444656,"id":292,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14627,"timestamp":6733912444437,"id":289,"parentId":288,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14635,"timestamp":6733912444430,"id":288,"parentId":272,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16619,"timestamp":6733912444214,"id":272,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16452,"timestamp":6733912444422,"id":285,"parentId":284,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16461,"timestamp":6733912444414,"id":284,"parentId":270,"tags":{},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19048,"timestamp":6733912444169,"id":270,"parentId":261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1776340859471,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":270,"timestamp":6733912465211,"id":296,"parentId":295,"tags":{},"startTime":1776340859492,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9526,"timestamp":6733912465538,"id":298,"parentId":297,"tags":{},"startTime":1776340859492,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9583,"timestamp":6733912465487,"id":297,"parentId":295,"tags":{},"startTime":1776340859492,"traceId":"611bd841fd914c91"},{"name":"build-module-mjs","duration":11837,"timestamp":6733912464846,"id":295,"parentId":260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"ssr"},"startTime":1776340859491,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74,"timestamp":6733912477580,"id":301,"parentId":299,"tags":{},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":72,"timestamp":6733912477659,"id":304,"parentId":299,"tags":{},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":391,"timestamp":6733912477479,"id":299,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4782,"timestamp":6733912477618,"id":303,"parentId":302,"tags":{},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4807,"timestamp":6733912477598,"id":302,"parentId":300,"tags":{},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5362,"timestamp":6733912477549,"id":300,"parentId":271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1776340859504,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5720,"timestamp":6733912483648,"id":322,"parentId":321,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5732,"timestamp":6733912483640,"id":321,"parentId":307,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6374,"timestamp":6733912483349,"id":307,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6107,"timestamp":6733912483628,"id":318,"parentId":317,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6137,"timestamp":6733912483598,"id":317,"parentId":305,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6719,"timestamp":6733912483243,"id":305,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6333,"timestamp":6733912483640,"id":320,"parentId":319,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6343,"timestamp":6733912483630,"id":319,"parentId":306,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6866,"timestamp":6733912483317,"id":306,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6534,"timestamp":6733912483664,"id":324,"parentId":323,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6549,"timestamp":6733912483649,"id":323,"parentId":308,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7387,"timestamp":6733912483384,"id":308,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7962,"timestamp":6733912483687,"id":330,"parentId":329,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7970,"timestamp":6733912483681,"id":329,"parentId":311,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8375,"timestamp":6733912483449,"id":311,"parentId":272,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8155,"timestamp":6733912483680,"id":328,"parentId":327,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8163,"timestamp":6733912483673,"id":327,"parentId":310,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8636,"timestamp":6733912483425,"id":310,"parentId":273,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8398,"timestamp":6733912483672,"id":326,"parentId":325,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8406,"timestamp":6733912483665,"id":325,"parentId":309,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8843,"timestamp":6733912483405,"id":309,"parentId":269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-transform","duration":8680,"timestamp":6733912483699,"id":332,"parentId":331,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8691,"timestamp":6733912483688,"id":331,"parentId":312,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9250,"timestamp":6733912483472,"id":312,"parentId":272,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9007,"timestamp":6733912483739,"id":340,"parentId":339,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9017,"timestamp":6733912483731,"id":339,"parentId":316,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9524,"timestamp":6733912483548,"id":316,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9493,"timestamp":6733912483729,"id":338,"parentId":337,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9506,"timestamp":6733912483718,"id":337,"parentId":315,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10127,"timestamp":6733912483527,"id":315,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9959,"timestamp":6733912483710,"id":334,"parentId":333,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9967,"timestamp":6733912483703,"id":333,"parentId":313,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10528,"timestamp":6733912483494,"id":313,"parentId":272,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10331,"timestamp":6733912483717,"id":336,"parentId":335,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10339,"timestamp":6733912483710,"id":335,"parentId":314,"tags":{},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11164,"timestamp":6733912483510,"id":314,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1776340859510,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":405,"timestamp":6733912495863,"id":351,"parentId":341,"tags":{},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":442,"timestamp":6733912495865,"id":352,"parentId":342,"tags":{},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":145,"timestamp":6733912496273,"id":369,"parentId":341,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":110,"timestamp":6733912496310,"id":370,"parentId":342,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1709,"timestamp":6733912495449,"id":341,"parentId":300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2019,"timestamp":6733912495534,"id":342,"parentId":300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3543,"timestamp":6733912496110,"id":356,"parentId":355,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3556,"timestamp":6733912496100,"id":355,"parentId":344,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4351,"timestamp":6733912495609,"id":344,"parentId":272,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3863,"timestamp":6733912496119,"id":358,"parentId":357,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3872,"timestamp":6733912496111,"id":357,"parentId":345,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4697,"timestamp":6733912495629,"id":345,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4209,"timestamp":6733912496128,"id":360,"parentId":359,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4217,"timestamp":6733912496120,"id":359,"parentId":346,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4853,"timestamp":6733912495647,"id":346,"parentId":270,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4418,"timestamp":6733912496098,"id":354,"parentId":353,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4444,"timestamp":6733912496073,"id":353,"parentId":343,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5533,"timestamp":6733912495585,"id":343,"parentId":272,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7695,"timestamp":6733912496144,"id":364,"parentId":363,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7706,"timestamp":6733912496136,"id":363,"parentId":348,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8390,"timestamp":6733912495741,"id":348,"parentId":272,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8057,"timestamp":6733912496152,"id":366,"parentId":365,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8065,"timestamp":6733912496144,"id":365,"parentId":349,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8753,"timestamp":6733912495758,"id":349,"parentId":272,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10388,"timestamp":6733912496159,"id":368,"parentId":367,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10397,"timestamp":6733912496153,"id":367,"parentId":350,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11098,"timestamp":6733912495779,"id":350,"parentId":270,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10767,"timestamp":6733912496136,"id":362,"parentId":361,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10775,"timestamp":6733912496128,"id":361,"parentId":347,"tags":{},"startTime":1776340859523,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11674,"timestamp":6733912495722,"id":347,"parentId":270,"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":1776340859522,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":212,"timestamp":6733912510184,"id":395,"parentId":386,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733912510411,"id":411,"parentId":386,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":788,"timestamp":6733912509934,"id":386,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1776340859536,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1707,"timestamp":6733912509037,"id":379,"parentId":378,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1718,"timestamp":6733912509027,"id":378,"parentId":372,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2142,"timestamp":6733912508780,"id":372,"parentId":273,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1906,"timestamp":6733912509025,"id":377,"parentId":376,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1931,"timestamp":6733912509000,"id":376,"parentId":371,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2336,"timestamp":6733912508716,"id":371,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2725,"timestamp":6733912509064,"id":383,"parentId":382,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2735,"timestamp":6733912509055,"id":382,"parentId":374,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3434,"timestamp":6733912508824,"id":374,"parentId":270,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3641,"timestamp":6733912509045,"id":381,"parentId":380,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3650,"timestamp":6733912509038,"id":380,"parentId":373,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4050,"timestamp":6733912508804,"id":373,"parentId":272,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3040,"timestamp":6733912510215,"id":398,"parentId":397,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3063,"timestamp":6733912510194,"id":397,"parentId":387,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3513,"timestamp":6733912509999,"id":387,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1776340859536,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3281,"timestamp":6733912510239,"id":400,"parentId":399,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3304,"timestamp":6733912510217,"id":399,"parentId":388,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3681,"timestamp":6733912510028,"id":388,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1776340859536,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3470,"timestamp":6733912510248,"id":402,"parentId":401,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3479,"timestamp":6733912510240,"id":401,"parentId":390,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4042,"timestamp":6733912510092,"id":390,"parentId":305,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3856,"timestamp":6733912510288,"id":406,"parentId":405,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3864,"timestamp":6733912510281,"id":405,"parentId":392,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4199,"timestamp":6733912510130,"id":392,"parentId":308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4057,"timestamp":6733912510280,"id":404,"parentId":403,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4067,"timestamp":6733912510270,"id":403,"parentId":391,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4475,"timestamp":6733912510111,"id":391,"parentId":308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5062,"timestamp":6733912510296,"id":408,"parentId":407,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5071,"timestamp":6733912510289,"id":407,"parentId":393,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5366,"timestamp":6733912510146,"id":393,"parentId":307,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5209,"timestamp":6733912510313,"id":410,"parentId":409,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5219,"timestamp":6733912510304,"id":409,"parentId":394,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5491,"timestamp":6733912510163,"id":394,"parentId":305,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9089,"timestamp":6733912509072,"id":385,"parentId":384,"tags":{},"startTime":1776340859536,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9100,"timestamp":6733912509065,"id":384,"parentId":375,"tags":{},"startTime":1776340859535,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11524,"timestamp":6733912508842,"id":375,"parentId":270,"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":1776340859535,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5641,"timestamp":6733912517517,"id":424,"parentId":423,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5652,"timestamp":6733912517508,"id":423,"parentId":415,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6429,"timestamp":6733912517041,"id":415,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1776340859543,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5956,"timestamp":6733912517525,"id":426,"parentId":425,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5964,"timestamp":6733912517518,"id":425,"parentId":416,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6679,"timestamp":6733912517061,"id":416,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1776340859543,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6281,"timestamp":6733912517534,"id":428,"parentId":427,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6289,"timestamp":6733912517526,"id":427,"parentId":417,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7026,"timestamp":6733912517080,"id":417,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6635,"timestamp":6733912517493,"id":420,"parentId":419,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6668,"timestamp":6733912517460,"id":419,"parentId":412,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7701,"timestamp":6733912516871,"id":412,"parentId":309,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1776340859543,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7084,"timestamp":6733912517507,"id":422,"parentId":421,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7095,"timestamp":6733912517496,"id":421,"parentId":414,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7978,"timestamp":6733912517019,"id":414,"parentId":314,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1776340859543,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15813,"timestamp":6733912510187,"id":396,"parentId":389,"tags":{},"startTime":1776340859537,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733912526006,"id":431,"parentId":389,"tags":{},"startTime":1776340859552,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":16133,"timestamp":6733912510049,"id":389,"parentId":269,"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":1776340859536,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3259,"timestamp":6733912527255,"id":437,"parentId":436,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3285,"timestamp":6733912527232,"id":436,"parentId":432,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4254,"timestamp":6733912526794,"id":432,"parentId":347,"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":1776340859553,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4219,"timestamp":6733912527278,"id":441,"parentId":440,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4228,"timestamp":6733912527270,"id":440,"parentId":434,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5105,"timestamp":6733912526861,"id":434,"parentId":347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1776340859553,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4837,"timestamp":6733912527269,"id":439,"parentId":438,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4850,"timestamp":6733912527258,"id":438,"parentId":433,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5692,"timestamp":6733912526838,"id":433,"parentId":347,"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":1776340859553,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15893,"timestamp":6733912517122,"id":418,"parentId":413,"tags":{},"startTime":1776340859544,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912533026,"id":448,"parentId":413,"tags":{},"startTime":1776340859559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16273,"timestamp":6733912516962,"id":413,"parentId":312,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1776340859543,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5967,"timestamp":6733912527286,"id":443,"parentId":442,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5975,"timestamp":6733912527279,"id":442,"parentId":435,"tags":{},"startTime":1776340859554,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7046,"timestamp":6733912526880,"id":435,"parentId":347,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1776340859553,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":298,"timestamp":6733912535596,"id":451,"parentId":449,"tags":{},"startTime":1776340859562,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":348,"timestamp":6733912535905,"id":453,"parentId":449,"tags":{},"startTime":1776340859562,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1018,"timestamp":6733912535412,"id":449,"parentId":389,"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":1776340859562,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15572,"timestamp":6733912521939,"id":430,"parentId":429,"tags":{},"startTime":1776340859548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733912537516,"id":454,"parentId":429,"tags":{},"startTime":1776340859564,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15820,"timestamp":6733912521818,"id":429,"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-dev-runtime.js","layer":"ssr"},"startTime":1776340859548,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1246,"timestamp":6733912538547,"id":469,"parentId":468,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1257,"timestamp":6733912538537,"id":468,"parentId":458,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1955,"timestamp":6733912538111,"id":458,"parentId":390,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2006,"timestamp":6733912538505,"id":465,"parentId":464,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2078,"timestamp":6733912538434,"id":464,"parentId":456,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":3450,"timestamp":6733912537980,"id":456,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"ssr"},"startTime":1776340859564,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2913,"timestamp":6733912538555,"id":471,"parentId":470,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2923,"timestamp":6733912538548,"id":470,"parentId":459,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3616,"timestamp":6733912538133,"id":459,"parentId":390,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3822,"timestamp":6733912538430,"id":463,"parentId":462,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3869,"timestamp":6733912538386,"id":462,"parentId":455,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":5630,"timestamp":6733912537867,"id":455,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"ssr"},"startTime":1776340859564,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14331,"timestamp":6733912529833,"id":446,"parentId":444,"tags":{},"startTime":1776340859556,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733912544170,"id":498,"parentId":444,"tags":{},"startTime":1776340859571,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14581,"timestamp":6733912529720,"id":444,"parentId":271,"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":1776340859556,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14466,"timestamp":6733912529846,"id":447,"parentId":445,"tags":{},"startTime":1776340859556,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733912544317,"id":499,"parentId":445,"tags":{},"startTime":1776340859571,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14614,"timestamp":6733912529783,"id":445,"parentId":272,"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":1776340859556,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5951,"timestamp":6733912538536,"id":467,"parentId":466,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5981,"timestamp":6733912538506,"id":466,"parentId":457,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":7990,"timestamp":6733912538065,"id":457,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"ssr"},"startTime":1776340859564,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7516,"timestamp":6733912538573,"id":475,"parentId":474,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7525,"timestamp":6733912538565,"id":474,"parentId":461,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8382,"timestamp":6733912538174,"id":461,"parentId":375,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/app/ReactDevOverlay.js","layer":"ssr"},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8006,"timestamp":6733912538564,"id":473,"parentId":472,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8014,"timestamp":6733912538556,"id":472,"parentId":460,"tags":{},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8756,"timestamp":6733912538153,"id":460,"parentId":375,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/shared.js","layer":"ssr"},"startTime":1776340859565,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7168,"timestamp":6733912539766,"id":478,"parentId":477,"tags":{},"startTime":1776340859566,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7203,"timestamp":6733912539732,"id":477,"parentId":476,"tags":{},"startTime":1776340859566,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":7637,"timestamp":6733912539632,"id":476,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"ssr"},"startTime":1776340859566,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6875,"timestamp":6733912540402,"id":493,"parentId":492,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6885,"timestamp":6733912540393,"id":492,"parentId":481,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7263,"timestamp":6733912540179,"id":481,"parentId":412,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7106,"timestamp":6733912540360,"id":489,"parentId":488,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7139,"timestamp":6733912540327,"id":488,"parentId":479,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":7722,"timestamp":6733912540079,"id":479,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10032,"timestamp":6733912540410,"id":495,"parentId":494,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10042,"timestamp":6733912540403,"id":494,"parentId":482,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10542,"timestamp":6733912540200,"id":482,"parentId":414,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10404,"timestamp":6733912540392,"id":491,"parentId":490,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10435,"timestamp":6733912540361,"id":490,"parentId":480,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":11179,"timestamp":6733912540133,"id":480,"parentId":267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10907,"timestamp":6733912540418,"id":497,"parentId":496,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10916,"timestamp":6733912540411,"id":496,"parentId":483,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11302,"timestamp":6733912540219,"id":483,"parentId":392,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":18266,"timestamp":6733912535599,"id":452,"parentId":450,"tags":{},"startTime":1776340859562,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733912553878,"id":500,"parentId":450,"tags":{},"startTime":1776340859580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18974,"timestamp":6733912535517,"id":450,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1776340859562,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1865,"timestamp":6733912555741,"id":508,"parentId":507,"tags":{},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1882,"timestamp":6733912555728,"id":507,"parentId":503,"tags":{},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2745,"timestamp":6733912555166,"id":503,"parentId":435,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20049,"timestamp":6733912540318,"id":486,"parentId":484,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912560381,"id":527,"parentId":484,"tags":{},"startTime":1776340859587,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20695,"timestamp":6733912540237,"id":484,"parentId":375,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5275,"timestamp":6733912555722,"id":506,"parentId":505,"tags":{},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5324,"timestamp":6733912555675,"id":505,"parentId":502,"tags":{},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6186,"timestamp":6733912555137,"id":502,"parentId":433,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1776340859582,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21043,"timestamp":6733912540324,"id":487,"parentId":485,"tags":{},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912561373,"id":528,"parentId":485,"tags":{},"startTime":1776340859588,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21449,"timestamp":6733912540277,"id":485,"parentId":375,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/extract-modules-from-turbopack-message.js","layer":"ssr"},"startTime":1776340859567,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4054,"timestamp":6733912558215,"id":522,"parentId":521,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4065,"timestamp":6733912558208,"id":521,"parentId":512,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4380,"timestamp":6733912558088,"id":512,"parentId":375,"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":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4283,"timestamp":6733912558198,"id":518,"parentId":517,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4293,"timestamp":6733912558188,"id":517,"parentId":510,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4762,"timestamp":6733912558046,"id":510,"parentId":375,"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":1776340859584,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4642,"timestamp":6733912558207,"id":520,"parentId":519,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4668,"timestamp":6733912558198,"id":519,"parentId":511,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5263,"timestamp":6733912558068,"id":511,"parentId":375,"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":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5825,"timestamp":6733912558186,"id":516,"parentId":515,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5850,"timestamp":6733912558163,"id":515,"parentId":509,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7221,"timestamp":6733912558007,"id":509,"parentId":375,"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":1776340859584,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7046,"timestamp":6733912558231,"id":526,"parentId":525,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7054,"timestamp":6733912558224,"id":525,"parentId":514,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7575,"timestamp":6733912558123,"id":514,"parentId":375,"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":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11711,"timestamp":6733912558223,"id":524,"parentId":523,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11723,"timestamp":6733912558216,"id":523,"parentId":513,"tags":{},"startTime":1776340859585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12457,"timestamp":6733912558105,"id":513,"parentId":375,"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":1776340859585,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16095,"timestamp":6733912555225,"id":504,"parentId":501,"tags":{},"startTime":1776340859582,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":94,"timestamp":6733912571483,"id":535,"parentId":501,"tags":{},"startTime":1776340859598,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16617,"timestamp":6733912555053,"id":501,"parentId":343,"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":1776340859581,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3727,"timestamp":6733912573977,"id":550,"parentId":549,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3741,"timestamp":6733912573967,"id":549,"parentId":538,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4999,"timestamp":6733912573531,"id":538,"parentId":482,"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":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4561,"timestamp":6733912573986,"id":552,"parentId":551,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4570,"timestamp":6733912573978,"id":551,"parentId":539,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5267,"timestamp":6733912573552,"id":539,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4841,"timestamp":6733912573994,"id":554,"parentId":553,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4849,"timestamp":6733912573986,"id":553,"parentId":540,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6749,"timestamp":6733912573571,"id":540,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6337,"timestamp":6733912574001,"id":556,"parentId":555,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6345,"timestamp":6733912573994,"id":555,"parentId":541,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7566,"timestamp":6733912573589,"id":541,"parentId":482,"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":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7147,"timestamp":6733912574019,"id":560,"parentId":559,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7155,"timestamp":6733912574011,"id":559,"parentId":543,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7838,"timestamp":6733912573625,"id":543,"parentId":450,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10497,"timestamp":6733912574011,"id":558,"parentId":557,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10508,"timestamp":6733912574002,"id":557,"parentId":542,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12335,"timestamp":6733912573606,"id":542,"parentId":482,"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":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12230,"timestamp":6733912573964,"id":548,"parentId":547,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12259,"timestamp":6733912573938,"id":547,"parentId":537,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13877,"timestamp":6733912573501,"id":537,"parentId":482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13841,"timestamp":6733912574072,"id":564,"parentId":563,"tags":{},"startTime":1776340859601,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13870,"timestamp":6733912574047,"id":563,"parentId":545,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":14662,"timestamp":6733912573677,"id":545,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14339,"timestamp":6733912574046,"id":562,"parentId":561,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14366,"timestamp":6733912574019,"id":561,"parentId":544,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":15460,"timestamp":6733912573642,"id":544,"parentId":262,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11687,"timestamp":6733912577427,"id":573,"parentId":572,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11786,"timestamp":6733912577328,"id":572,"parentId":565,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12373,"timestamp":6733912576993,"id":565,"parentId":461,"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":1776340859603,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11832,"timestamp":6733912577543,"id":581,"parentId":580,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11853,"timestamp":6733912577523,"id":580,"parentId":569,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12558,"timestamp":6733912577098,"id":569,"parentId":461,"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":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12171,"timestamp":6733912577520,"id":579,"parentId":578,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12195,"timestamp":6733912577500,"id":578,"parentId":568,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12917,"timestamp":6733912577080,"id":568,"parentId":461,"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":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12542,"timestamp":6733912577470,"id":575,"parentId":574,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12571,"timestamp":6733912577442,"id":574,"parentId":566,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13301,"timestamp":6733912577038,"id":566,"parentId":461,"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":1776340859603,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12769,"timestamp":6733912577580,"id":583,"parentId":582,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12804,"timestamp":6733912577546,"id":582,"parentId":570,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13492,"timestamp":6733912577118,"id":570,"parentId":461,"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":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13016,"timestamp":6733912577602,"id":585,"parentId":584,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13036,"timestamp":6733912577583,"id":584,"parentId":571,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13734,"timestamp":6733912577135,"id":571,"parentId":461,"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":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13413,"timestamp":6733912577496,"id":577,"parentId":576,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13436,"timestamp":6733912577474,"id":576,"parentId":567,"tags":{},"startTime":1776340859604,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15106,"timestamp":6733912577060,"id":567,"parentId":461,"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":1776340859603,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9965,"timestamp":6733912582413,"id":595,"parentId":594,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9979,"timestamp":6733912582400,"id":594,"parentId":589,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10785,"timestamp":6733912582225,"id":589,"parentId":502,"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":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10645,"timestamp":6733912582398,"id":593,"parentId":592,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10669,"timestamp":6733912582375,"id":592,"parentId":586,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11406,"timestamp":6733912582088,"id":586,"parentId":503,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36247,"timestamp":6733912567957,"id":533,"parentId":530,"tags":{},"startTime":1776340859594,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733912604218,"id":596,"parentId":530,"tags":{},"startTime":1776340859631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36959,"timestamp":6733912567519,"id":530,"parentId":270,"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":1776340859594,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36543,"timestamp":6733912567942,"id":532,"parentId":529,"tags":{},"startTime":1776340859594,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733912604490,"id":597,"parentId":529,"tags":{},"startTime":1776340859631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37368,"timestamp":6733912567208,"id":529,"parentId":273,"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":1776340859594,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36640,"timestamp":6733912567963,"id":534,"parentId":531,"tags":{},"startTime":1776340859594,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733912604608,"id":598,"parentId":531,"tags":{},"startTime":1776340859631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36961,"timestamp":6733912567717,"id":531,"parentId":308,"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":1776340859594,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33805,"timestamp":6733912573747,"id":546,"parentId":536,"tags":{},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912607566,"id":605,"parentId":536,"tags":{},"startTime":1776340859634,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34605,"timestamp":6733912573421,"id":536,"parentId":273,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1776340859600,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4657,"timestamp":6733912606141,"id":602,"parentId":601,"tags":{},"startTime":1776340859633,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4692,"timestamp":6733912606109,"id":601,"parentId":599,"tags":{},"startTime":1776340859633,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5513,"timestamp":6733912605653,"id":599,"parentId":511,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"ssr"},"startTime":1776340859632,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5042,"timestamp":6733912606154,"id":604,"parentId":603,"tags":{},"startTime":1776340859633,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5053,"timestamp":6733912606144,"id":603,"parentId":600,"tags":{},"startTime":1776340859633,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5987,"timestamp":6733912605726,"id":600,"parentId":511,"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":1776340859632,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29647,"timestamp":6733912582268,"id":591,"parentId":588,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733912611924,"id":606,"parentId":588,"tags":{},"startTime":1776340859638,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30050,"timestamp":6733912582184,"id":588,"parentId":266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29989,"timestamp":6733912582254,"id":590,"parentId":587,"tags":{},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":47,"timestamp":6733912612248,"id":607,"parentId":587,"tags":{},"startTime":1776340859639,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30273,"timestamp":6733912582137,"id":587,"parentId":265,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1776340859609,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4777,"timestamp":6733912615925,"id":617,"parentId":616,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4792,"timestamp":6733912615915,"id":616,"parentId":609,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7021,"timestamp":6733912615599,"id":609,"parentId":538,"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":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6731,"timestamp":6733912615913,"id":615,"parentId":614,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6760,"timestamp":6733912615884,"id":614,"parentId":608,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7458,"timestamp":6733912615531,"id":608,"parentId":513,"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":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7051,"timestamp":6733912615951,"id":621,"parentId":620,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7060,"timestamp":6733912615943,"id":620,"parentId":611,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7525,"timestamp":6733912615645,"id":611,"parentId":538,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8982,"timestamp":6733912615942,"id":619,"parentId":618,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8995,"timestamp":6733912615933,"id":618,"parentId":610,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9690,"timestamp":6733912615624,"id":610,"parentId":538,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9660,"timestamp":6733912615968,"id":625,"parentId":624,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9669,"timestamp":6733912615960,"id":624,"parentId":613,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10192,"timestamp":6733912615682,"id":613,"parentId":538,"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":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7879,"timestamp":6733912620503,"id":631,"parentId":630,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7975,"timestamp":6733912620409,"id":630,"parentId":626,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8452,"timestamp":6733912620208,"id":626,"parentId":537,"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":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8103,"timestamp":6733912620570,"id":635,"parentId":634,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8153,"timestamp":6733912620520,"id":634,"parentId":628,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8855,"timestamp":6733912620338,"id":628,"parentId":537,"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":1776340859647,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-transform","duration":8788,"timestamp":6733912620519,"id":633,"parentId":632,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8803,"timestamp":6733912620506,"id":632,"parentId":627,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9205,"timestamp":6733912620309,"id":627,"parentId":537,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8955,"timestamp":6733912620588,"id":637,"parentId":636,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8974,"timestamp":6733912620572,"id":636,"parentId":629,"tags":{},"startTime":1776340859647,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9480,"timestamp":6733912620360,"id":629,"parentId":569,"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":1776340859647,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13943,"timestamp":6733912615960,"id":623,"parentId":622,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13951,"timestamp":6733912615952,"id":622,"parentId":612,"tags":{},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15538,"timestamp":6733912615663,"id":612,"parentId":539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1776340859642,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7654,"timestamp":6733912628234,"id":649,"parentId":648,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7666,"timestamp":6733912628224,"id":648,"parentId":641,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8378,"timestamp":6733912627837,"id":641,"parentId":567,"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":1776340859654,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8079,"timestamp":6733912628197,"id":643,"parentId":642,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8135,"timestamp":6733912628143,"id":642,"parentId":638,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8718,"timestamp":6733912627723,"id":638,"parentId":543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1776340859654,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8243,"timestamp":6733912628223,"id":647,"parentId":646,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8253,"timestamp":6733912628215,"id":646,"parentId":640,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8791,"timestamp":6733912627816,"id":640,"parentId":567,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"ssr"},"startTime":1776340859654,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8403,"timestamp":6733912628214,"id":645,"parentId":644,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8418,"timestamp":6733912628200,"id":644,"parentId":639,"tags":{},"startTime":1776340859655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9100,"timestamp":6733912627786,"id":639,"parentId":589,"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":1776340859654,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6298,"timestamp":6733912635770,"id":661,"parentId":660,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6308,"timestamp":6733912635762,"id":660,"parentId":653,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7375,"timestamp":6733912635147,"id":653,"parentId":570,"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":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7351,"timestamp":6733912635761,"id":659,"parentId":658,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7361,"timestamp":6733912635753,"id":658,"parentId":652,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8707,"timestamp":6733912635088,"id":652,"parentId":570,"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":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8229,"timestamp":6733912635738,"id":655,"parentId":654,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8259,"timestamp":6733912635710,"id":654,"parentId":650,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9557,"timestamp":6733912634663,"id":650,"parentId":570,"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":1776340859661,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8551,"timestamp":6733912635752,"id":657,"parentId":656,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8563,"timestamp":6733912635741,"id":656,"parentId":651,"tags":{},"startTime":1776340859662,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9444,"timestamp":6733912635019,"id":651,"parentId":570,"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":1776340859661,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9149,"timestamp":6733912641639,"id":665,"parentId":664,"tags":{},"startTime":1776340859668,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9180,"timestamp":6733912641614,"id":664,"parentId":662,"tags":{},"startTime":1776340859668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9834,"timestamp":6733912641417,"id":662,"parentId":567,"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":1776340859668,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12127,"timestamp":6733912641652,"id":667,"parentId":666,"tags":{},"startTime":1776340859668,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12151,"timestamp":6733912641641,"id":666,"parentId":663,"tags":{},"startTime":1776340859668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14392,"timestamp":6733912641477,"id":663,"parentId":567,"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":1776340859668,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15825,"timestamp":6733912646508,"id":672,"parentId":671,"tags":{},"startTime":1776340859673,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15865,"timestamp":6733912646473,"id":671,"parentId":668,"tags":{},"startTime":1776340859673,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19858,"timestamp":6733912646049,"id":668,"parentId":588,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1776340859672,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5451,"timestamp":6733912670213,"id":675,"parentId":674,"tags":{},"startTime":1776340859697,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5497,"timestamp":6733912670172,"id":674,"parentId":673,"tags":{},"startTime":1776340859697,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6070,"timestamp":6733912669969,"id":673,"parentId":608,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"ssr"},"startTime":1776340859696,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36699,"timestamp":6733912646405,"id":670,"parentId":669,"tags":{},"startTime":1776340859673,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":220,"timestamp":6733912683115,"id":682,"parentId":669,"tags":{},"startTime":1776340859710,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37983,"timestamp":6733912646132,"id":669,"parentId":599,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"ssr"},"startTime":1776340859673,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6844,"timestamp":6733912680302,"id":679,"parentId":678,"tags":{},"startTime":1776340859707,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6880,"timestamp":6733912680269,"id":678,"parentId":676,"tags":{},"startTime":1776340859707,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7842,"timestamp":6733912680134,"id":676,"parentId":375,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"ssr"},"startTime":1776340859707,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15122,"timestamp":6733912680318,"id":681,"parentId":680,"tags":{},"startTime":1776340859707,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15150,"timestamp":6733912680305,"id":680,"parentId":677,"tags":{},"startTime":1776340859707,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17342,"timestamp":6733912680229,"id":677,"parentId":641,"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":1776340859707,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4671,"timestamp":6733912694632,"id":689,"parentId":688,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4737,"timestamp":6733912694581,"id":688,"parentId":683,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":5562,"timestamp":6733912694309,"id":683,"parentId":456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"ssr"},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5242,"timestamp":6733912694647,"id":691,"parentId":690,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5256,"timestamp":6733912694634,"id":690,"parentId":684,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5645,"timestamp":6733912694437,"id":684,"parentId":568,"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":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5833,"timestamp":6733912694657,"id":693,"parentId":692,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5844,"timestamp":6733912694648,"id":692,"parentId":685,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6500,"timestamp":6733912694472,"id":685,"parentId":566,"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":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6607,"timestamp":6733912694675,"id":697,"parentId":696,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6616,"timestamp":6733912694667,"id":696,"parentId":687,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7036,"timestamp":6733912694523,"id":687,"parentId":663,"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":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6914,"timestamp":6733912694667,"id":695,"parentId":694,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6923,"timestamp":6733912694658,"id":694,"parentId":686,"tags":{},"startTime":1776340859721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8188,"timestamp":6733912694501,"id":686,"parentId":570,"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":1776340859721,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7083,"timestamp":6733912698767,"id":707,"parentId":706,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7112,"timestamp":6733912698741,"id":706,"parentId":698,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7773,"timestamp":6733912698393,"id":698,"parentId":567,"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":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7390,"timestamp":6733912698787,"id":711,"parentId":710,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7399,"timestamp":6733912698779,"id":710,"parentId":700,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7973,"timestamp":6733912698587,"id":700,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7774,"timestamp":6733912698798,"id":713,"parentId":712,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7785,"timestamp":6733912698788,"id":712,"parentId":701,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8907,"timestamp":6733912698612,"id":701,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8880,"timestamp":6733912698778,"id":709,"parentId":708,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8893,"timestamp":6733912698768,"id":708,"parentId":699,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9929,"timestamp":6733912698522,"id":699,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9699,"timestamp":6733912698815,"id":717,"parentId":716,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9708,"timestamp":6733912698808,"id":716,"parentId":703,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10099,"timestamp":6733912698654,"id":703,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10298,"timestamp":6733912698823,"id":719,"parentId":718,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10307,"timestamp":6733912698816,"id":718,"parentId":704,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11243,"timestamp":6733912698672,"id":704,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11104,"timestamp":6733912698832,"id":721,"parentId":720,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11113,"timestamp":6733912698824,"id":720,"parentId":705,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11790,"timestamp":6733912698690,"id":705,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11695,"timestamp":6733912698806,"id":715,"parentId":714,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11703,"timestamp":6733912698799,"id":714,"parentId":702,"tags":{},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12381,"timestamp":6733912698634,"id":702,"parentId":668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1776340859725,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9084,"timestamp":6733912704091,"id":727,"parentId":726,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9111,"timestamp":6733912704066,"id":726,"parentId":722,"tags":{},"startTime":1776340859730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10281,"timestamp":6733912703136,"id":722,"parentId":568,"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":1776340859730,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9410,"timestamp":6733912704114,"id":731,"parentId":730,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9429,"timestamp":6733912704105,"id":730,"parentId":724,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10328,"timestamp":6733912703416,"id":724,"parentId":570,"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":1776340859730,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9625,"timestamp":6733912704135,"id":733,"parentId":732,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9646,"timestamp":6733912704115,"id":732,"parentId":725,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":10512,"timestamp":6733912703652,"id":725,"parentId":568,"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":1776340859730,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10069,"timestamp":6733912704104,"id":729,"parentId":728,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10080,"timestamp":6733912704093,"id":728,"parentId":723,"tags":{},"startTime":1776340859731,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11153,"timestamp":6733912703205,"id":723,"parentId":568,"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":1776340859730,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4502,"timestamp":6733912712001,"id":736,"parentId":735,"tags":{},"startTime":1776340859738,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4527,"timestamp":6733912711978,"id":735,"parentId":734,"tags":{},"startTime":1776340859738,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5160,"timestamp":6733912711520,"id":734,"parentId":669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"ssr"},"startTime":1776340859738,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3165,"timestamp":6733912718115,"id":739,"parentId":738,"tags":{},"startTime":1776340859745,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3239,"timestamp":6733912718045,"id":738,"parentId":737,"tags":{},"startTime":1776340859744,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3740,"timestamp":6733912717976,"id":737,"parentId":513,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"ssr"},"startTime":1776340859744,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1669,"timestamp":6733912724805,"id":750,"parentId":749,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1699,"timestamp":6733912724778,"id":749,"parentId":740,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2511,"timestamp":6733912724481,"id":740,"parentId":686,"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":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2288,"timestamp":6733912724817,"id":752,"parentId":751,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2308,"timestamp":6733912724808,"id":751,"parentId":741,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3021,"timestamp":6733912724552,"id":741,"parentId":684,"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":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5250,"timestamp":6733912724835,"id":756,"parentId":755,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5261,"timestamp":6733912724827,"id":755,"parentId":743,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5909,"timestamp":6733912724602,"id":743,"parentId":686,"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":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5708,"timestamp":6733912724826,"id":754,"parentId":753,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5717,"timestamp":6733912724818,"id":753,"parentId":742,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6590,"timestamp":6733912724581,"id":742,"parentId":685,"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":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6337,"timestamp":6733912724845,"id":758,"parentId":757,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6347,"timestamp":6733912724835,"id":757,"parentId":744,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7141,"timestamp":6733912724623,"id":744,"parentId":705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6918,"timestamp":6733912724861,"id":762,"parentId":761,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6926,"timestamp":6733912724854,"id":761,"parentId":746,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7238,"timestamp":6733912724666,"id":746,"parentId":699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7063,"timestamp":6733912724853,"id":760,"parentId":759,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7071,"timestamp":6733912724846,"id":759,"parentId":745,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7514,"timestamp":6733912724646,"id":745,"parentId":699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8242,"timestamp":6733912724868,"id":764,"parentId":763,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8250,"timestamp":6733912724862,"id":763,"parentId":747,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9091,"timestamp":6733912724685,"id":747,"parentId":699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7530,"timestamp":6733912726257,"id":782,"parentId":781,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7542,"timestamp":6733912726246,"id":781,"parentId":769,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8205,"timestamp":6733912725758,"id":769,"parentId":722,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7735,"timestamp":6733912726243,"id":780,"parentId":779,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7769,"timestamp":6733912726209,"id":779,"parentId":768,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8645,"timestamp":6733912725621,"id":768,"parentId":722,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9407,"timestamp":6733912724876,"id":766,"parentId":765,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9414,"timestamp":6733912724869,"id":765,"parentId":748,"tags":{},"startTime":1776340859751,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9952,"timestamp":6733912724705,"id":748,"parentId":698,"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":1776340859751,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16298,"timestamp":6733912726277,"id":786,"parentId":785,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16311,"timestamp":6733912726269,"id":785,"parentId":771,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16941,"timestamp":6733912725940,"id":771,"parentId":722,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16628,"timestamp":6733912726267,"id":784,"parentId":783,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16637,"timestamp":6733912726259,"id":783,"parentId":770,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17190,"timestamp":6733912725895,"id":770,"parentId":722,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16807,"timestamp":6733912726286,"id":788,"parentId":787,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16815,"timestamp":6733912726278,"id":787,"parentId":772,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17283,"timestamp":6733912725965,"id":772,"parentId":724,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16961,"timestamp":6733912726295,"id":790,"parentId":789,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16969,"timestamp":6733912726287,"id":789,"parentId":773,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17389,"timestamp":6733912725989,"id":773,"parentId":722,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17082,"timestamp":6733912726303,"id":792,"parentId":791,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17089,"timestamp":6733912726296,"id":791,"parentId":774,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17507,"timestamp":6733912726011,"id":774,"parentId":724,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17436,"timestamp":6733912726311,"id":794,"parentId":793,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17444,"timestamp":6733912726304,"id":793,"parentId":775,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18041,"timestamp":6733912726032,"id":775,"parentId":723,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":18147,"timestamp":6733912726320,"id":796,"parentId":795,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":18156,"timestamp":6733912726312,"id":795,"parentId":776,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18550,"timestamp":6733912726051,"id":776,"parentId":723,"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":1776340859752,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":18391,"timestamp":6733912726328,"id":798,"parentId":797,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":18399,"timestamp":6733912726321,"id":797,"parentId":777,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18861,"timestamp":6733912726129,"id":777,"parentId":725,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"ssr"},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24192,"timestamp":6733912726187,"id":778,"parentId":767,"tags":{},"startTime":1776340859753,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733912750389,"id":805,"parentId":767,"tags":{},"startTime":1776340859777,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25459,"timestamp":6733912725543,"id":767,"parentId":510,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/stacktrace-parser/stack-trace-parser.cjs.js","layer":"ssr"},"startTime":1776340859752,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8081,"timestamp":6733912745786,"id":800,"parentId":799,"tags":{},"startTime":1776340859772,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733912753878,"id":829,"parentId":799,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9087,"timestamp":6733912745454,"id":799,"parentId":569,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"ssr"},"startTime":1776340859772,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3558,"timestamp":6733912753037,"id":816,"parentId":815,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3591,"timestamp":6733912753006,"id":815,"parentId":808,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4108,"timestamp":6733912752826,"id":808,"parentId":741,"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":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3883,"timestamp":6733912753065,"id":822,"parentId":821,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3890,"timestamp":6733912753058,"id":821,"parentId":811,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4701,"timestamp":6733912752917,"id":811,"parentId":747,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4583,"timestamp":6733912753057,"id":820,"parentId":819,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4591,"timestamp":6733912753050,"id":819,"parentId":810,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5949,"timestamp":6733912752895,"id":810,"parentId":747,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6795,"timestamp":6733912753073,"id":824,"parentId":823,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6804,"timestamp":6733912753066,"id":823,"parentId":812,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7304,"timestamp":6733912752936,"id":812,"parentId":743,"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":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8063,"timestamp":6733912753081,"id":826,"parentId":825,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8072,"timestamp":6733912753074,"id":825,"parentId":813,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8502,"timestamp":6733912752958,"id":813,"parentId":743,"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":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8384,"timestamp":6733912753089,"id":828,"parentId":827,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8392,"timestamp":6733912753082,"id":827,"parentId":814,"tags":{},"startTime":1776340859780,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9008,"timestamp":6733912752979,"id":814,"parentId":742,"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":1776340859779,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13712,"timestamp":6733912749891,"id":803,"parentId":801,"tags":{},"startTime":1776340859776,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733912763622,"id":833,"parentId":801,"tags":{},"startTime":1776340859790,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14038,"timestamp":6733912749764,"id":801,"parentId":586,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1776340859776,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13910,"timestamp":6733912749900,"id":804,"parentId":802,"tags":{},"startTime":1776340859776,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733912763815,"id":834,"parentId":802,"tags":{},"startTime":1776340859790,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14107,"timestamp":6733912749842,"id":802,"parentId":586,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1776340859776,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4789,"timestamp":6733912759174,"id":832,"parentId":831,"tags":{},"startTime":1776340859786,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4816,"timestamp":6733912759147,"id":831,"parentId":830,"tags":{},"startTime":1776340859786,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5151,"timestamp":6733912759007,"id":830,"parentId":768,"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":1776340859785,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":88,"timestamp":6733912764636,"id":838,"parentId":835,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":576,"timestamp":6733912764911,"id":843,"parentId":835,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1753,"timestamp":6733912764482,"id":835,"parentId":810,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14383,"timestamp":6733912752297,"id":807,"parentId":806,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733912766687,"id":844,"parentId":806,"tags":{},"startTime":1776340859793,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14839,"timestamp":6733912752030,"id":806,"parentId":668,"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":1776340859778,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2476,"timestamp":6733912764682,"id":842,"parentId":841,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2486,"timestamp":6733912764673,"id":841,"parentId":837,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2718,"timestamp":6733912764581,"id":837,"parentId":699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2635,"timestamp":6733912764671,"id":840,"parentId":839,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2660,"timestamp":6733912764647,"id":839,"parentId":836,"tags":{},"startTime":1776340859791,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2956,"timestamp":6733912764553,"id":836,"parentId":686,"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":1776340859791,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3073,"timestamp":6733912768896,"id":847,"parentId":846,"tags":{},"startTime":1776340859795,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3167,"timestamp":6733912768806,"id":846,"parentId":845,"tags":{},"startTime":1776340859795,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3894,"timestamp":6733912768380,"id":845,"parentId":810,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1776340859795,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3009,"timestamp":6733912769762,"id":850,"parentId":849,"tags":{},"startTime":1776340859796,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3144,"timestamp":6733912769628,"id":849,"parentId":848,"tags":{},"startTime":1776340859796,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3707,"timestamp":6733912769371,"id":848,"parentId":813,"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":1776340859796,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1445,"timestamp":6733912772447,"id":856,"parentId":855,"tags":{},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1466,"timestamp":6733912772428,"id":855,"parentId":852,"tags":{},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1686,"timestamp":6733912772356,"id":852,"parentId":837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2401,"timestamp":6733912772416,"id":854,"parentId":853,"tags":{},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2426,"timestamp":6733912772393,"id":853,"parentId":851,"tags":{},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3055,"timestamp":6733912772300,"id":851,"parentId":837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1776340859799,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2289,"timestamp":6733912773302,"id":859,"parentId":858,"tags":{},"startTime":1776340859800,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2309,"timestamp":6733912773284,"id":858,"parentId":857,"tags":{},"startTime":1776340859800,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2872,"timestamp":6733912773154,"id":857,"parentId":836,"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":1776340859800,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":25741,"timestamp":6733912753049,"id":818,"parentId":817,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25753,"timestamp":6733912753039,"id":817,"parentId":809,"tags":{},"startTime":1776340859779,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33108,"timestamp":6733912752871,"id":809,"parentId":741,"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":1776340859779,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":845,"timestamp":6733912788031,"id":861,"parentId":860,"tags":{},"startTime":1776340859814,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733912788883,"id":862,"parentId":860,"tags":{},"startTime":1776340859815,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2399,"timestamp":6733912787913,"id":860,"parentId":742,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"ssr"},"startTime":1776340859814,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":264,"timestamp":6733912792941,"id":866,"parentId":865,"tags":{},"startTime":1776340859819,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":60,"timestamp":6733912793209,"id":867,"parentId":865,"tags":{},"startTime":1776340859820,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3985,"timestamp":6733912792873,"id":865,"parentId":809,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"ssr"},"startTime":1776340859819,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6160,"timestamp":6733912792799,"id":864,"parentId":863,"tags":{},"startTime":1776340859819,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733912798977,"id":868,"parentId":863,"tags":{},"startTime":1776340859825,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6981,"timestamp":6733912792721,"id":863,"parentId":809,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"ssr"},"startTime":1776340859819,"traceId":"611bd841fd914c91"},{"name":"make","duration":601733,"timestamp":6733912199092,"id":119,"parentId":118,"tags":{},"startTime":1776340859226,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":3055,"timestamp":6733912807354,"id":870,"parentId":869,"tags":{},"startTime":1776340859834,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":6,"timestamp":6733912810432,"id":872,"parentId":869,"tags":{},"startTime":1776340859837,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":2567,"timestamp":6733912810452,"id":873,"parentId":869,"tags":{},"startTime":1776340859837,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":5,"timestamp":6733912813035,"id":874,"parentId":869,"tags":{},"startTime":1776340859839,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733912813055,"id":875,"parentId":869,"tags":{},"startTime":1776340859839,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":3240,"timestamp":6733912810424,"id":871,"parentId":869,"tags":{},"startTime":1776340859837,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":4444,"timestamp":6733912815719,"id":876,"parentId":869,"tags":{},"startTime":1776340859842,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":13330,"timestamp":6733912820178,"id":877,"parentId":869,"tags":{},"startTime":1776340859847,"traceId":"611bd841fd914c91"},{"name":"hash","duration":2604,"timestamp":6733912835852,"id":878,"parentId":869,"tags":{},"startTime":1776340859862,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":175,"timestamp":6733912838456,"id":879,"parentId":869,"tags":{},"startTime":1776340859865,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":102,"timestamp":6733912838583,"id":880,"parentId":869,"tags":{},"startTime":1776340859865,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":41719,"timestamp":6733912838689,"id":881,"parentId":869,"tags":{},"startTime":1776340859865,"traceId":"611bd841fd914c91"},{"name":"seal","duration":75702,"timestamp":6733912806642,"id":869,"parentId":118,"tags":{},"startTime":1776340859833,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":684544,"timestamp":6733912198823,"id":118,"parentId":116,"tags":{"name":"server"},"startTime":1776340859225,"traceId":"611bd841fd914c91"},{"name":"emit","duration":9488,"timestamp":6733912883391,"id":882,"parentId":116,"tags":{},"startTime":1776340859910,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-server","duration":695253,"timestamp":6733912198013,"id":116,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340859224,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":1006,"timestamp":6733912902746,"id":890,"parentId":887,"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%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776340859929,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":1338,"timestamp":6733912903797,"id":891,"parentId":888,"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%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&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":1776340859930,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":1170,"timestamp":6733912905150,"id":892,"parentId":889,"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":1776340859932,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4,"timestamp":6733912914475,"id":894,"parentId":893,"tags":{},"startTime":1776340859941,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6518,"timestamp":6733912917059,"id":910,"parentId":909,"tags":{},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6559,"timestamp":6733912917021,"id":909,"parentId":897,"tags":{},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9188,"timestamp":6733912915299,"id":897,"parentId":886,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next-dev.js","layer":"app-pages-browser"},"startTime":1776340859942,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8018,"timestamp":6733912917133,"id":914,"parentId":913,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8050,"timestamp":6733912917102,"id":913,"parentId":899,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":9262,"timestamp":6733912916619,"id":899,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11337,"timestamp":6733912914586,"id":896,"parentId":895,"tags":{},"startTime":1776340859941,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11436,"timestamp":6733912914487,"id":895,"parentId":893,"tags":{},"startTime":1776340859941,"traceId":"611bd841fd914c91"},{"name":"build-module-mjs","duration":12644,"timestamp":6733912914030,"id":893,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.mjs","layer":"app-pages-browser"},"startTime":1776340859940,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9668,"timestamp":6733912917101,"id":912,"parentId":911,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9708,"timestamp":6733912917061,"id":911,"parentId":898,"tags":{},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":11867,"timestamp":6733912916369,"id":898,"parentId":890,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11088,"timestamp":6733912917190,"id":918,"parentId":917,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11117,"timestamp":6733912917163,"id":917,"parentId":901,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":12186,"timestamp":6733912916722,"id":901,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11731,"timestamp":6733912917208,"id":922,"parentId":921,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11739,"timestamp":6733912917201,"id":921,"parentId":903,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12607,"timestamp":6733912916802,"id":903,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17869,"timestamp":6733912917162,"id":916,"parentId":915,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17899,"timestamp":6733912917134,"id":915,"parentId":900,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":19428,"timestamp":6733912916676,"id":900,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":18923,"timestamp":6733912917216,"id":924,"parentId":923,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":18931,"timestamp":6733912917209,"id":923,"parentId":904,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20080,"timestamp":6733912916834,"id":904,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":19700,"timestamp":6733912917232,"id":928,"parentId":927,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":19708,"timestamp":6733912917225,"id":927,"parentId":906,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20494,"timestamp":6733912916918,"id":906,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":20179,"timestamp":6733912917243,"id":930,"parentId":929,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":20190,"timestamp":6733912917233,"id":929,"parentId":907,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20832,"timestamp":6733912916944,"id":907,"parentId":892,"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":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":21334,"timestamp":6733912917200,"id":920,"parentId":919,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":21346,"timestamp":6733912917191,"id":919,"parentId":902,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23507,"timestamp":6733912916773,"id":902,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":23088,"timestamp":6733912917224,"id":926,"parentId":925,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23096,"timestamp":6733912917217,"id":925,"parentId":905,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24655,"timestamp":6733912916874,"id":905,"parentId":892,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":24281,"timestamp":6733912917272,"id":932,"parentId":931,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24309,"timestamp":6733912917244,"id":931,"parentId":908,"tags":{},"startTime":1776340859944,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":24953,"timestamp":6733912916966,"id":908,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1776340859943,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":204,"timestamp":6733912950263,"id":936,"parentId":934,"tags":{},"startTime":1776340859977,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733912950475,"id":940,"parentId":934,"tags":{},"startTime":1776340859977,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":617,"timestamp":6733912950126,"id":934,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1776340859977,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":563,"timestamp":6733912953012,"id":971,"parentId":969,"tags":{},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":262,"timestamp":6733912953581,"id":1030,"parentId":969,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1063,"timestamp":6733912952932,"id":969,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4106,"timestamp":6733912950423,"id":939,"parentId":938,"tags":{},"startTime":1776340859977,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4150,"timestamp":6733912950380,"id":938,"parentId":933,"tags":{},"startTime":1776340859977,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5028,"timestamp":6733912950026,"id":933,"parentId":903,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1776340859976,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2237,"timestamp":6733912953118,"id":977,"parentId":976,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2246,"timestamp":6733912953110,"id":976,"parentId":943,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3236,"timestamp":6733912952432,"id":943,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2568,"timestamp":6733912953109,"id":975,"parentId":974,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2579,"timestamp":6733912953099,"id":974,"parentId":942,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3585,"timestamp":6733912952386,"id":942,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2882,"timestamp":6733912953098,"id":973,"parentId":972,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2909,"timestamp":6733912953071,"id":972,"parentId":941,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3896,"timestamp":6733912952321,"id":941,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4845,"timestamp":6733912953125,"id":979,"parentId":978,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4854,"timestamp":6733912953118,"id":978,"parentId":944,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6114,"timestamp":6733912952460,"id":944,"parentId":904,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5453,"timestamp":6733912953133,"id":981,"parentId":980,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5461,"timestamp":6733912953126,"id":980,"parentId":945,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6355,"timestamp":6733912952489,"id":945,"parentId":904,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5705,"timestamp":6733912953147,"id":985,"parentId":984,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5712,"timestamp":6733912953141,"id":984,"parentId":947,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6564,"timestamp":6733912952545,"id":947,"parentId":906,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5976,"timestamp":6733912953140,"id":983,"parentId":982,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5983,"timestamp":6733912953133,"id":982,"parentId":946,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6816,"timestamp":6733912952514,"id":946,"parentId":904,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6177,"timestamp":6733912953161,"id":989,"parentId":988,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6184,"timestamp":6733912953155,"id":988,"parentId":949,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6993,"timestamp":6733912952581,"id":949,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6412,"timestamp":6733912953175,"id":993,"parentId":992,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6419,"timestamp":6733912953169,"id":992,"parentId":951,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7333,"timestamp":6733912952617,"id":951,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6805,"timestamp":6733912953154,"id":987,"parentId":986,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6812,"timestamp":6733912953147,"id":986,"parentId":948,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7631,"timestamp":6733912952563,"id":948,"parentId":906,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7013,"timestamp":6733912953189,"id":997,"parentId":996,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7020,"timestamp":6733912953182,"id":996,"parentId":953,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7753,"timestamp":6733912952651,"id":953,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7233,"timestamp":6733912953182,"id":995,"parentId":994,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7239,"timestamp":6733912953176,"id":994,"parentId":952,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9016,"timestamp":6733912952634,"id":952,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8592,"timestamp":6733912953168,"id":991,"parentId":990,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8601,"timestamp":6733912953161,"id":990,"parentId":950,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9825,"timestamp":6733912952600,"id":950,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9244,"timestamp":6733912953195,"id":999,"parentId":998,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9251,"timestamp":6733912953189,"id":998,"parentId":954,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11044,"timestamp":6733912952669,"id":954,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10534,"timestamp":6733912953202,"id":1001,"parentId":1000,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10541,"timestamp":6733912953196,"id":1000,"parentId":955,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11449,"timestamp":6733912952694,"id":955,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10940,"timestamp":6733912953216,"id":1005,"parentId":1004,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10947,"timestamp":6733912953210,"id":1004,"parentId":957,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11686,"timestamp":6733912952727,"id":957,"parentId":906,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11187,"timestamp":6733912953234,"id":1009,"parentId":1008,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11194,"timestamp":6733912953228,"id":1008,"parentId":959,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12142,"timestamp":6733912952761,"id":959,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11703,"timestamp":6733912953209,"id":1003,"parentId":1002,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11710,"timestamp":6733912953203,"id":1002,"parentId":956,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12499,"timestamp":6733912952710,"id":956,"parentId":905,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11994,"timestamp":6733912953223,"id":1007,"parentId":1006,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12001,"timestamp":6733912953216,"id":1006,"parentId":958,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14285,"timestamp":6733912952744,"id":958,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13788,"timestamp":6733912953258,"id":1015,"parentId":1014,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13794,"timestamp":6733912953252,"id":1014,"parentId":962,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14569,"timestamp":6733912952813,"id":962,"parentId":905,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14131,"timestamp":6733912953265,"id":1017,"parentId":1016,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14138,"timestamp":6733912953259,"id":1016,"parentId":963,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15059,"timestamp":6733912952830,"id":963,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14664,"timestamp":6733912953241,"id":1011,"parentId":1010,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14672,"timestamp":6733912953235,"id":1010,"parentId":960,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15526,"timestamp":6733912952777,"id":960,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15066,"timestamp":6733912953252,"id":1013,"parentId":1012,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15073,"timestamp":6733912953245,"id":1012,"parentId":961,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17601,"timestamp":6733912952794,"id":961,"parentId":905,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":28462,"timestamp":6733912953272,"id":1019,"parentId":1018,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28475,"timestamp":6733912953266,"id":1018,"parentId":964,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29703,"timestamp":6733912952847,"id":964,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":29285,"timestamp":6733912953286,"id":1023,"parentId":1022,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29292,"timestamp":6733912953280,"id":1022,"parentId":966,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30628,"timestamp":6733912952881,"id":966,"parentId":905,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":30232,"timestamp":6733912953292,"id":1025,"parentId":1024,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30239,"timestamp":6733912953286,"id":1024,"parentId":967,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31310,"timestamp":6733912952897,"id":967,"parentId":905,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":34048,"timestamp":6733912953299,"id":1027,"parentId":1026,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34057,"timestamp":6733912953293,"id":1026,"parentId":968,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35737,"timestamp":6733912952916,"id":968,"parentId":905,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":31698,"timestamp":6733912957021,"id":1040,"parentId":1039,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31731,"timestamp":6733912956990,"id":1039,"parentId":1032,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":33327,"timestamp":6733912956706,"id":1032,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":36839,"timestamp":6733912953330,"id":1029,"parentId":1028,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36870,"timestamp":6733912953300,"id":1028,"parentId":970,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":40250,"timestamp":6733912952969,"id":970,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"app-pages-browser"},"startTime":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":39982,"timestamp":6733912953279,"id":1021,"parentId":1020,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39989,"timestamp":6733912953273,"id":1020,"parentId":965,"tags":{},"startTime":1776340859980,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41747,"timestamp":6733912952863,"id":965,"parentId":902,"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":1776340859979,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":37594,"timestamp":6733912957049,"id":1042,"parentId":1041,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37622,"timestamp":6733912957022,"id":1041,"parentId":1033,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":38312,"timestamp":6733912956775,"id":1033,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/theme-toggle.tsx","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":38046,"timestamp":6733912957059,"id":1044,"parentId":1043,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38056,"timestamp":6733912957050,"id":1043,"parentId":1034,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":39048,"timestamp":6733912956825,"id":1034,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":39013,"timestamp":6733912956988,"id":1038,"parentId":1037,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39054,"timestamp":6733912956948,"id":1037,"parentId":1031,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":43348,"timestamp":6733912956615,"id":1031,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":42917,"timestamp":6733912957067,"id":1046,"parentId":1045,"tags":{},"startTime":1776340859984,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42925,"timestamp":6733912957060,"id":1045,"parentId":1035,"tags":{},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43637,"timestamp":6733912956850,"id":1035,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":43440,"timestamp":6733912957074,"id":1048,"parentId":1047,"tags":{},"startTime":1776340859984,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43448,"timestamp":6733912957067,"id":1047,"parentId":1036,"tags":{},"startTime":1776340859984,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45556,"timestamp":6733912956877,"id":1036,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1776340859983,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":29671,"timestamp":6733912972931,"id":1053,"parentId":1052,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29754,"timestamp":6733912972849,"id":1052,"parentId":1049,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":30777,"timestamp":6733912972460,"id":1049,"parentId":901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"app-pages-browser"},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":30255,"timestamp":6733912973020,"id":1055,"parentId":1054,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30335,"timestamp":6733912972941,"id":1054,"parentId":1050,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":31334,"timestamp":6733912972623,"id":1050,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":30930,"timestamp":6733912973038,"id":1057,"parentId":1056,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30946,"timestamp":6733912973023,"id":1056,"parentId":1051,"tags":{},"startTime":1776340859999,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32321,"timestamp":6733912972675,"id":1051,"parentId":902,"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":1776340859999,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":61979,"timestamp":6733912950265,"id":937,"parentId":935,"tags":{},"startTime":1776340859977,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733913012259,"id":1058,"parentId":935,"tags":{},"startTime":1776340860039,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":62397,"timestamp":6733912950206,"id":935,"parentId":885,"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":1776340859977,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":611,"timestamp":6733913015240,"id":1082,"parentId":1061,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":651,"timestamp":6733913015244,"id":1083,"parentId":1064,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":676,"timestamp":6733913015246,"id":1084,"parentId":1073,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":700,"timestamp":6733913015247,"id":1085,"parentId":1080,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":723,"timestamp":6733913015249,"id":1086,"parentId":1081,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":232,"timestamp":6733913015861,"id":1123,"parentId":1061,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":197,"timestamp":6733913015897,"id":1124,"parentId":1064,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":171,"timestamp":6733913015924,"id":1125,"parentId":1073,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":145,"timestamp":6733913015949,"id":1126,"parentId":1080,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":122,"timestamp":6733913015973,"id":1127,"parentId":1081,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2285,"timestamp":6733913014549,"id":1061,"parentId":933,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2366,"timestamp":6733913014675,"id":1064,"parentId":933,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2252,"timestamp":6733913014974,"id":1073,"parentId":956,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2268,"timestamp":6733913015149,"id":1080,"parentId":904,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2498,"timestamp":6733913015183,"id":1081,"parentId":906,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4355,"timestamp":6733913015457,"id":1094,"parentId":1093,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4364,"timestamp":6733913015450,"id":1093,"parentId":1063,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6123,"timestamp":6733913014649,"id":1063,"parentId":941,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5382,"timestamp":6733913015449,"id":1092,"parentId":1091,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5393,"timestamp":6733913015441,"id":1091,"parentId":1062,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6506,"timestamp":6733913014616,"id":1062,"parentId":943,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5698,"timestamp":6733913015440,"id":1090,"parentId":1089,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5711,"timestamp":6733913015429,"id":1089,"parentId":1060,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7045,"timestamp":6733913014508,"id":1060,"parentId":941,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6019,"timestamp":6733913015544,"id":1100,"parentId":1099,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6030,"timestamp":6733913015534,"id":1099,"parentId":1067,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7045,"timestamp":6733913014818,"id":1067,"parentId":961,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6345,"timestamp":6733913015533,"id":1098,"parentId":1097,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6388,"timestamp":6733913015491,"id":1097,"parentId":1066,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":7451,"timestamp":6733913014774,"id":1066,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/markdown.ts","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6761,"timestamp":6733913015490,"id":1096,"parentId":1095,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6794,"timestamp":6733913015458,"id":1095,"parentId":1065,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":7937,"timestamp":6733913014722,"id":1065,"parentId":898,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":329,"timestamp":6733913023533,"id":1142,"parentId":1128,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":359,"timestamp":6733913023537,"id":1143,"parentId":1130,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":384,"timestamp":6733913023538,"id":1144,"parentId":1132,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1036,"timestamp":6733913023867,"id":1167,"parentId":1128,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1007,"timestamp":6733913023898,"id":1168,"parentId":1130,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":981,"timestamp":6733913023924,"id":1169,"parentId":1132,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2018,"timestamp":6733913023070,"id":1128,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2038,"timestamp":6733913023204,"id":1130,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2196,"timestamp":6733913023286,"id":1132,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9948,"timestamp":6733913015554,"id":1102,"parentId":1101,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9958,"timestamp":6733913015545,"id":1101,"parentId":1068,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10964,"timestamp":6733913014846,"id":1068,"parentId":961,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10245,"timestamp":6733913015575,"id":1106,"parentId":1105,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10252,"timestamp":6733913015569,"id":1105,"parentId":1070,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11132,"timestamp":6733913014899,"id":1070,"parentId":944,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10478,"timestamp":6733913015564,"id":1104,"parentId":1103,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10487,"timestamp":6733913015555,"id":1103,"parentId":1069,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11458,"timestamp":6733913014871,"id":1069,"parentId":944,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10754,"timestamp":6733913015583,"id":1108,"parentId":1107,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10762,"timestamp":6733913015576,"id":1107,"parentId":1071,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11630,"timestamp":6733913014923,"id":1071,"parentId":944,"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":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11174,"timestamp":6733913015426,"id":1088,"parentId":1087,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11216,"timestamp":6733913015385,"id":1087,"parentId":1059,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13338,"timestamp":6733913014392,"id":1059,"parentId":969,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12137,"timestamp":6733913015601,"id":1112,"parentId":1111,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12145,"timestamp":6733913015594,"id":1111,"parentId":1074,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13015,"timestamp":6733913015018,"id":1074,"parentId":961,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12437,"timestamp":6733913015609,"id":1114,"parentId":1113,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12446,"timestamp":6733913015602,"id":1113,"parentId":1075,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13402,"timestamp":6733913015045,"id":1075,"parentId":950,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12840,"timestamp":6733913015626,"id":1116,"parentId":1115,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12857,"timestamp":6733913015610,"id":1115,"parentId":1076,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13808,"timestamp":6733913015067,"id":1076,"parentId":960,"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":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13302,"timestamp":6733913015593,"id":1110,"parentId":1109,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13312,"timestamp":6733913015584,"id":1109,"parentId":1072,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14319,"timestamp":6733913014951,"id":1072,"parentId":945,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1776340860041,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14692,"timestamp":6733913015637,"id":1118,"parentId":1117,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14702,"timestamp":6733913015628,"id":1117,"parentId":1077,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15828,"timestamp":6733913015086,"id":1077,"parentId":960,"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":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16389,"timestamp":6733913015652,"id":1122,"parentId":1121,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16403,"timestamp":6733913015645,"id":1121,"parentId":1079,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17639,"timestamp":6733913015130,"id":1079,"parentId":960,"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":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17157,"timestamp":6733913015645,"id":1120,"parentId":1119,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17167,"timestamp":6733913015638,"id":1119,"parentId":1078,"tags":{},"startTime":1776340860042,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18519,"timestamp":6733913015108,"id":1078,"parentId":960,"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":1776340860042,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14530,"timestamp":6733913023683,"id":1148,"parentId":1147,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":14710,"timestamp":6733913023672,"id":1147,"parentId":1131,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15666,"timestamp":6733913023263,"id":1131,"parentId":1036,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15242,"timestamp":6733913023700,"id":1152,"parentId":1151,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15250,"timestamp":6733913023692,"id":1151,"parentId":1134,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15911,"timestamp":6733913023357,"id":1134,"parentId":1036,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15615,"timestamp":6733913023670,"id":1146,"parentId":1145,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15645,"timestamp":6733913023640,"id":1145,"parentId":1129,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16620,"timestamp":6733913023160,"id":1129,"parentId":1036,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16101,"timestamp":6733913023691,"id":1150,"parentId":1149,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16110,"timestamp":6733913023684,"id":1149,"parentId":1133,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16751,"timestamp":6733913023336,"id":1133,"parentId":1036,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16390,"timestamp":6733913023715,"id":1156,"parentId":1155,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16398,"timestamp":6733913023709,"id":1155,"parentId":1136,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17266,"timestamp":6733913023399,"id":1136,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16945,"timestamp":6733913023731,"id":1160,"parentId":1159,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16953,"timestamp":6733913023724,"id":1159,"parentId":1138,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17517,"timestamp":6733913023443,"id":1138,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17249,"timestamp":6733913023723,"id":1158,"parentId":1157,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17257,"timestamp":6733913023716,"id":1157,"parentId":1137,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18118,"timestamp":6733913023423,"id":1137,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17854,"timestamp":6733913023708,"id":1154,"parentId":1153,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17862,"timestamp":6733913023701,"id":1153,"parentId":1135,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19004,"timestamp":6733913023379,"id":1135,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":18651,"timestamp":6733913023746,"id":1164,"parentId":1163,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":18659,"timestamp":6733913023739,"id":1163,"parentId":1140,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19392,"timestamp":6733913023484,"id":1140,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":19156,"timestamp":6733913023738,"id":1162,"parentId":1161,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":19163,"timestamp":6733913023732,"id":1161,"parentId":1139,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20027,"timestamp":6733913023465,"id":1139,"parentId":965,"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":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":19751,"timestamp":6733913023755,"id":1166,"parentId":1165,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":19760,"timestamp":6733913023746,"id":1165,"parentId":1141,"tags":{},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20282,"timestamp":6733913023503,"id":1141,"parentId":965,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/strip-ansi/index.js","layer":"app-pages-browser"},"startTime":1776340860050,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":550,"timestamp":6733913052899,"id":1195,"parentId":1172,"tags":{},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733913053457,"id":1243,"parentId":1172,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1587,"timestamp":6733913052181,"id":1172,"parentId":1061,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":240,"timestamp":6733913055001,"id":1258,"parentId":1256,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733913055254,"id":1284,"parentId":1256,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1055,"timestamp":6733913054895,"id":1256,"parentId":1136,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2891,"timestamp":6733913053081,"id":1202,"parentId":1201,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2903,"timestamp":6733913053070,"id":1201,"parentId":1173,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4026,"timestamp":6733913052276,"id":1173,"parentId":1061,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3242,"timestamp":6733913053069,"id":1200,"parentId":1199,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3268,"timestamp":6733913053043,"id":1199,"parentId":1171,"tags":{},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4924,"timestamp":6733913051632,"id":1171,"parentId":946,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1776340860078,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3473,"timestamp":6733913053090,"id":1204,"parentId":1203,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3482,"timestamp":6733913053083,"id":1203,"parentId":1174,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4612,"timestamp":6733913052313,"id":1174,"parentId":1061,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3911,"timestamp":6733913053040,"id":1198,"parentId":1197,"tags":{},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3972,"timestamp":6733913052981,"id":1197,"parentId":1170,"tags":{},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"build-module-ts","duration":5789,"timestamp":6733913051531,"id":1170,"parentId":1032,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1776340860078,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4232,"timestamp":6733913053098,"id":1206,"parentId":1205,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4240,"timestamp":6733913053091,"id":1205,"parentId":1175,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5401,"timestamp":6733913052375,"id":1175,"parentId":1060,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4685,"timestamp":6733913053106,"id":1208,"parentId":1207,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4692,"timestamp":6733913053099,"id":1207,"parentId":1176,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5615,"timestamp":6733913052439,"id":1176,"parentId":1060,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4951,"timestamp":6733913053113,"id":1210,"parentId":1209,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4958,"timestamp":6733913053107,"id":1209,"parentId":1178,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5768,"timestamp":6733913052526,"id":1178,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5174,"timestamp":6733913053128,"id":1214,"parentId":1213,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5181,"timestamp":6733913053121,"id":1213,"parentId":1180,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6110,"timestamp":6733913052588,"id":1180,"parentId":1036,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5700,"timestamp":6733913053121,"id":1212,"parentId":1211,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5724,"timestamp":6733913053114,"id":1211,"parentId":1179,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6933,"timestamp":6733913052563,"id":1179,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-link-gc.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9546,"timestamp":6733913053142,"id":1218,"parentId":1217,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9555,"timestamp":6733913053136,"id":1217,"parentId":1182,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10480,"timestamp":6733913052631,"id":1182,"parentId":1059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9966,"timestamp":6733913053160,"id":1222,"parentId":1221,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9973,"timestamp":6733913053153,"id":1221,"parentId":1184,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10748,"timestamp":6733913052684,"id":1184,"parentId":1059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10300,"timestamp":6733913053152,"id":1220,"parentId":1219,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10310,"timestamp":6733913053143,"id":1219,"parentId":1183,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11248,"timestamp":6733913052659,"id":1183,"parentId":1059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10786,"timestamp":6733913053135,"id":1216,"parentId":1215,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10793,"timestamp":6733913053128,"id":1215,"parentId":1181,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11727,"timestamp":6733913052610,"id":1181,"parentId":1059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11170,"timestamp":6733913053175,"id":1226,"parentId":1225,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11177,"timestamp":6733913053168,"id":1225,"parentId":1186,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11801,"timestamp":6733913052722,"id":1186,"parentId":1059,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11347,"timestamp":6733913053182,"id":1228,"parentId":1227,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11354,"timestamp":6733913053176,"id":1227,"parentId":1187,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12020,"timestamp":6733913052741,"id":1187,"parentId":1072,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11571,"timestamp":6733913053197,"id":1232,"parentId":1231,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11578,"timestamp":6733913053190,"id":1231,"parentId":1189,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12191,"timestamp":6733913052776,"id":1189,"parentId":1072,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11784,"timestamp":6733913053189,"id":1230,"parentId":1229,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11790,"timestamp":6733913053183,"id":1229,"parentId":1188,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12400,"timestamp":6733913052759,"id":1188,"parentId":1072,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11963,"timestamp":6733913053203,"id":1234,"parentId":1233,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11970,"timestamp":6733913053197,"id":1233,"parentId":1190,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12576,"timestamp":6733913052794,"id":1190,"parentId":1071,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12218,"timestamp":6733913053167,"id":1224,"parentId":1223,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12225,"timestamp":6733913053161,"id":1223,"parentId":1185,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13129,"timestamp":6733913052704,"id":1185,"parentId":1059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12630,"timestamp":6733913053210,"id":1236,"parentId":1235,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12637,"timestamp":6733913053204,"id":1235,"parentId":1191,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13206,"timestamp":6733913052815,"id":1191,"parentId":1059,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13324,"timestamp":6733913053232,"id":1242,"parentId":1241,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13331,"timestamp":6733913053226,"id":1241,"parentId":1194,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13942,"timestamp":6733913052870,"id":1194,"parentId":1132,"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":1776340860079,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-transform","duration":11872,"timestamp":6733913055041,"id":1261,"parentId":1260,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11891,"timestamp":6733913055021,"id":1260,"parentId":1244,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12938,"timestamp":6733913054267,"id":1244,"parentId":1079,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13988,"timestamp":6733913053225,"id":1240,"parentId":1239,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13995,"timestamp":6733913053218,"id":1239,"parentId":1193,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16397,"timestamp":6733913052852,"id":1193,"parentId":1075,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16071,"timestamp":6733913053217,"id":1238,"parentId":1237,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16078,"timestamp":6733913053211,"id":1237,"parentId":1192,"tags":{},"startTime":1776340860080,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17051,"timestamp":6733913052833,"id":1192,"parentId":1059,"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":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14830,"timestamp":6733913055068,"id":1267,"parentId":1266,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14838,"timestamp":6733913055061,"id":1266,"parentId":1247,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15618,"timestamp":6733913054657,"id":1247,"parentId":1078,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15232,"timestamp":6733913055059,"id":1265,"parentId":1264,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15241,"timestamp":6733913055052,"id":1264,"parentId":1246,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15942,"timestamp":6733913054609,"id":1246,"parentId":1137,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-hydration-error.js","layer":"app-pages-browser"},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15516,"timestamp":6733913055051,"id":1263,"parentId":1262,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15526,"timestamp":6733913055042,"id":1262,"parentId":1245,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16473,"timestamp":6733913054305,"id":1245,"parentId":1134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":"app-pages-browser"},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15718,"timestamp":6733913055075,"id":1269,"parentId":1268,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15725,"timestamp":6733913055068,"id":1268,"parentId":1248,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16496,"timestamp":6733913054717,"id":1248,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16155,"timestamp":6733913055083,"id":1271,"parentId":1270,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16163,"timestamp":6733913055076,"id":1270,"parentId":1249,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16900,"timestamp":6733913054746,"id":1249,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16557,"timestamp":6733913055098,"id":1275,"parentId":1274,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16564,"timestamp":6733913055091,"id":1274,"parentId":1251,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17173,"timestamp":6733913054794,"id":1251,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16871,"timestamp":6733913055106,"id":1277,"parentId":1276,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16878,"timestamp":6733913055099,"id":1276,"parentId":1252,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17470,"timestamp":6733913054815,"id":1252,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17162,"timestamp":6733913055129,"id":1283,"parentId":1282,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17170,"timestamp":6733913055122,"id":1282,"parentId":1255,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17591,"timestamp":6733913054875,"id":1255,"parentId":1139,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/dev/noop-turbopack-hmr.js","layer":"app-pages-browser"},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17374,"timestamp":6733913055113,"id":1279,"parentId":1278,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17381,"timestamp":6733913055107,"id":1278,"parentId":1253,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17960,"timestamp":6733913054835,"id":1253,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17682,"timestamp":6733913055121,"id":1281,"parentId":1280,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17690,"timestamp":6733913055114,"id":1280,"parentId":1254,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18229,"timestamp":6733913054856,"id":1254,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":24705,"timestamp":6733913055091,"id":1273,"parentId":1272,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24717,"timestamp":6733913055084,"id":1272,"parentId":1250,"tags":{},"startTime":1776340860082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26222,"timestamp":6733913054769,"id":1250,"parentId":1131,"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":1776340860081,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32409,"timestamp":6733913052902,"id":1196,"parentId":1177,"tags":{},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733913085321,"id":1286,"parentId":1177,"tags":{},"startTime":1776340860112,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33059,"timestamp":6733913052467,"id":1177,"parentId":1035,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1776340860079,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34232,"timestamp":6733913055003,"id":1259,"parentId":1257,"tags":{},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733913089241,"id":1287,"parentId":1257,"tags":{},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34651,"timestamp":6733913054935,"id":1257,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1776340860081,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":244,"timestamp":6733913090160,"id":1299,"parentId":1290,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":274,"timestamp":6733913090407,"id":1316,"parentId":1290,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":989,"timestamp":6733913089965,"id":1290,"parentId":1246,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":"app-pages-browser"},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":309,"timestamp":6733913094221,"id":1323,"parentId":1322,"tags":{},"startTime":1776340860121,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":358,"timestamp":6733913105699,"id":1332,"parentId":1326,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":287,"timestamp":6733913106067,"id":1355,"parentId":1326,"tags":{},"startTime":1776340860133,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12261,"timestamp":6733913094353,"id":1326,"parentId":1249,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_tagged_template_literal_loose.js","layer":"app-pages-browser"},"startTime":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16380,"timestamp":6733913090266,"id":1307,"parentId":1306,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16388,"timestamp":6733913090259,"id":1306,"parentId":1293,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16902,"timestamp":6733913090047,"id":1293,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16723,"timestamp":6733913090237,"id":1301,"parentId":1300,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16757,"timestamp":6733913090204,"id":1300,"parentId":1289,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17367,"timestamp":6733913089930,"id":1289,"parentId":1183,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17052,"timestamp":6733913090258,"id":1305,"parentId":1304,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17060,"timestamp":6733913090251,"id":1304,"parentId":1292,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17619,"timestamp":6733913090026,"id":1292,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17409,"timestamp":6733913090250,"id":1303,"parentId":1302,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17421,"timestamp":6733913090239,"id":1302,"parentId":1291,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18105,"timestamp":6733913090004,"id":1291,"parentId":1247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1776340860116,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":17828,"timestamp":6733913090289,"id":1313,"parentId":1312,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":17835,"timestamp":6733913090283,"id":1312,"parentId":1296,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18170,"timestamp":6733913090109,"id":1296,"parentId":1194,"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":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":22238,"timestamp":6733913090274,"id":1309,"parentId":1308,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22247,"timestamp":6733913090267,"id":1308,"parentId":1294,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23004,"timestamp":6733913090067,"id":1294,"parentId":1181,"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":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":22809,"timestamp":6733913090282,"id":1311,"parentId":1310,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22818,"timestamp":6733913090274,"id":1310,"parentId":1295,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23507,"timestamp":6733913090090,"id":1295,"parentId":1244,"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":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":23336,"timestamp":6733913090297,"id":1315,"parentId":1314,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23344,"timestamp":6733913090290,"id":1314,"parentId":1297,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24467,"timestamp":6733913090129,"id":1297,"parentId":1193,"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":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13841,"timestamp":6733913105839,"id":1336,"parentId":1335,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13856,"timestamp":6733913105827,"id":1335,"parentId":1318,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28607,"timestamp":6733913091507,"id":1318,"parentId":1193,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14303,"timestamp":6733913105823,"id":1334,"parentId":1333,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14343,"timestamp":6733913105785,"id":1333,"parentId":1317,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28986,"timestamp":6733913091472,"id":1317,"parentId":1193,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14610,"timestamp":6733913105859,"id":1340,"parentId":1339,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14620,"timestamp":6733913105851,"id":1339,"parentId":1320,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29292,"timestamp":6733913091553,"id":1320,"parentId":1193,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15007,"timestamp":6733913105849,"id":1338,"parentId":1337,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15016,"timestamp":6733913105840,"id":1337,"parentId":1319,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29685,"timestamp":6733913091531,"id":1319,"parentId":1193,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15342,"timestamp":6733913105881,"id":1344,"parentId":1343,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15350,"timestamp":6733913105874,"id":1343,"parentId":1324,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27154,"timestamp":6733913094237,"id":1324,"parentId":1181,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15508,"timestamp":6733913105890,"id":1346,"parentId":1345,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15516,"timestamp":6733913105882,"id":1345,"parentId":1325,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27291,"timestamp":6733913094315,"id":1325,"parentId":1249,"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":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15704,"timestamp":6733913105908,"id":1350,"parentId":1349,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15713,"timestamp":6733913105900,"id":1349,"parentId":1328,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27366,"timestamp":6733913094454,"id":1328,"parentId":1249,"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":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15930,"timestamp":6733913105899,"id":1348,"parentId":1347,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":16020,"timestamp":6733913105891,"id":1347,"parentId":1327,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27711,"timestamp":6733913094415,"id":1327,"parentId":1249,"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":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16217,"timestamp":6733913105917,"id":1352,"parentId":1351,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16225,"timestamp":6733913105909,"id":1351,"parentId":1329,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27845,"timestamp":6733913094477,"id":1329,"parentId":1249,"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":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16402,"timestamp":6733913105926,"id":1354,"parentId":1353,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16410,"timestamp":6733913105918,"id":1353,"parentId":1330,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28208,"timestamp":6733913094502,"id":1330,"parentId":1249,"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":1776340860121,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":16885,"timestamp":6733913105872,"id":1342,"parentId":1341,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":16895,"timestamp":6733913105864,"id":1341,"parentId":1321,"tags":{},"startTime":1776340860132,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31882,"timestamp":6733913091585,"id":1321,"parentId":1193,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11986,"timestamp":6733913116588,"id":1378,"parentId":1377,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11996,"timestamp":6733913116580,"id":1377,"parentId":1359,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12938,"timestamp":6733913116006,"id":1359,"parentId":1252,"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":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12389,"timestamp":6733913116571,"id":1374,"parentId":1373,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12400,"timestamp":6733913116560,"id":1373,"parentId":1357,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13280,"timestamp":6733913115958,"id":1357,"parentId":1250,"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":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12689,"timestamp":6733913116558,"id":1372,"parentId":1371,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12717,"timestamp":6733913116532,"id":1371,"parentId":1356,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13612,"timestamp":6733913115877,"id":1356,"parentId":1171,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":12924,"timestamp":6733913116580,"id":1376,"parentId":1375,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":12932,"timestamp":6733913116572,"id":1375,"parentId":1358,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13734,"timestamp":6733913115985,"id":1358,"parentId":1250,"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":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13124,"timestamp":6733913116603,"id":1382,"parentId":1381,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13132,"timestamp":6733913116596,"id":1381,"parentId":1361,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13915,"timestamp":6733913116059,"id":1361,"parentId":1252,"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":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13386,"timestamp":6733913116596,"id":1380,"parentId":1379,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13395,"timestamp":6733913116588,"id":1379,"parentId":1360,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14160,"timestamp":6733913116027,"id":1360,"parentId":1252,"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":1776340860142,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13602,"timestamp":6733913116610,"id":1384,"parentId":1383,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13610,"timestamp":6733913116604,"id":1383,"parentId":1362,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14346,"timestamp":6733913116078,"id":1362,"parentId":1252,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":13813,"timestamp":6733913116618,"id":1386,"parentId":1385,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":13820,"timestamp":6733913116611,"id":1385,"parentId":1363,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14577,"timestamp":6733913116101,"id":1363,"parentId":1252,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14052,"timestamp":6733913116639,"id":1392,"parentId":1391,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14059,"timestamp":6733913116633,"id":1391,"parentId":1366,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14830,"timestamp":6733913116154,"id":1366,"parentId":1250,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14366,"timestamp":6733913116632,"id":1390,"parentId":1389,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14373,"timestamp":6733913116626,"id":1389,"parentId":1365,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15246,"timestamp":6733913116136,"id":1365,"parentId":1254,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14739,"timestamp":6733913116653,"id":1396,"parentId":1395,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14746,"timestamp":6733913116647,"id":1395,"parentId":1368,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15403,"timestamp":6733913116189,"id":1368,"parentId":1188,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":14940,"timestamp":6733913116661,"id":1398,"parentId":1397,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":14947,"timestamp":6733913116654,"id":1397,"parentId":1369,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15591,"timestamp":6733913116223,"id":1369,"parentId":1250,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/error-source.js","layer":"app-pages-browser"},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15205,"timestamp":6733913116625,"id":1388,"parentId":1387,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15212,"timestamp":6733913116618,"id":1387,"parentId":1364,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16254,"timestamp":6733913116118,"id":1364,"parentId":1252,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":15739,"timestamp":6733913116647,"id":1394,"parentId":1393,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":15747,"timestamp":6733913116640,"id":1393,"parentId":1367,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16431,"timestamp":6733913116173,"id":1367,"parentId":1187,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":28294,"timestamp":6733913116668,"id":1400,"parentId":1399,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28303,"timestamp":6733913116661,"id":1399,"parentId":1370,"tags":{},"startTime":1776340860143,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29523,"timestamp":6733913116272,"id":1370,"parentId":1250,"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":1776340860143,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":55972,"timestamp":6733913090151,"id":1298,"parentId":1288,"tags":{},"startTime":1776340860117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733913146137,"id":1408,"parentId":1288,"tags":{},"startTime":1776340860173,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":56945,"timestamp":6733913089844,"id":1288,"parentId":935,"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":1776340860116,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10196,"timestamp":6733913136650,"id":1407,"parentId":1406,"tags":{},"startTime":1776340860163,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10223,"timestamp":6733913136625,"id":1406,"parentId":1401,"tags":{},"startTime":1776340860163,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11360,"timestamp":6733913135815,"id":1401,"parentId":1290,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":"app-pages-browser"},"startTime":1776340860162,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":310,"timestamp":6733913148092,"id":1423,"parentId":1419,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":340,"timestamp":6733913148093,"id":1424,"parentId":1420,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":275,"timestamp":6733913148408,"id":1445,"parentId":1419,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":249,"timestamp":6733913148435,"id":1446,"parentId":1420,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":869,"timestamp":6733913147977,"id":1419,"parentId":1291,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":929,"timestamp":6733913148018,"id":1420,"parentId":1291,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2947,"timestamp":6733913148198,"id":1426,"parentId":1425,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2975,"timestamp":6733913148172,"id":1425,"parentId":1409,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3871,"timestamp":6733913147672,"id":1409,"parentId":1295,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3320,"timestamp":6733913148231,"id":1432,"parentId":1431,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3328,"timestamp":6733913148224,"id":1431,"parentId":1412,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4043,"timestamp":6733913147816,"id":1412,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3657,"timestamp":6733913148211,"id":1428,"parentId":1427,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3669,"timestamp":6733913148200,"id":1427,"parentId":1410,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4564,"timestamp":6733913147751,"id":1410,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4108,"timestamp":6733913148223,"id":1430,"parentId":1429,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4120,"timestamp":6733913148212,"id":1429,"parentId":1411,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4970,"timestamp":6733913147786,"id":1411,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4524,"timestamp":6733913148246,"id":1436,"parentId":1435,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4531,"timestamp":6733913148239,"id":1435,"parentId":1414,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5237,"timestamp":6733913147867,"id":1414,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4851,"timestamp":6733913148264,"id":1440,"parentId":1439,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4858,"timestamp":6733913148258,"id":1439,"parentId":1416,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5478,"timestamp":6733913147916,"id":1416,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5163,"timestamp":6733913148239,"id":1434,"parentId":1433,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5171,"timestamp":6733913148232,"id":1433,"parentId":1413,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5780,"timestamp":6733913147843,"id":1413,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6711,"timestamp":6733913148271,"id":1442,"parentId":1441,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6728,"timestamp":6733913148265,"id":1441,"parentId":1417,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7358,"timestamp":6733913147940,"id":1417,"parentId":1294,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7914,"timestamp":6733913148279,"id":1444,"parentId":1443,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7922,"timestamp":6733913148272,"id":1443,"parentId":1418,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8812,"timestamp":6733913147958,"id":1418,"parentId":1294,"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":1776340860174,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6041,"timestamp":6733913150738,"id":1468,"parentId":1467,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6063,"timestamp":6733913150717,"id":1467,"parentId":1447,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6761,"timestamp":6733913150228,"id":1447,"parentId":1317,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8779,"timestamp":6733913148253,"id":1438,"parentId":1437,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8787,"timestamp":6733913148247,"id":1437,"parentId":1415,"tags":{},"startTime":1776340860175,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10183,"timestamp":6733913147894,"id":1415,"parentId":1297,"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":1776340860174,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-transform","duration":7439,"timestamp":6733913150749,"id":1470,"parentId":1469,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7450,"timestamp":6733913150739,"id":1469,"parentId":1448,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8183,"timestamp":6733913150317,"id":1448,"parentId":1365,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/magic-identifier.js","layer":"app-pages-browser"},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7741,"timestamp":6733913150766,"id":1474,"parentId":1473,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7749,"timestamp":6733913150759,"id":1473,"parentId":1450,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8306,"timestamp":6733913150367,"id":1450,"parentId":1324,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":7898,"timestamp":6733913150782,"id":1478,"parentId":1477,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":7906,"timestamp":6733913150775,"id":1477,"parentId":1452,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8465,"timestamp":6733913150407,"id":1452,"parentId":1364,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8076,"timestamp":6733913150802,"id":1482,"parentId":1481,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8085,"timestamp":6733913150794,"id":1481,"parentId":1454,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8613,"timestamp":6733913150458,"id":1454,"parentId":1325,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8326,"timestamp":6733913150758,"id":1472,"parentId":1471,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8335,"timestamp":6733913150750,"id":1471,"parentId":1449,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9220,"timestamp":6733913150345,"id":1449,"parentId":1324,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":8808,"timestamp":6733913150774,"id":1476,"parentId":1475,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":8817,"timestamp":6733913150767,"id":1475,"parentId":1451,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9706,"timestamp":6733913150388,"id":1451,"parentId":1357,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9315,"timestamp":6733913150793,"id":1480,"parentId":1479,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9325,"timestamp":6733913150784,"id":1479,"parentId":1453,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9979,"timestamp":6733913150430,"id":1453,"parentId":1325,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9606,"timestamp":6733913150810,"id":1484,"parentId":1483,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9613,"timestamp":6733913150803,"id":1483,"parentId":1455,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10131,"timestamp":6733913150480,"id":1455,"parentId":1325,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9799,"timestamp":6733913150818,"id":1486,"parentId":1485,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9806,"timestamp":6733913150811,"id":1485,"parentId":1456,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10299,"timestamp":6733913150498,"id":1456,"parentId":1325,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":9977,"timestamp":6733913150825,"id":1488,"parentId":1487,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9984,"timestamp":6733913150818,"id":1487,"parentId":1457,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10564,"timestamp":6733913150516,"id":1457,"parentId":1325,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10277,"timestamp":6733913150833,"id":1490,"parentId":1489,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10284,"timestamp":6733913150826,"id":1489,"parentId":1458,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11022,"timestamp":6733913150534,"id":1458,"parentId":1328,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10718,"timestamp":6733913150848,"id":1494,"parentId":1493,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10725,"timestamp":6733913150841,"id":1493,"parentId":1460,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11221,"timestamp":6733913150571,"id":1460,"parentId":1330,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10948,"timestamp":6733913150856,"id":1496,"parentId":1495,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10955,"timestamp":6733913150849,"id":1495,"parentId":1461,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11575,"timestamp":6733913150589,"id":1461,"parentId":1330,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11308,"timestamp":6733913150864,"id":1498,"parentId":1497,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11316,"timestamp":6733913150857,"id":1497,"parentId":1462,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11765,"timestamp":6733913150607,"id":1462,"parentId":1363,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11508,"timestamp":6733913150871,"id":1500,"parentId":1499,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11515,"timestamp":6733913150864,"id":1499,"parentId":1463,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11986,"timestamp":6733913150625,"id":1463,"parentId":1363,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":11785,"timestamp":6733913150841,"id":1492,"parentId":1491,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":11792,"timestamp":6733913150834,"id":1491,"parentId":1459,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13854,"timestamp":6733913150553,"id":1459,"parentId":1329,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":295431,"timestamp":6733913136151,"id":1405,"parentId":1404,"tags":{},"startTime":1776340860163,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":295800,"timestamp":6733913136142,"id":1404,"parentId":903,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1776340860163,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":295845,"timestamp":6733913136127,"id":1403,"parentId":1402,"tags":{},"startTime":1776340860163,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":296193,"timestamp":6733913135875,"id":1402,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-dev-runtime.js","layer":"app-pages-browser"},"startTime":1776340860162,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":281211,"timestamp":6733913150887,"id":1504,"parentId":1503,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":281219,"timestamp":6733913150880,"id":1503,"parentId":1465,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":282092,"timestamp":6733913150660,"id":1465,"parentId":1364,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":281871,"timestamp":6733913150894,"id":1506,"parentId":1505,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":281878,"timestamp":6733913150887,"id":1505,"parentId":1466,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":282349,"timestamp":6733913150681,"id":1466,"parentId":1364,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":294459,"timestamp":6733913150879,"id":1502,"parentId":1501,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":294470,"timestamp":6733913150872,"id":1501,"parentId":1464,"tags":{},"startTime":1776340860177,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":295742,"timestamp":6733913150642,"id":1464,"parentId":1366,"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":1776340860177,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":290254,"timestamp":6733913156150,"id":1509,"parentId":1508,"tags":{},"startTime":1776340860183,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":290290,"timestamp":6733913156114,"id":1508,"parentId":1507,"tags":{},"startTime":1776340860183,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":290807,"timestamp":6733913156040,"id":1507,"parentId":1370,"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":1776340860182,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":299484,"timestamp":6733913148065,"id":1422,"parentId":1421,"tags":{},"startTime":1776340860174,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":299612,"timestamp":6733913148057,"id":1421,"parentId":904,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1776340860174,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":688,"timestamp":6733913451476,"id":1527,"parentId":1517,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":856,"timestamp":6733913451479,"id":1528,"parentId":1526,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":232,"timestamp":6733913452172,"id":1545,"parentId":1517,"tags":{},"startTime":1776340860479,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":52,"timestamp":6733913452353,"id":1546,"parentId":1526,"tags":{},"startTime":1776340860479,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2963,"timestamp":6733913451033,"id":1517,"parentId":1418,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1776340860477,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4200,"timestamp":6733913451415,"id":1526,"parentId":1459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/anser/index.js","layer":"app-pages-browser"},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4693,"timestamp":6733913451585,"id":1530,"parentId":1529,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4781,"timestamp":6733913451499,"id":1529,"parentId":1518,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5387,"timestamp":6733913451186,"id":1518,"parentId":1418,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4985,"timestamp":6733913451600,"id":1532,"parentId":1531,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4997,"timestamp":6733913451589,"id":1531,"parentId":1519,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5635,"timestamp":6733913451245,"id":1519,"parentId":1453,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5268,"timestamp":6733913451623,"id":1538,"parentId":1537,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5275,"timestamp":6733913451617,"id":1537,"parentId":1522,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5859,"timestamp":6733913451332,"id":1522,"parentId":1458,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5597,"timestamp":6733913451609,"id":1534,"parentId":1533,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5606,"timestamp":6733913451602,"id":1533,"parentId":1520,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6432,"timestamp":6733913451275,"id":1520,"parentId":1465,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6089,"timestamp":6733913451637,"id":1542,"parentId":1541,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6096,"timestamp":6733913451631,"id":1541,"parentId":1524,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6717,"timestamp":6733913451375,"id":1524,"parentId":1465,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":6474,"timestamp":6733913451630,"id":1540,"parentId":1539,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6480,"timestamp":6733913451624,"id":1539,"parentId":1523,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7085,"timestamp":6733913451356,"id":1523,"parentId":1459,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"postcss-process","duration":241044,"timestamp":6733913342142,"id":1510,"parentId":1331,"tags":{},"startTime":1776340860369,"traceId":"611bd841fd914c91"},{"name":"postcss-loader","duration":489551,"timestamp":6733913094660,"id":1331,"parentId":1322,"tags":{},"startTime":1776340860121,"traceId":"611bd841fd914c91"},{"name":"css-loader","duration":25686,"timestamp":6733913584324,"id":1549,"parentId":1322,"tags":{"astUsed":"true"},"startTime":1776340860611,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":175422,"timestamp":6733913435603,"id":1512,"parentId":1511,"tags":{},"startTime":1776340860462,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":175718,"timestamp":6733913435565,"id":1511,"parentId":905,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1776340860462,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":175646,"timestamp":6733913435651,"id":1514,"parentId":1513,"tags":{},"startTime":1776340860462,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":175819,"timestamp":6733913435623,"id":1513,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1776340860462,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":175770,"timestamp":6733913435679,"id":1516,"parentId":1515,"tags":{},"startTime":1776340860462,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":175826,"timestamp":6733913435658,"id":1515,"parentId":961,"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":1776340860462,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":160364,"timestamp":6733913451669,"id":1544,"parentId":1543,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":160396,"timestamp":6733913451638,"id":1543,"parentId":1525,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":161399,"timestamp":6733913451396,"id":1525,"parentId":1466,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":166932,"timestamp":6733913451616,"id":1536,"parentId":1535,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":166941,"timestamp":6733913451610,"id":1535,"parentId":1521,"tags":{},"startTime":1776340860478,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":172638,"timestamp":6733913451310,"id":1521,"parentId":1458,"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":1776340860478,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":1771,"timestamp":6733913624632,"id":1558,"parentId":1557,"tags":{},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1804,"timestamp":6733913624601,"id":1557,"parentId":1550,"tags":{},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2322,"timestamp":6733913624449,"id":1550,"parentId":1524,"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":1776340860651,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":167393,"timestamp":6733913459583,"id":1548,"parentId":1547,"tags":{},"startTime":1776340860486,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733913626984,"id":1559,"parentId":1547,"tags":{},"startTime":1776340860653,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":167659,"timestamp":6733913459434,"id":1547,"parentId":935,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-refresh/runtime.js","layer":"app-pages-browser"},"startTime":1776340860486,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38,"timestamp":6733913627651,"id":1562,"parentId":1560,"tags":{},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":93,"timestamp":6733913627653,"id":1563,"parentId":1561,"tags":{},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":263,"timestamp":6733913627693,"id":1564,"parentId":1560,"tags":{},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":212,"timestamp":6733913627749,"id":1565,"parentId":1561,"tags":{},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4462,"timestamp":6733913627546,"id":1560,"parentId":1521,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/platform/platform.js","layer":"app-pages-browser"},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4762,"timestamp":6733913627604,"id":1561,"parentId":1521,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/css.escape/css.escape.js","layer":"app-pages-browser"},"startTime":1776340860654,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8701,"timestamp":6733913624559,"id":1554,"parentId":1553,"tags":{},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10828,"timestamp":6733913624550,"id":1553,"parentId":1402,"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":1776340860651,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10815,"timestamp":6733913624572,"id":1556,"parentId":1555,"tags":{},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14980,"timestamp":6733913624565,"id":1555,"parentId":1421,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.development.js","layer":"app-pages-browser"},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15023,"timestamp":6733913624538,"id":1552,"parentId":1551,"tags":{},"startTime":1776340860651,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16729,"timestamp":6733913624520,"id":1551,"parentId":1404,"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":1776340860651,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":745863,"timestamp":6733912896970,"id":887,"parentId":884,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340859923,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10518,"timestamp":6733913633106,"id":1567,"parentId":1566,"tags":{},"startTime":1776340860660,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10657,"timestamp":6733913633073,"id":1566,"parentId":1515,"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":1776340860660,"traceId":"611bd841fd914c91"},{"name":"build-module-css","duration":552543,"timestamp":6733913091626,"id":1322,"parentId":1285,"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":1776340860118,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1266,"timestamp":6733913643543,"id":1571,"parentId":1570,"tags":{},"startTime":1776340860670,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733913644813,"id":1574,"parentId":1570,"tags":{},"startTime":1776340860671,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2265,"timestamp":6733913643475,"id":1570,"parentId":1547,"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":1776340860670,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":749129,"timestamp":6733912896856,"id":885,"parentId":884,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776340859923,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4154,"timestamp":6733913642125,"id":1569,"parentId":1568,"tags":{},"startTime":1776340860669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":74038,"timestamp":6733913642089,"id":1568,"parentId":1511,"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":1776340860669,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":72832,"timestamp":6733913644799,"id":1573,"parentId":1572,"tags":{},"startTime":1776340860671,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":76172,"timestamp":6733913644778,"id":1572,"parentId":1566,"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":1776340860671,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":76210,"timestamp":6733913646269,"id":1576,"parentId":1575,"tags":{},"startTime":1776340860673,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":76716,"timestamp":6733913646082,"id":1575,"parentId":1322,"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":1776340860673,"traceId":"611bd841fd914c91"},{"name":"build-module-css","duration":668074,"timestamp":6733913060200,"id":1285,"parentId":891,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776340860087,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":60,"timestamp":6733913728865,"id":1577,"parentId":1285,"tags":{},"startTime":1776340860755,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":832106,"timestamp":6733912897027,"id":888,"parentId":884,"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%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&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":1776340859923,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":878,"timestamp":6733913731977,"id":1579,"parentId":1578,"tags":{},"startTime":1776340860758,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733913732863,"id":1580,"parentId":1578,"tags":{},"startTime":1776340860759,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1171,"timestamp":6733913731882,"id":1578,"parentId":1568,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1776340860758,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":558,"timestamp":6733913733969,"id":1582,"parentId":1581,"tags":{},"startTime":1776340860760,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733913734537,"id":1583,"parentId":1581,"tags":{},"startTime":1776340860761,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1709,"timestamp":6733913733905,"id":1581,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.development.js","layer":"app-pages-browser"},"startTime":1776340860760,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":838770,"timestamp":6733912896954,"id":886,"parentId":884,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776340859923,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":838690,"timestamp":6733912897037,"id":889,"parentId":884,"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":1776340859923,"traceId":"611bd841fd914c91"},{"name":"make","duration":841342,"timestamp":6733912894627,"id":884,"parentId":883,"tags":{},"startTime":1776340859921,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":2222,"timestamp":6733913739350,"id":1585,"parentId":1584,"tags":{},"startTime":1776340860766,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":3,"timestamp":6733913741588,"id":1587,"parentId":1584,"tags":{},"startTime":1776340860768,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":59,"timestamp":6733913741600,"id":1588,"parentId":1584,"tags":{},"startTime":1776340860768,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":4,"timestamp":6733913741685,"id":1589,"parentId":1584,"tags":{},"startTime":1776340860768,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":2,"timestamp":6733913741698,"id":1590,"parentId":1584,"tags":{},"startTime":1776340860768,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":760,"timestamp":6733913741582,"id":1586,"parentId":1584,"tags":{},"startTime":1776340860768,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":3185,"timestamp":6733913743546,"id":1591,"parentId":1584,"tags":{},"startTime":1776340860770,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":8311,"timestamp":6733913746744,"id":1592,"parentId":1584,"tags":{},"startTime":1776340860773,"traceId":"611bd841fd914c91"},{"name":"hash","duration":7281,"timestamp":6733913756321,"id":1593,"parentId":1584,"tags":{},"startTime":1776340860783,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":192,"timestamp":6733913763602,"id":1594,"parentId":1584,"tags":{},"startTime":1776340860790,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":36,"timestamp":6733913763782,"id":1595,"parentId":1584,"tags":{},"startTime":1776340860790,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":75331,"timestamp":6733913763821,"id":1596,"parentId":1584,"tags":{},"startTime":1776340860790,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-generateClientManifest","duration":55,"timestamp":6733913839723,"id":1598,"parentId":883,"tags":{},"startTime":1776340860866,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-createassets","duration":236,"timestamp":6733913839545,"id":1597,"parentId":883,"tags":{},"startTime":1776340860866,"traceId":"611bd841fd914c91"},{"name":"seal","duration":105249,"timestamp":6733913738679,"id":1584,"parentId":883,"tags":{},"startTime":1776340860765,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":949664,"timestamp":6733912894318,"id":883,"parentId":258,"tags":{"name":"client"},"startTime":1776340859921,"traceId":"611bd841fd914c91"},{"name":"emit","duration":16097,"timestamp":6733913843998,"id":1599,"parentId":258,"tags":{},"startTime":1776340860870,"traceId":"611bd841fd914c91"},{"name":"compile-path","duration":1662932,"timestamp":6733912198035,"id":117,"tags":{"trigger":"/","isTurbopack":false},"startTime":1776340859224,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-client","duration":1430490,"timestamp":6733912430805,"id":258,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340859457,"traceId":"611bd841fd914c91"}] +[{"name":"handle-request","duration":1792475,"timestamp":6733912187978,"id":115,"tags":{"url":"/","isTurbopack":false},"startTime":1776340859214,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733913980503,"id":1600,"parentId":115,"tags":{"url":"/","memory.rss":"527106048","memory.heapUsed":"290460840","memory.heapTotal":"322535424"},"startTime":1776340861007,"traceId":"611bd841fd914c91"},{"name":"client-success","duration":23,"timestamp":6733914423634,"id":1601,"parentId":3,"tags":{},"startTime":1776340861450,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":27958,"timestamp":6733921048090,"id":1602,"tags":{"url":"/","isTurbopack":false},"startTime":1776340868075,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733921076168,"id":1603,"parentId":1602,"tags":{"url":"/","memory.rss":"174211072","memory.heapUsed":"187158912","memory.heapTotal":"281083904"},"startTime":1776340868103,"traceId":"611bd841fd914c91"},{"name":"client-success","duration":14,"timestamp":6733921965729,"id":1604,"parentId":3,"tags":{},"startTime":1776340868992,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":17154,"timestamp":6733927067383,"id":1610,"parentId":1609,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776340874094,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":17779,"timestamp":6733927075979,"id":1612,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776340874102,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3898,"timestamp":6733927097315,"id":1615,"parentId":1614,"tags":{},"startTime":1776340874124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4125,"timestamp":6733927097094,"id":1614,"parentId":1613,"tags":{},"startTime":1776340874124,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4845,"timestamp":6733927096731,"id":1613,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"rsc"},"startTime":1776340874123,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":35981,"timestamp":6733927067537,"id":1611,"parentId":1609,"tags":{"request":"next-app-loader?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776340874094,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":684,"timestamp":6733927110299,"id":1623,"parentId":1608,"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%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776340874137,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5569,"timestamp":6733927115421,"id":1626,"parentId":1625,"tags":{},"startTime":1776340874142,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5680,"timestamp":6733927115315,"id":1625,"parentId":1624,"tags":{},"startTime":1776340874142,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":9208,"timestamp":6733927114847,"id":1624,"parentId":1623,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"ssr"},"startTime":1776340874141,"traceId":"611bd841fd914c91"},{"name":"make","duration":72597,"timestamp":6733927065369,"id":1609,"parentId":1608,"tags":{},"startTime":1776340874092,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":1344,"timestamp":6733927140331,"id":1628,"parentId":1627,"tags":{},"startTime":1776340874167,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":4,"timestamp":6733927141694,"id":1630,"parentId":1627,"tags":{},"startTime":1776340874168,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":1453,"timestamp":6733927141709,"id":1631,"parentId":1627,"tags":{},"startTime":1776340874168,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":6,"timestamp":6733927143184,"id":1632,"parentId":1627,"tags":{},"startTime":1776340874170,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":8,"timestamp":6733927143245,"id":1633,"parentId":1627,"tags":{},"startTime":1776340874170,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":2518,"timestamp":6733927141688,"id":1629,"parentId":1627,"tags":{},"startTime":1776340874168,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":463,"timestamp":6733927145217,"id":1634,"parentId":1627,"tags":{},"startTime":1776340874172,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":2247,"timestamp":6733927145694,"id":1635,"parentId":1627,"tags":{},"startTime":1776340874172,"traceId":"611bd841fd914c91"},{"name":"hash","duration":915,"timestamp":6733927149055,"id":1636,"parentId":1627,"tags":{},"startTime":1776340874175,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":82,"timestamp":6733927149969,"id":1637,"parentId":1627,"tags":{},"startTime":1776340874176,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":45,"timestamp":6733927150040,"id":1638,"parentId":1627,"tags":{},"startTime":1776340874176,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":2783,"timestamp":6733927150087,"id":1639,"parentId":1627,"tags":{},"startTime":1776340874177,"traceId":"611bd841fd914c91"},{"name":"seal","duration":15918,"timestamp":6733927139706,"id":1627,"parentId":1608,"tags":{},"startTime":1776340874166,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":93550,"timestamp":6733927063217,"id":1608,"parentId":1606,"tags":{"name":"server"},"startTime":1776340874090,"traceId":"611bd841fd914c91"},{"name":"emit","duration":2841,"timestamp":6733927156788,"id":1640,"parentId":1606,"tags":{},"startTime":1776340874183,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-server","duration":103520,"timestamp":6733927056507,"id":1606,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340874083,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":10077,"timestamp":6733927166015,"id":1643,"parentId":1642,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776340874192,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":11743,"timestamp":6733927166061,"id":1645,"parentId":1642,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340874192,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":20496,"timestamp":6733927166074,"id":1647,"parentId":1642,"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":1776340874193,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":21828,"timestamp":6733927166048,"id":1644,"parentId":1642,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776340874192,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9346,"timestamp":6733927178571,"id":1651,"parentId":1650,"tags":{},"startTime":1776340874205,"traceId":"611bd841fd914c91"},{"name":"postcss-process","duration":47214,"timestamp":6733927187992,"id":1653,"parentId":1652,"tags":{},"startTime":1776340874214,"traceId":"611bd841fd914c91"},{"name":"postcss-loader","duration":47841,"timestamp":6733927187943,"id":1652,"parentId":1650,"tags":{},"startTime":1776340874214,"traceId":"611bd841fd914c91"},{"name":"css-loader","duration":23236,"timestamp":6733927235805,"id":1654,"parentId":1650,"tags":{"astUsed":"true"},"startTime":1776340874262,"traceId":"611bd841fd914c91"},{"name":"build-module-css","duration":81607,"timestamp":6733927178430,"id":1650,"parentId":1649,"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":1776340874205,"traceId":"611bd841fd914c91"},{"name":"build-module-css","duration":94807,"timestamp":6733927169231,"id":1649,"parentId":1641,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1776340874196,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":21,"timestamp":6733927264476,"id":1655,"parentId":1649,"tags":{},"startTime":1776340874291,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":98592,"timestamp":6733927166070,"id":1646,"parentId":1642,"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%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&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":1776340874192,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":434,"timestamp":6733927269026,"id":1656,"parentId":1648,"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%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776340874295,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4570,"timestamp":6733927270377,"id":1659,"parentId":1658,"tags":{},"startTime":1776340874297,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4676,"timestamp":6733927270279,"id":1658,"parentId":1657,"tags":{},"startTime":1776340874297,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":7072,"timestamp":6733927270160,"id":1657,"parentId":1656,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"app-pages-browser"},"startTime":1776340874297,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":114443,"timestamp":6733927166077,"id":1648,"parentId":1642,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340874193,"traceId":"611bd841fd914c91"},{"name":"make","duration":117359,"timestamp":6733927163192,"id":1642,"parentId":1641,"tags":{},"startTime":1776340874190,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":913,"timestamp":6733927282527,"id":1661,"parentId":1660,"tags":{},"startTime":1776340874309,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":4,"timestamp":6733927283456,"id":1663,"parentId":1660,"tags":{},"startTime":1776340874310,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":45,"timestamp":6733927283470,"id":1664,"parentId":1660,"tags":{},"startTime":1776340874310,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":5,"timestamp":6733927283529,"id":1665,"parentId":1660,"tags":{},"startTime":1776340874310,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733927283550,"id":1666,"parentId":1660,"tags":{},"startTime":1776340874310,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":772,"timestamp":6733927283450,"id":1662,"parentId":1660,"tags":{},"startTime":1776340874310,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":359,"timestamp":6733927284800,"id":1667,"parentId":1660,"tags":{},"startTime":1776340874311,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":1002,"timestamp":6733927285170,"id":1668,"parentId":1660,"tags":{},"startTime":1776340874312,"traceId":"611bd841fd914c91"},{"name":"hash","duration":2255,"timestamp":6733927287144,"id":1669,"parentId":1660,"tags":{},"startTime":1776340874314,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":73,"timestamp":6733927289398,"id":1670,"parentId":1660,"tags":{},"startTime":1776340874316,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":34,"timestamp":6733927289465,"id":1671,"parentId":1660,"tags":{},"startTime":1776340874316,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":2566,"timestamp":6733927289501,"id":1672,"parentId":1660,"tags":{},"startTime":1776340874316,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-generateClientManifest","duration":111,"timestamp":6733927293163,"id":1674,"parentId":1641,"tags":{},"startTime":1776340874320,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-createassets","duration":208,"timestamp":6733927293069,"id":1673,"parentId":1641,"tags":{},"startTime":1776340874319,"traceId":"611bd841fd914c91"},{"name":"seal","duration":12767,"timestamp":6733927281816,"id":1660,"parentId":1641,"tags":{},"startTime":1776340874308,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":131808,"timestamp":6733927162820,"id":1641,"parentId":1622,"tags":{"name":"client"},"startTime":1776340874189,"traceId":"611bd841fd914c91"},{"name":"emit","duration":3712,"timestamp":6733927294653,"id":1675,"parentId":1622,"tags":{},"startTime":1776340874321,"traceId":"611bd841fd914c91"},{"name":"compile-path","duration":242383,"timestamp":6733927056557,"id":1607,"tags":{"trigger":"/recommendations","isTurbopack":false},"startTime":1776340874083,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-client","duration":193933,"timestamp":6733927105231,"id":1622,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340874132,"traceId":"611bd841fd914c91"}] +[{"name":"client-success","duration":4,"timestamp":6733927300290,"id":1676,"parentId":3,"tags":{},"startTime":1776340874327,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":262833,"timestamp":6733927053293,"id":1605,"tags":{"url":"/recommendations?_rsc=19zvn","isTurbopack":false},"startTime":1776340874080,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733927316155,"id":1677,"parentId":1605,"tags":{"url":"/recommendations?_rsc=19zvn","memory.rss":"332693504","memory.heapUsed":"209693224","memory.heapTotal":"248938496"},"startTime":1776340874343,"traceId":"611bd841fd914c91"},{"name":"client-hmr-latency","duration":221000,"timestamp":6733927105715,"id":1679,"parentId":3,"tags":{"updatedModules":["[project]/src/app/globals.css"],"page":"/","isPageHidden":false},"startTime":1776340874354,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":11085,"timestamp":6733927323775,"id":1678,"tags":{"url":"/recommendations?_rsc=uf7jm","isTurbopack":false},"startTime":1776340874350,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733927334883,"id":1680,"parentId":1678,"tags":{"url":"/recommendations?_rsc=uf7jm","memory.rss":"332201984","memory.heapUsed":"199289456","memory.heapTotal":"247660544"},"startTime":1776340874361,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":24719,"timestamp":6733981699914,"id":1681,"tags":{"url":"/?_rsc=3py13","isTurbopack":false},"startTime":1776340928726,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733981724733,"id":1682,"parentId":1681,"tags":{"url":"/?_rsc=3py13","memory.rss":"140951552","memory.heapUsed":"178383312","memory.heapTotal":"183320576"},"startTime":1776340928751,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":56728,"timestamp":6733982428436,"id":1683,"tags":{"url":"/","isTurbopack":false},"startTime":1776340929455,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":0,"timestamp":6733982485212,"id":1684,"parentId":1683,"tags":{"url":"/","memory.rss":"154238976","memory.heapUsed":"180637608","memory.heapTotal":"184107008"},"startTime":1776340929512,"traceId":"611bd841fd914c91"},{"name":"client-success","duration":12,"timestamp":6733983016404,"id":1685,"parentId":3,"tags":{},"startTime":1776340930043,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":13993,"timestamp":6733985823843,"id":1686,"tags":{"url":"/recommendations?_rsc=19zvn","isTurbopack":false},"startTime":1776340932850,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":1,"timestamp":6733985837905,"id":1687,"parentId":1686,"tags":{"url":"/recommendations?_rsc=19zvn","memory.rss":"165003264","memory.heapUsed":"180836952","memory.heapTotal":"185679872"},"startTime":1776340932864,"traceId":"611bd841fd914c91"},{"name":"handle-request","duration":10800,"timestamp":6733985845517,"id":1688,"tags":{"url":"/recommendations?_rsc=1808t","isTurbopack":false},"startTime":1776340932872,"traceId":"611bd841fd914c91"},{"name":"memory-usage","duration":1,"timestamp":6733985856375,"id":1689,"parentId":1688,"tags":{"url":"/recommendations?_rsc=1808t","memory.rss":"165249024","memory.heapUsed":"181039624","memory.heapTotal":"185679872"},"startTime":1776340932883,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":9115,"timestamp":6733987227723,"id":1696,"parentId":1694,"tags":{"request":"next-app-loader?name=app%2Frecommendations%2Fpage&page=%2Frecommendations%2Fpage&appPaths=%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%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":1776340934254,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":11050,"timestamp":6733987227647,"id":1695,"parentId":1694,"tags":{"request":"next-app-loader?name=app%2Fpage&page=%2Fpage&appPaths=%2Fpage&pagePath=private-next-app-dir%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":1776340934254,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":14243,"timestamp":6733987771152,"id":1698,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?name=app%2Fsectors%2Fpage&page=%2Fsectors%2Fpage&appPaths=%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%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":1776340934798,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":3897,"timestamp":6733987793805,"id":1701,"parentId":1700,"tags":{},"startTime":1776340934820,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3987,"timestamp":6733987793721,"id":1700,"parentId":1699,"tags":{},"startTime":1776340934820,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4620,"timestamp":6733987793527,"id":1699,"parentId":1698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"rsc"},"startTime":1776340934820,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":576213,"timestamp":6733987227728,"id":1697,"parentId":1694,"tags":{"request":"next-app-loader?name=app%2Fsectors%2Fpage&page=%2Fsectors%2Fpage&appPaths=%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%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":1776340934254,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":556,"timestamp":6733987811013,"id":1712,"parentId":1693,"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%2Fsectors%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1776340934837,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4699,"timestamp":6733987813925,"id":1715,"parentId":1714,"tags":{},"startTime":1776340934840,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4769,"timestamp":6733987813861,"id":1714,"parentId":1713,"tags":{},"startTime":1776340934840,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":11859,"timestamp":6733987813690,"id":1713,"parentId":1712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"ssr"},"startTime":1776340934840,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2116,"timestamp":6733987838285,"id":1717,"parentId":1716,"tags":{},"startTime":1776340934865,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2882,"timestamp":6733987839727,"id":1719,"parentId":1718,"tags":{},"startTime":1776340934866,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733987842617,"id":1725,"parentId":1718,"tags":{},"startTime":1776340934869,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4119,"timestamp":6733987839661,"id":1718,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/index.js","layer":"ssr"},"startTime":1776340934866,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2692,"timestamp":6733987841876,"id":1724,"parentId":1723,"tags":{},"startTime":1776340934868,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2744,"timestamp":6733987841830,"id":1723,"parentId":1722,"tags":{},"startTime":1776340934868,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":3506,"timestamp":6733987841753,"id":1722,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/error-boundary.tsx","layer":"ssr"},"startTime":1776340934868,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":5277,"timestamp":6733987840477,"id":1721,"parentId":1720,"tags":{},"startTime":1776340934867,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5345,"timestamp":6733987840412,"id":1720,"parentId":1716,"tags":{},"startTime":1776340934867,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10538,"timestamp":6733987838159,"id":1716,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.js","layer":"ssr"},"startTime":1776340934865,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":925,"timestamp":6733987851842,"id":1736,"parentId":1730,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733987852778,"id":1738,"parentId":1730,"tags":{},"startTime":1776340934879,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1377,"timestamp":6733987851689,"id":1730,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/features.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1233,"timestamp":6733987851845,"id":1737,"parentId":1731,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733987853081,"id":1739,"parentId":1731,"tags":{},"startTime":1776340934879,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1663,"timestamp":6733987851762,"id":1731,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/charts.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2235,"timestamp":6733987851815,"id":1732,"parentId":1726,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733987854056,"id":1740,"parentId":1726,"tags":{},"startTime":1776340934880,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3489,"timestamp":6733987851260,"id":1726,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/extension.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":3000,"timestamp":6733987851825,"id":1733,"parentId":1727,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733987854830,"id":1741,"parentId":1727,"tags":{},"startTime":1776340934881,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3603,"timestamp":6733987851390,"id":1727,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/core.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4099,"timestamp":6733987851837,"id":1735,"parentId":1729,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733987855943,"id":1742,"parentId":1729,"tags":{},"startTime":1776340934882,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4677,"timestamp":6733987851588,"id":1729,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/components.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4441,"timestamp":6733987851832,"id":1734,"parentId":1728,"tags":{},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733987856277,"id":1743,"parentId":1728,"tags":{},"startTime":1776340934883,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4884,"timestamp":6733987851504,"id":1728,"parentId":1718,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/renderers.js","layer":"ssr"},"startTime":1776340934878,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15424,"timestamp":6733987860559,"id":1745,"parentId":1744,"tags":{},"startTime":1776340934887,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733987875994,"id":1810,"parentId":1744,"tags":{},"startTime":1776340934902,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16651,"timestamp":6733987860481,"id":1744,"parentId":1727,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api.js","layer":"ssr"},"startTime":1776340934887,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13187,"timestamp":6733987863975,"id":1749,"parentId":1747,"tags":{},"startTime":1776340934890,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733987877169,"id":1811,"parentId":1747,"tags":{},"startTime":1776340934904,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13690,"timestamp":6733987863901,"id":1747,"parentId":1730,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/installLabelLayout.js","layer":"ssr"},"startTime":1776340934890,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13640,"timestamp":6733987863965,"id":1748,"parentId":1746,"tags":{},"startTime":1776340934890,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733987877612,"id":1812,"parentId":1746,"tags":{},"startTime":1776340934904,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17549,"timestamp":6733987863802,"id":1746,"parentId":1730,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/universalTransition.js","layer":"ssr"},"startTime":1776340934890,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16731,"timestamp":6733987868039,"id":1758,"parentId":1752,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987884777,"id":1873,"parentId":1752,"tags":{},"startTime":1776340934911,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17692,"timestamp":6733987867770,"id":1752,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Component.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17622,"timestamp":6733987868043,"id":1759,"parentId":1753,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987885669,"id":1874,"parentId":1753,"tags":{},"startTime":1776340934912,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19343,"timestamp":6733987867836,"id":1753,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Chart.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19167,"timestamp":6733987868032,"id":1757,"parentId":1751,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733987887208,"id":1875,"parentId":1751,"tags":{},"startTime":1776340934914,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19881,"timestamp":6733987867691,"id":1751,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/impl.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19563,"timestamp":6733987868047,"id":1760,"parentId":1754,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733987887615,"id":1876,"parentId":1754,"tags":{},"startTime":1776340934914,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20971,"timestamp":6733987867883,"id":1754,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Component.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20847,"timestamp":6733987868018,"id":1756,"parentId":1750,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":88,"timestamp":6733987888871,"id":1877,"parentId":1750,"tags":{},"startTime":1776340934915,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35536,"timestamp":6733987867579,"id":1750,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/echarts.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36999,"timestamp":6733987868050,"id":1761,"parentId":1755,"tags":{},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":53,"timestamp":6733987905067,"id":1878,"parentId":1755,"tags":{},"startTime":1776340934931,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39085,"timestamp":6733987867943,"id":1755,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Series.js","layer":"ssr"},"startTime":1776340934894,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37405,"timestamp":6733987869783,"id":1784,"parentId":1762,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733987907196,"id":1879,"parentId":1762,"tags":{},"startTime":1776340934934,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38498,"timestamp":6733987868953,"id":1762,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/install.js","layer":"ssr"},"startTime":1776340934895,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37666,"timestamp":6733987869795,"id":1785,"parentId":1763,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733987907465,"id":1880,"parentId":1763,"tags":{},"startTime":1776340934934,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38691,"timestamp":6733987869015,"id":1763,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/install.js","layer":"ssr"},"startTime":1776340934895,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37916,"timestamp":6733987869802,"id":1786,"parentId":1764,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733987907722,"id":1881,"parentId":1764,"tags":{},"startTime":1776340934934,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38821,"timestamp":6733987869056,"id":1764,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/installPictorialBar.js","layer":"ssr"},"startTime":1776340934895,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38072,"timestamp":6733987869809,"id":1787,"parentId":1765,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733987907885,"id":1882,"parentId":1765,"tags":{},"startTime":1776340934934,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38938,"timestamp":6733987869095,"id":1765,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38219,"timestamp":6733987869818,"id":1788,"parentId":1766,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987908040,"id":1883,"parentId":1766,"tags":{},"startTime":1776340934934,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39031,"timestamp":6733987869131,"id":1766,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38355,"timestamp":6733987869851,"id":1793,"parentId":1771,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733987908210,"id":1884,"parentId":1771,"tags":{},"startTime":1776340934935,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39027,"timestamp":6733987869309,"id":1771,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38505,"timestamp":6733987869836,"id":1790,"parentId":1768,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987908344,"id":1885,"parentId":1768,"tags":{},"startTime":1776340934935,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":39399,"timestamp":6733987869206,"id":1768,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38769,"timestamp":6733987869843,"id":1791,"parentId":1769,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733987908618,"id":1886,"parentId":1769,"tags":{},"startTime":1776340934935,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39502,"timestamp":6733987869241,"id":1769,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40552,"timestamp":6733987869859,"id":1795,"parentId":1773,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733987910421,"id":1887,"parentId":1773,"tags":{},"startTime":1776340934937,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41283,"timestamp":6733987869376,"id":1773,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40819,"timestamp":6733987869846,"id":1792,"parentId":1770,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987910671,"id":1888,"parentId":1770,"tags":{},"startTime":1776340934937,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41707,"timestamp":6733987869275,"id":1770,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41133,"timestamp":6733987869855,"id":1794,"parentId":1772,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987910991,"id":1889,"parentId":1772,"tags":{},"startTime":1776340934937,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41755,"timestamp":6733987869343,"id":1772,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41238,"timestamp":6733987869863,"id":1796,"parentId":1774,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733987911105,"id":1890,"parentId":1774,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41907,"timestamp":6733987869411,"id":1774,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41456,"timestamp":6733987869867,"id":1797,"parentId":1775,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733987911326,"id":1891,"parentId":1775,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41989,"timestamp":6733987869445,"id":1775,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41567,"timestamp":6733987869871,"id":1798,"parentId":1776,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733987911442,"id":1892,"parentId":1776,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42067,"timestamp":6733987869479,"id":1776,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41718,"timestamp":6733987869831,"id":1789,"parentId":1767,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733987911552,"id":1893,"parentId":1767,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42506,"timestamp":6733987869171,"id":1767,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41762,"timestamp":6733987869918,"id":1799,"parentId":1777,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733987911682,"id":1894,"parentId":1777,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42296,"timestamp":6733987869512,"id":1777,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41952,"timestamp":6733987869923,"id":1800,"parentId":1778,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733987911885,"id":1895,"parentId":1778,"tags":{},"startTime":1776340934938,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42551,"timestamp":6733987869548,"id":1778,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42192,"timestamp":6733987869926,"id":1801,"parentId":1779,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733987912122,"id":1896,"parentId":1779,"tags":{},"startTime":1776340934939,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42678,"timestamp":6733987869582,"id":1779,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42375,"timestamp":6733987869931,"id":1803,"parentId":1781,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987912310,"id":1897,"parentId":1781,"tags":{},"startTime":1776340934939,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42796,"timestamp":6733987869652,"id":1781,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42524,"timestamp":6733987869928,"id":1802,"parentId":1780,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733987912456,"id":1898,"parentId":1780,"tags":{},"startTime":1776340934939,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42960,"timestamp":6733987869618,"id":1780,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42734,"timestamp":6733987869933,"id":1804,"parentId":1782,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987912672,"id":1899,"parentId":1782,"tags":{},"startTime":1776340934939,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43140,"timestamp":6733987869686,"id":1782,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42896,"timestamp":6733987869935,"id":1805,"parentId":1783,"tags":{},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733987912834,"id":1900,"parentId":1783,"tags":{},"startTime":1776340934939,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43209,"timestamp":6733987869721,"id":1783,"parentId":1731,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/install.js","layer":"ssr"},"startTime":1776340934896,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37592,"timestamp":6733987875500,"id":1808,"parentId":1806,"tags":{},"startTime":1776340934902,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987913096,"id":1901,"parentId":1806,"tags":{},"startTime":1776340934940,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37849,"timestamp":6733987875348,"id":1806,"parentId":1728,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installSVGRenderer.js","layer":"ssr"},"startTime":1776340934902,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37767,"timestamp":6733987875512,"id":1809,"parentId":1807,"tags":{},"startTime":1776340934902,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733987913287,"id":1902,"parentId":1807,"tags":{},"startTime":1776340934940,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37978,"timestamp":6733987875443,"id":1807,"parentId":1728,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installCanvasRenderer.js","layer":"ssr"},"startTime":1776340934902,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32493,"timestamp":6733987883140,"id":1844,"parentId":1814,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733987915638,"id":1903,"parentId":1814,"tags":{},"startTime":1776340934942,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33940,"timestamp":6733987881891,"id":1814,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/install.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32693,"timestamp":6733987883144,"id":1845,"parentId":1815,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733987915841,"id":1904,"parentId":1815,"tags":{},"startTime":1776340934942,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34072,"timestamp":6733987881936,"id":1815,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/install.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32866,"timestamp":6733987883146,"id":1846,"parentId":1816,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733987916016,"id":1905,"parentId":1816,"tags":{},"startTime":1776340934942,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34403,"timestamp":6733987881985,"id":1816,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/polar/install.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33241,"timestamp":6733987883151,"id":1848,"parentId":1818,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733987916395,"id":1906,"parentId":1818,"tags":{},"startTime":1776340934943,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34528,"timestamp":6733987882070,"id":1818,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/install.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33474,"timestamp":6733987883130,"id":1843,"parentId":1813,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987916607,"id":1907,"parentId":1813,"tags":{},"startTime":1776340934943,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35074,"timestamp":6733987881820,"id":1813,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/installSimple.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33745,"timestamp":6733987883155,"id":1850,"parentId":1820,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987916903,"id":1908,"parentId":1820,"tags":{},"startTime":1776340934943,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34945,"timestamp":6733987882149,"id":1820,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33939,"timestamp":6733987883160,"id":1852,"parentId":1822,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733987917106,"id":1909,"parentId":1822,"tags":{},"startTime":1776340934944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35025,"timestamp":6733987882222,"id":1822,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34093,"timestamp":6733987883158,"id":1851,"parentId":1821,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987917254,"id":1910,"parentId":1821,"tags":{},"startTime":1776340934944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35303,"timestamp":6733987882186,"id":1821,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34347,"timestamp":6733987883153,"id":1849,"parentId":1819,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733987917506,"id":1911,"parentId":1819,"tags":{},"startTime":1776340934944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35771,"timestamp":6733987882112,"id":1819,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/singleAxis/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34727,"timestamp":6733987883162,"id":1853,"parentId":1823,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733987917893,"id":1912,"parentId":1823,"tags":{},"startTime":1776340934944,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36282,"timestamp":6733987882259,"id":1823,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35392,"timestamp":6733987883164,"id":1854,"parentId":1824,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733987918565,"id":1913,"parentId":1824,"tags":{},"startTime":1776340934945,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36651,"timestamp":6733987882295,"id":1824,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35783,"timestamp":6733987883174,"id":1858,"parentId":1828,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733987918963,"id":1914,"parentId":1828,"tags":{},"startTime":1776340934945,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38635,"timestamp":6733987882463,"id":1828,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkLine.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37962,"timestamp":6733987883149,"id":1847,"parentId":1817,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733987921117,"id":1915,"parentId":1817,"tags":{},"startTime":1776340934948,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39525,"timestamp":6733987882031,"id":1817,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/install.js","layer":"ssr"},"startTime":1776340934908,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38388,"timestamp":6733987883176,"id":1859,"parentId":1829,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733987921569,"id":1916,"parentId":1829,"tags":{},"startTime":1776340934948,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39223,"timestamp":6733987882500,"id":1829,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkArea.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38560,"timestamp":6733987883169,"id":1856,"parentId":1826,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987921732,"id":1917,"parentId":1826,"tags":{},"startTime":1776340934948,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39495,"timestamp":6733987882383,"id":1826,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38706,"timestamp":6733987883190,"id":1863,"parentId":1833,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733987921903,"id":1918,"parentId":1833,"tags":{},"startTime":1776340934948,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39424,"timestamp":6733987882715,"id":1833,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendPlain.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38982,"timestamp":6733987883166,"id":1855,"parentId":1825,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":32,"timestamp":6733987922230,"id":1919,"parentId":1825,"tags":{},"startTime":1776340934949,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40709,"timestamp":6733987882346,"id":1825,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/title/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39881,"timestamp":6733987883186,"id":1861,"parentId":1831,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733987923072,"id":1920,"parentId":1831,"tags":{},"startTime":1776340934949,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40605,"timestamp":6733987882637,"id":1831,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40075,"timestamp":6733987883178,"id":1860,"parentId":1830,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987923257,"id":1921,"parentId":1830,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40849,"timestamp":6733987882543,"id":1830,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40206,"timestamp":6733987883192,"id":1864,"parentId":1834,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987923402,"id":1922,"parentId":1834,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40734,"timestamp":6733987882781,"id":1834,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40331,"timestamp":6733987883188,"id":1862,"parentId":1832,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987923522,"id":1923,"parentId":1832,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41005,"timestamp":6733987882678,"id":1832,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendScroll.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40516,"timestamp":6733987883171,"id":1857,"parentId":1827,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987923691,"id":1924,"parentId":1827,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41395,"timestamp":6733987882421,"id":1827,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkPoint.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40626,"timestamp":6733987883194,"id":1865,"parentId":1835,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733987923824,"id":1925,"parentId":1835,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41132,"timestamp":6733987882818,"id":1835,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40755,"timestamp":6733987883198,"id":1867,"parentId":1837,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733987923957,"id":1926,"parentId":1837,"tags":{},"startTime":1776340934950,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41198,"timestamp":6733987882896,"id":1837,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40897,"timestamp":6733987883201,"id":1868,"parentId":1838,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733987924101,"id":1927,"parentId":1838,"tags":{},"startTime":1776340934951,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41304,"timestamp":6733987882932,"id":1838,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41043,"timestamp":6733987883197,"id":1866,"parentId":1836,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733987924243,"id":1928,"parentId":1836,"tags":{},"startTime":1776340934951,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41475,"timestamp":6733987882860,"id":1836,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":44732,"timestamp":6733987883202,"id":1869,"parentId":1839,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733987927942,"id":1929,"parentId":1839,"tags":{},"startTime":1776340934954,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45306,"timestamp":6733987882969,"id":1839,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45076,"timestamp":6733987883206,"id":1871,"parentId":1841,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733987928286,"id":1930,"parentId":1841,"tags":{},"startTime":1776340934955,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45610,"timestamp":6733987883040,"id":1841,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataset/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45450,"timestamp":6733987883205,"id":1870,"parentId":1840,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733987928658,"id":1931,"parentId":1840,"tags":{},"startTime":1776340934955,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45771,"timestamp":6733987883005,"id":1840,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45573,"timestamp":6733987883208,"id":1872,"parentId":1842,"tags":{},"startTime":1776340934910,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733987928785,"id":1932,"parentId":1842,"tags":{},"startTime":1776340934955,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45812,"timestamp":6733987883076,"id":1842,"parentId":1729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/install.js","layer":"ssr"},"startTime":1776340934909,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10659,"timestamp":6733987989572,"id":1951,"parentId":1935,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988000248,"id":2117,"parentId":1935,"tags":{},"startTime":1776340935027,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12558,"timestamp":6733987988781,"id":1935,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/morphTransitionHelper.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11831,"timestamp":6733987989528,"id":1949,"parentId":1933,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988001366,"id":2118,"parentId":1933,"tags":{},"startTime":1776340935028,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13423,"timestamp":6733987988635,"id":1933,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Model.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12524,"timestamp":6733987989542,"id":1950,"parentId":1934,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988002071,"id":2119,"parentId":1934,"tags":{},"startTime":1776340935028,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15024,"timestamp":6733987988737,"id":1934,"parentId":1747,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/LabelManager.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14205,"timestamp":6733987989589,"id":1954,"parentId":1938,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":51,"timestamp":6733988003799,"id":2120,"parentId":1938,"tags":{},"startTime":1776340935030,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20917,"timestamp":6733987988894,"id":1938,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesData.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20245,"timestamp":6733987989592,"id":1955,"parentId":1939,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733988009848,"id":2121,"parentId":1939,"tags":{},"startTime":1776340935036,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21637,"timestamp":6733987988932,"id":1939,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataDiffer.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20987,"timestamp":6733987989594,"id":1956,"parentId":1940,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":54,"timestamp":6733988010588,"id":2122,"parentId":1940,"tags":{},"startTime":1776340935037,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22016,"timestamp":6733987988968,"id":1940,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/throttle.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21403,"timestamp":6733987989587,"id":1953,"parentId":1937,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988010995,"id":2123,"parentId":1937,"tags":{},"startTime":1776340935037,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23034,"timestamp":6733987988859,"id":1937,"parentId":1753,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/task.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22298,"timestamp":6733987989603,"id":1959,"parentId":1943,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988011905,"id":2124,"parentId":1943,"tags":{},"startTime":1776340935038,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23290,"timestamp":6733987989111,"id":1943,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/log.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22813,"timestamp":6733987989600,"id":1958,"parentId":1942,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988012419,"id":2125,"parentId":1942,"tags":{},"startTime":1776340935039,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25105,"timestamp":6733987989036,"id":1942,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/graphic.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24537,"timestamp":6733987989624,"id":1964,"parentId":1948,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988014169,"id":2126,"parentId":1948,"tags":{},"startTime":1776340935041,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24901,"timestamp":6733987989464,"id":1948,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/number.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24765,"timestamp":6733987989606,"id":1960,"parentId":1944,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988014375,"id":2127,"parentId":1944,"tags":{},"startTime":1776340935041,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27228,"timestamp":6733987989214,"id":1944,"parentId":1753,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/states.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26844,"timestamp":6733987989609,"id":1961,"parentId":1945,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988016459,"id":2128,"parentId":1945,"tags":{},"startTime":1776340935043,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28012,"timestamp":6733987989286,"id":1945,"parentId":1752,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/clazz.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27709,"timestamp":6733987989597,"id":1957,"parentId":1941,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988017311,"id":2129,"parentId":1941,"tags":{},"startTime":1776340935044,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32064,"timestamp":6733987989002,"id":1941,"parentId":1747,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/model.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":31465,"timestamp":6733987989617,"id":1962,"parentId":1946,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988021090,"id":2130,"parentId":1946,"tags":{},"startTime":1776340935047,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32899,"timestamp":6733987989366,"id":1946,"parentId":1752,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/component.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32658,"timestamp":6733987989621,"id":1963,"parentId":1947,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":241,"timestamp":6733988022285,"id":2131,"parentId":1947,"tags":{},"startTime":1776340935049,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33598,"timestamp":6733987989424,"id":1947,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/helper.js","layer":"ssr"},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33451,"timestamp":6733987989581,"id":1952,"parentId":1936,"tags":{},"startTime":1776340935016,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988023038,"id":2132,"parentId":1936,"tags":{},"startTime":1776340935049,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35046,"timestamp":6733987988820,"id":1936,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/basicTransition.js","layer":"ssr"},"startTime":1776340935015,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30140,"timestamp":6733987996629,"id":2011,"parentId":1966,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988026784,"id":2133,"parentId":1966,"tags":{},"startTime":1776340935053,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31964,"timestamp":6733987995064,"id":1966,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/time.js","layer":"ssr"},"startTime":1776340935021,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30418,"timestamp":6733987996621,"id":2010,"parentId":1965,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":44,"timestamp":6733988027043,"id":2134,"parentId":1965,"tags":{},"startTime":1776340935053,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32261,"timestamp":6733987994992,"id":1965,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/graphic.js","layer":"ssr"},"startTime":1776340935021,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30622,"timestamp":6733987996642,"id":2013,"parentId":1968,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988027270,"id":2135,"parentId":1968,"tags":{},"startTime":1776340935054,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32235,"timestamp":6733987995146,"id":1968,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/util.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30762,"timestamp":6733987996632,"id":2012,"parentId":1967,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988027399,"id":2136,"parentId":1967,"tags":{},"startTime":1776340935054,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32387,"timestamp":6733987995107,"id":1967,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/format.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":33495,"timestamp":6733987996650,"id":2014,"parentId":1969,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988030153,"id":2137,"parentId":1969,"tags":{},"startTime":1776340935057,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35977,"timestamp":6733987995182,"id":1969,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/Axis.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34525,"timestamp":6733987996656,"id":2016,"parentId":1971,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":61,"timestamp":6733988031190,"id":2138,"parentId":1971,"tags":{},"startTime":1776340935058,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37521,"timestamp":6733987995256,"id":1971,"parentId":1754,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/layout.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36167,"timestamp":6733987996660,"id":2018,"parentId":1973,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":47,"timestamp":6733988032834,"id":2139,"parentId":1973,"tags":{},"startTime":1776340935059,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39986,"timestamp":6733987995328,"id":1973,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Global.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38659,"timestamp":6733987996663,"id":2019,"parentId":1974,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988035327,"id":2140,"parentId":1974,"tags":{},"startTime":1776340935062,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40362,"timestamp":6733987995362,"id":1974,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/CoordinateSystem.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39077,"timestamp":6733987996665,"id":2020,"parentId":1975,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988035750,"id":2141,"parentId":1975,"tags":{},"startTime":1776340935062,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40561,"timestamp":6733987995400,"id":1975,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/ExtensionAPI.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39316,"timestamp":6733987996653,"id":2015,"parentId":1970,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988035973,"id":2142,"parentId":1970,"tags":{},"startTime":1776340935062,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41542,"timestamp":6733987995218,"id":1970,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/parseGeoJson.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40128,"timestamp":6733987996668,"id":2021,"parentId":1976,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":51,"timestamp":6733988036801,"id":2143,"parentId":1976,"tags":{},"startTime":1776340935063,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42649,"timestamp":6733987995433,"id":1976,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/OptionManager.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41438,"timestamp":6733987996658,"id":2017,"parentId":1972,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":76,"timestamp":6733988038104,"id":2144,"parentId":1972,"tags":{},"startTime":1776340935065,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43133,"timestamp":6733987995290,"id":1972,"parentId":1753,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createRenderPlanner.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41765,"timestamp":6733987996670,"id":2022,"parentId":1977,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988038446,"id":2145,"parentId":1977,"tags":{},"startTime":1776340935065,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43150,"timestamp":6733987995467,"id":1977,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/innerStore.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41955,"timestamp":6733987996672,"id":2023,"parentId":1978,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988038631,"id":2146,"parentId":1978,"tags":{},"startTime":1776340935065,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":44573,"timestamp":6733987995508,"id":1978,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/Scheduler.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":43419,"timestamp":6733987996680,"id":2027,"parentId":1982,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":83,"timestamp":6733988040107,"id":2147,"parentId":1982,"tags":{},"startTime":1776340935067,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":44928,"timestamp":6733987995646,"id":1982,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/lifecycle.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":43924,"timestamp":6733987996674,"id":2024,"parentId":1979,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988040604,"id":2148,"parentId":1979,"tags":{},"startTime":1776340935067,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45691,"timestamp":6733987995546,"id":1979,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/ECEventProcessor.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":44569,"timestamp":6733987996676,"id":2025,"parentId":1980,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988041251,"id":2149,"parentId":1980,"tags":{},"startTime":1776340935068,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45823,"timestamp":6733987995579,"id":1980,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/event.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":44724,"timestamp":6733987996684,"id":2029,"parentId":1984,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":53,"timestamp":6733988041413,"id":2150,"parentId":1984,"tags":{},"startTime":1776340935068,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":46180,"timestamp":6733987995719,"id":1984,"parentId":1762,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineSeries.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45226,"timestamp":6733987996682,"id":2028,"parentId":1983,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988041914,"id":2151,"parentId":1983,"tags":{},"startTime":1776340935068,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":46583,"timestamp":6733987995680,"id":1983,"parentId":1755,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45591,"timestamp":6733987996678,"id":2026,"parentId":1981,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988042273,"id":2152,"parentId":1981,"tags":{},"startTime":1776340935069,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":46968,"timestamp":6733987995613,"id":1981,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/locale.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45913,"timestamp":6733987996688,"id":2031,"parentId":1986,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988042606,"id":2153,"parentId":1986,"tags":{},"startTime":1776340935069,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":47109,"timestamp":6733987995786,"id":1986,"parentId":1763,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarSeries.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":46217,"timestamp":6733987996686,"id":2030,"parentId":1985,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":52,"timestamp":6733988042907,"id":2154,"parentId":1985,"tags":{},"startTime":1776340935069,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49783,"timestamp":6733987995753,"id":1985,"parentId":1762,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineView.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":48853,"timestamp":6733987996690,"id":2032,"parentId":1987,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988045548,"id":2155,"parentId":1987,"tags":{},"startTime":1776340935072,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54163,"timestamp":6733987995819,"id":1987,"parentId":1763,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarView.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53298,"timestamp":6733987996698,"id":2036,"parentId":1991,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988050003,"id":2156,"parentId":1991,"tags":{},"startTime":1776340935076,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54781,"timestamp":6733987995955,"id":1991,"parentId":1765,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieView.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":54051,"timestamp":6733987996692,"id":2033,"parentId":1988,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":96,"timestamp":6733988050748,"id":2157,"parentId":1988,"tags":{},"startTime":1776340935077,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":58348,"timestamp":6733987995853,"id":1988,"parentId":1764,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarView.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":57522,"timestamp":6733987996694,"id":2034,"parentId":1989,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":116,"timestamp":6733988054223,"id":2158,"parentId":1989,"tags":{},"startTime":1776340935081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":58960,"timestamp":6733987995888,"id":1989,"parentId":1764,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":58185,"timestamp":6733987996700,"id":2037,"parentId":1992,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":78,"timestamp":6733988054899,"id":2159,"parentId":1992,"tags":{},"startTime":1776340935081,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":59464,"timestamp":6733987995988,"id":1992,"parentId":1765,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieSeries.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":58766,"timestamp":6733987996696,"id":2035,"parentId":1990,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":80,"timestamp":6733988055468,"id":2160,"parentId":1990,"tags":{},"startTime":1776340935082,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":60402,"timestamp":6733987995921,"id":1990,"parentId":1765,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/pieLayout.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":59630,"timestamp":6733987996703,"id":2039,"parentId":1994,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988056340,"id":2161,"parentId":1994,"tags":{},"startTime":1776340935083,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":60697,"timestamp":6733987996064,"id":1994,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/loading/default.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":60072,"timestamp":6733987996707,"id":2041,"parentId":1996,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988056788,"id":2162,"parentId":1996,"tags":{},"startTime":1776340935083,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":61035,"timestamp":6733987996136,"id":1996,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/symbol.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":60477,"timestamp":6733987996702,"id":2038,"parentId":1993,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988057185,"id":2163,"parentId":1993,"tags":{},"startTime":1776340935084,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":61890,"timestamp":6733987996030,"id":1993,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/backwardCompat.js","layer":"ssr"},"startTime":1776340935022,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":61220,"timestamp":6733987996709,"id":2042,"parentId":1997,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988057936,"id":2164,"parentId":1997,"tags":{},"startTime":1776340935084,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":62165,"timestamp":6733987996169,"id":1997,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/helper.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":61635,"timestamp":6733987996711,"id":2043,"parentId":1998,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988058351,"id":2165,"parentId":1998,"tags":{},"startTime":1776340935085,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":62359,"timestamp":6733987996202,"id":1998,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/decal.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":61863,"timestamp":6733987996705,"id":2040,"parentId":1995,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988058575,"id":2166,"parentId":1995,"tags":{},"startTime":1776340935085,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":63220,"timestamp":6733987996103,"id":1995,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/style.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":62631,"timestamp":6733987996715,"id":2045,"parentId":2000,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988059352,"id":2167,"parentId":2000,"tags":{},"startTime":1776340935086,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":63474,"timestamp":6733987996276,"id":2000,"parentId":1762,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataSample.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63039,"timestamp":6733987996719,"id":2047,"parentId":2002,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988059763,"id":2168,"parentId":2002,"tags":{},"startTime":1776340935086,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":63557,"timestamp":6733987996342,"id":2002,"parentId":1765,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/negativeDataFilter.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63188,"timestamp":6733987996717,"id":2046,"parentId":2001,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988059909,"id":2169,"parentId":2001,"tags":{},"startTime":1776340935086,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":63723,"timestamp":6733987996310,"id":2001,"parentId":1765,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataFilter.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63317,"timestamp":6733987996721,"id":2048,"parentId":2003,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988060042,"id":2170,"parentId":2003,"tags":{},"startTime":1776340935086,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":64094,"timestamp":6733987996379,"id":2003,"parentId":1766,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterSeries.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63758,"timestamp":6733987996722,"id":2049,"parentId":2004,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988060485,"id":2171,"parentId":2004,"tags":{},"startTime":1776340935087,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":64411,"timestamp":6733987996412,"id":2004,"parentId":1766,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterView.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64128,"timestamp":6733987996724,"id":2050,"parentId":2005,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733988060856,"id":2172,"parentId":2005,"tags":{},"startTime":1776340935087,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65050,"timestamp":6733987996446,"id":2005,"parentId":1771,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapSeries.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64774,"timestamp":6733987996726,"id":2051,"parentId":2006,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":87,"timestamp":6733988061504,"id":2173,"parentId":2006,"tags":{},"startTime":1776340935088,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":69087,"timestamp":6733987996480,"id":2006,"parentId":1771,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapView.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":68879,"timestamp":6733987996728,"id":2052,"parentId":2007,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988065615,"id":2174,"parentId":2007,"tags":{},"startTime":1776340935092,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":69726,"timestamp":6733987996513,"id":2007,"parentId":1771,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapVisual.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":69802,"timestamp":6733987996713,"id":2044,"parentId":1999,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988066522,"id":2175,"parentId":1999,"tags":{},"startTime":1776340935093,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70639,"timestamp":6733987996236,"id":1999,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataStack.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70152,"timestamp":6733987996730,"id":2053,"parentId":2008,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988066886,"id":2176,"parentId":2008,"tags":{},"startTime":1776340935093,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70510,"timestamp":6733987996547,"id":2008,"parentId":1771,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapAction.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70353,"timestamp":6733987996731,"id":2054,"parentId":2009,"tags":{},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":59,"timestamp":6733988067088,"id":2177,"parentId":2009,"tags":{},"startTime":1776340935093,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":72396,"timestamp":6733987996580,"id":2009,"parentId":1771,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapLayout.js","layer":"ssr"},"startTime":1776340935023,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":69679,"timestamp":6733987999308,"id":2081,"parentId":2057,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988068993,"id":2178,"parentId":2057,"tags":{},"startTime":1776340935095,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70974,"timestamp":6733987998542,"id":2057,"parentId":1768,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapDataStatistic.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70213,"timestamp":6733987999313,"id":2082,"parentId":2058,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988069533,"id":2179,"parentId":2058,"tags":{},"startTime":1776340935096,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":71255,"timestamp":6733987998578,"id":2058,"parentId":1768,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapSymbolLayout.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70535,"timestamp":6733987999304,"id":2080,"parentId":2056,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988069842,"id":2180,"parentId":2056,"tags":{},"startTime":1776340935096,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":72041,"timestamp":6733987998506,"id":2056,"parentId":1768,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapSeries.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":71258,"timestamp":6733987999297,"id":2079,"parentId":2055,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988070559,"id":2181,"parentId":2055,"tags":{},"startTime":1776340935097,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":72923,"timestamp":6733987998462,"id":2055,"parentId":1768,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapView.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":80040,"timestamp":6733987999328,"id":2086,"parentId":2062,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733988079384,"id":2182,"parentId":2062,"tags":{},"startTime":1776340935106,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":81007,"timestamp":6733987998718,"id":2062,"parentId":1769,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeVisual.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":80416,"timestamp":6733987999322,"id":2084,"parentId":2060,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988079745,"id":2183,"parentId":2060,"tags":{},"startTime":1776340935106,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":81808,"timestamp":6733987998646,"id":2060,"parentId":1769,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeSeries.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":81132,"timestamp":6733987999330,"id":2087,"parentId":2063,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988080469,"id":2184,"parentId":2063,"tags":{},"startTime":1776340935107,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":81963,"timestamp":6733987998751,"id":2063,"parentId":1769,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeAction.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":81402,"timestamp":6733987999317,"id":2083,"parentId":2059,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988080725,"id":2185,"parentId":2059,"tags":{},"startTime":1776340935107,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":86723,"timestamp":6733987998613,"id":2059,"parentId":1769,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeView.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":86128,"timestamp":6733987999339,"id":2091,"parentId":2067,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":86,"timestamp":6733988085522,"id":2186,"parentId":2067,"tags":{},"startTime":1776340935112,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":87067,"timestamp":6733987998889,"id":2067,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/light.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":86640,"timestamp":6733987999333,"id":2088,"parentId":2064,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988085983,"id":2187,"parentId":2064,"tags":{},"startTime":1776340935112,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":90586,"timestamp":6733987998784,"id":2064,"parentId":1773,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelView.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":90057,"timestamp":6733987999335,"id":2089,"parentId":2065,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":57,"timestamp":6733988089403,"id":2188,"parentId":2065,"tags":{},"startTime":1776340935116,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":91069,"timestamp":6733987998821,"id":2065,"parentId":1773,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelSeries.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":90578,"timestamp":6733987999325,"id":2085,"parentId":2061,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":51,"timestamp":6733988089910,"id":2189,"parentId":2061,"tags":{},"startTime":1776340935116,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":94350,"timestamp":6733987998684,"id":2061,"parentId":1769,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeLayout.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":93730,"timestamp":6733987999338,"id":2090,"parentId":2066,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":65,"timestamp":6733988093088,"id":2190,"parentId":2066,"tags":{},"startTime":1776340935119,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":94747,"timestamp":6733987998855,"id":2066,"parentId":1773,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/parallelVisual.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":94274,"timestamp":6733987999341,"id":2092,"parentId":2068,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988093623,"id":2191,"parentId":2068,"tags":{},"startTime":1776340935120,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":95089,"timestamp":6733987998923,"id":2068,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/dark.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":94676,"timestamp":6733987999344,"id":2093,"parentId":2069,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988094025,"id":2192,"parentId":2069,"tags":{},"startTime":1776340935120,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":95773,"timestamp":6733987998956,"id":2069,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/dataSelectAction.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":95393,"timestamp":6733987999351,"id":2097,"parentId":2073,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733988094760,"id":2193,"parentId":2073,"tags":{},"startTime":1776340935121,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":96240,"timestamp":6733987999093,"id":2073,"parentId":1755,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/palette.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":96002,"timestamp":6733987999347,"id":2095,"parentId":2071,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":66,"timestamp":6733988095356,"id":2194,"parentId":2071,"tags":{},"startTime":1776340935122,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":97744,"timestamp":6733987999023,"id":2071,"parentId":1755,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceManager.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":97450,"timestamp":6733987999346,"id":2094,"parentId":2070,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":53,"timestamp":6733988096803,"id":2195,"parentId":2070,"tags":{},"startTime":1776340935123,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":99483,"timestamp":6733987998989,"id":2070,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/transform.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":99149,"timestamp":6733987999353,"id":2098,"parentId":2074,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":208,"timestamp":6733988098508,"id":2196,"parentId":2074,"tags":{},"startTime":1776340935125,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":100042,"timestamp":6733987999126,"id":2074,"parentId":1762,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/points.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":99824,"timestamp":6733987999355,"id":2099,"parentId":2075,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":105,"timestamp":6733988099187,"id":2197,"parentId":2075,"tags":{},"startTime":1776340935126,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":102442,"timestamp":6733987999159,"id":2075,"parentId":1763,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barGrid.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":102262,"timestamp":6733987999349,"id":2096,"parentId":2072,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988101622,"id":2198,"parentId":2072,"tags":{},"startTime":1776340935128,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":103788,"timestamp":6733987999059,"id":2072,"parentId":1755,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/dataFormat.js","layer":"ssr"},"startTime":1776340935025,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":103502,"timestamp":6733987999357,"id":2100,"parentId":2076,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988102865,"id":2199,"parentId":2076,"tags":{},"startTime":1776340935129,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":104592,"timestamp":6733987999192,"id":2076,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/View.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":104434,"timestamp":6733987999358,"id":2101,"parentId":2077,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":74,"timestamp":6733988103798,"id":2200,"parentId":2077,"tags":{},"startTime":1776340935130,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":105085,"timestamp":6733987999224,"id":2077,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryFilter.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":104959,"timestamp":6733987999360,"id":2102,"parentId":2078,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988104325,"id":2201,"parentId":2078,"tags":{},"startTime":1776340935131,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":105646,"timestamp":6733987999260,"id":2078,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryVisual.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":122513,"timestamp":6733987999849,"id":2110,"parentId":2103,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":51,"timestamp":6733988122381,"id":2202,"parentId":2103,"tags":{},"startTime":1776340935149,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":123467,"timestamp":6733987999598,"id":2103,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/edgeVisual.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":123236,"timestamp":6733987999858,"id":2112,"parentId":2105,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":62,"timestamp":6733988123106,"id":2203,"parentId":2105,"tags":{},"startTime":1776340935150,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":123753,"timestamp":6733987999672,"id":2105,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayout.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":123580,"timestamp":6733987999854,"id":2111,"parentId":2104,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":38,"timestamp":6733988123538,"id":2204,"parentId":2104,"tags":{},"startTime":1776340935150,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":124345,"timestamp":6733987999636,"id":2104,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayout.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":124133,"timestamp":6733987999862,"id":2114,"parentId":2107,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988124003,"id":2205,"parentId":2107,"tags":{},"startTime":1776340935150,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":124801,"timestamp":6733987999743,"id":2107,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/createView.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":124696,"timestamp":6733987999860,"id":2113,"parentId":2106,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988124563,"id":2206,"parentId":2106,"tags":{},"startTime":1776340935151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":125662,"timestamp":6733987999708,"id":2106,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceLayout.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":125518,"timestamp":6733987999864,"id":2115,"parentId":2108,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":53,"timestamp":6733988125391,"id":2207,"parentId":2108,"tags":{},"startTime":1776340935152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":126795,"timestamp":6733987999779,"id":2108,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphView.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":126717,"timestamp":6733987999866,"id":2116,"parentId":2109,"tags":{},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733988126589,"id":2208,"parentId":2109,"tags":{},"startTime":1776340935153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":127825,"timestamp":6733987999813,"id":2109,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphSeries.js","layer":"ssr"},"startTime":1776340935026,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13369,"timestamp":6733988194930,"id":2223,"parentId":2209,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988208311,"id":2347,"parentId":2209,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15247,"timestamp":6733988194226,"id":2209,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/zrender.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14542,"timestamp":6733988194944,"id":2224,"parentId":2210,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988209492,"id":2348,"parentId":2210,"tags":{},"startTime":1776340935236,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16950,"timestamp":6733988194388,"id":2210,"parentId":1726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/util.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16411,"timestamp":6733988194948,"id":2225,"parentId":2211,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988211363,"id":2349,"parentId":2211,"tags":{},"startTime":1776340935238,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17276,"timestamp":6733988194438,"id":2211,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/matrix.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16753,"timestamp":6733988194967,"id":2228,"parentId":2214,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988211724,"id":2350,"parentId":2214,"tags":{},"startTime":1776340935238,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17537,"timestamp":6733988194571,"id":2214,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/env.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17151,"timestamp":6733988194964,"id":2227,"parentId":2213,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988212119,"id":2351,"parentId":2213,"tags":{},"startTime":1776340935239,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17906,"timestamp":6733988194522,"id":2213,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/platform.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17465,"timestamp":6733988194969,"id":2229,"parentId":2215,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988212437,"id":2352,"parentId":2215,"tags":{},"startTime":1776340935239,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19597,"timestamp":6733988194606,"id":2215,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/color.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19257,"timestamp":6733988194957,"id":2226,"parentId":2212,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988214219,"id":2353,"parentId":2212,"tags":{},"startTime":1776340935241,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22161,"timestamp":6733988194476,"id":2212,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/vector.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21675,"timestamp":6733988194971,"id":2230,"parentId":2216,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988216651,"id":2354,"parentId":2216,"tags":{},"startTime":1776340935243,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23378,"timestamp":6733988194640,"id":2216,"parentId":1744,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/graphic.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23052,"timestamp":6733988194975,"id":2232,"parentId":2218,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988218032,"id":2355,"parentId":2218,"tags":{},"startTime":1776340935244,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24035,"timestamp":6733988194716,"id":2218,"parentId":1752,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Group.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23786,"timestamp":6733988194973,"id":2231,"parentId":2217,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988218768,"id":2356,"parentId":2217,"tags":{},"startTime":1776340935245,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25331,"timestamp":6733988194674,"id":2217,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Displayable.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25007,"timestamp":6733988195007,"id":2234,"parentId":2220,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988220019,"id":2357,"parentId":2220,"tags":{},"startTime":1776340935246,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26790,"timestamp":6733988194784,"id":2220,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/timsort.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26596,"timestamp":6733988195012,"id":2236,"parentId":2222,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988221616,"id":2358,"parentId":2222,"tags":{},"startTime":1776340935248,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28491,"timestamp":6733988194849,"id":2222,"parentId":1772,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeView.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28340,"timestamp":6733988195009,"id":2235,"parentId":2221,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988223354,"id":2359,"parentId":2221,"tags":{},"startTime":1776340935250,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28961,"timestamp":6733988194817,"id":2221,"parentId":1750,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Eventful.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28784,"timestamp":6733988195001,"id":2233,"parentId":2219,"tags":{},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988223791,"id":2360,"parentId":2219,"tags":{},"startTime":1776340935250,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30075,"timestamp":6733988194750,"id":2219,"parentId":1746,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Path.js","layer":"ssr"},"startTime":1776340935221,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21766,"timestamp":6733988204925,"id":2274,"parentId":2241,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988226696,"id":2361,"parentId":2241,"tags":{},"startTime":1776340935253,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23293,"timestamp":6733988203651,"id":2241,"parentId":1774,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyVisual.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22035,"timestamp":6733988204914,"id":2272,"parentId":2239,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988226953,"id":2362,"parentId":2239,"tags":{},"startTime":1776340935253,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24075,"timestamp":6733988203542,"id":2239,"parentId":1774,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeySeries.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22714,"timestamp":6733988204931,"id":2276,"parentId":2243,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":53,"timestamp":6733988227655,"id":2363,"parentId":2243,"tags":{},"startTime":1776340935254,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24325,"timestamp":6733988203727,"id":2243,"parentId":1775,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelSeries.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23137,"timestamp":6733988204928,"id":2275,"parentId":2242,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988228072,"id":2364,"parentId":2242,"tags":{},"startTime":1776340935254,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24858,"timestamp":6733988203689,"id":2242,"parentId":1775,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelView.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23650,"timestamp":6733988204908,"id":2271,"parentId":2238,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988228563,"id":2365,"parentId":2238,"tags":{},"startTime":1776340935255,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27138,"timestamp":6733988203403,"id":2238,"parentId":1774,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeyView.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25662,"timestamp":6733988204897,"id":2270,"parentId":2237,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":56,"timestamp":6733988230566,"id":2366,"parentId":2237,"tags":{},"startTime":1776340935257,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27592,"timestamp":6733988203265,"id":2237,"parentId":1772,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeSeries.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27807,"timestamp":6733988204937,"id":2278,"parentId":2245,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988232751,"id":2367,"parentId":2245,"tags":{},"startTime":1776340935259,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29159,"timestamp":6733988203821,"id":2245,"parentId":1776,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28051,"timestamp":6733988204934,"id":2277,"parentId":2244,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988232990,"id":2368,"parentId":2244,"tags":{},"startTime":1776340935259,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30075,"timestamp":6733988203778,"id":2244,"parentId":1775,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/funnelLayout.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28919,"timestamp":6733988204940,"id":2279,"parentId":2246,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988233864,"id":2369,"parentId":2246,"tags":{},"startTime":1776340935260,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30402,"timestamp":6733988203858,"id":2246,"parentId":1776,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotView.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29323,"timestamp":6733988204944,"id":2280,"parentId":2247,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988234270,"id":2370,"parentId":2247,"tags":{},"startTime":1776340935261,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30820,"timestamp":6733988203893,"id":2247,"parentId":1776,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29774,"timestamp":6733988204946,"id":2281,"parentId":2248,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988234725,"id":2371,"parentId":2248,"tags":{},"startTime":1776340935261,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30950,"timestamp":6733988203929,"id":2248,"parentId":1776,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29938,"timestamp":6733988204953,"id":2283,"parentId":2250,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988234895,"id":2372,"parentId":2250,"tags":{},"startTime":1776340935261,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31120,"timestamp":6733988203999,"id":2250,"parentId":1767,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/backwardCompat.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30204,"timestamp":6733988204950,"id":2282,"parentId":2249,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":84,"timestamp":6733988235157,"id":2373,"parentId":2249,"tags":{},"startTime":1776340935262,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31538,"timestamp":6733988203965,"id":2249,"parentId":1767,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/radarLayout.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30589,"timestamp":6733988204920,"id":2273,"parentId":2240,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988235516,"id":2374,"parentId":2240,"tags":{},"startTime":1776340935262,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33270,"timestamp":6733988203611,"id":2240,"parentId":1774,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyLayout.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":31932,"timestamp":6733988204959,"id":2285,"parentId":2252,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988236896,"id":2375,"parentId":2252,"tags":{},"startTime":1776340935263,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33176,"timestamp":6733988204069,"id":2252,"parentId":1767,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarSeries.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":32670,"timestamp":6733988204964,"id":2287,"parentId":2254,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":51,"timestamp":6733988237646,"id":2376,"parentId":2254,"tags":{},"startTime":1776340935264,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33724,"timestamp":6733988204147,"id":2254,"parentId":1777,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32923,"timestamp":6733988204956,"id":2284,"parentId":2251,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988237884,"id":2377,"parentId":2251,"tags":{},"startTime":1776340935264,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34407,"timestamp":6733988204034,"id":2251,"parentId":1767,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarView.js","layer":"ssr"},"startTime":1776340935230,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33482,"timestamp":6733988204967,"id":2288,"parentId":2255,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988238454,"id":2378,"parentId":2255,"tags":{},"startTime":1776340935265,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34405,"timestamp":6733988204181,"id":2255,"parentId":1777,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/preprocessor.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33621,"timestamp":6733988204971,"id":2289,"parentId":2256,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988238596,"id":2379,"parentId":2256,"tags":{},"startTime":1776340935265,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34563,"timestamp":6733988204215,"id":2256,"parentId":1777,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33829,"timestamp":6733988204962,"id":2286,"parentId":2253,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988238794,"id":2380,"parentId":2253,"tags":{},"startTime":1776340935265,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35338,"timestamp":6733988204112,"id":2253,"parentId":1777,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34477,"timestamp":6733988204978,"id":2292,"parentId":2259,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988239458,"id":2381,"parentId":2259,"tags":{},"startTime":1776340935266,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35311,"timestamp":6733988204319,"id":2259,"parentId":1778,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34658,"timestamp":6733988204976,"id":2291,"parentId":2258,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988239637,"id":2382,"parentId":2258,"tags":{},"startTime":1776340935266,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35639,"timestamp":6733988204285,"id":2258,"parentId":1778,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34946,"timestamp":6733988204986,"id":2295,"parentId":2262,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988239937,"id":2383,"parentId":2262,"tags":{},"startTime":1776340935266,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35717,"timestamp":6733988204427,"id":2262,"parentId":1779,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesVisual.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35170,"timestamp":6733988204980,"id":2293,"parentId":2260,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988240154,"id":2384,"parentId":2260,"tags":{},"startTime":1776340935267,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36284,"timestamp":6733988204354,"id":2260,"parentId":1779,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35658,"timestamp":6733988204988,"id":2296,"parentId":2263,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988240650,"id":2385,"parentId":2263,"tags":{},"startTime":1776340935267,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36419,"timestamp":6733988204519,"id":2263,"parentId":1779,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesLayout.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35970,"timestamp":6733988204973,"id":2290,"parentId":2257,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988240947,"id":2386,"parentId":2257,"tags":{},"startTime":1776340935267,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37338,"timestamp":6733988204250,"id":2257,"parentId":1777,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36611,"timestamp":6733988204990,"id":2297,"parentId":2264,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988241605,"id":2387,"parentId":2264,"tags":{},"startTime":1776340935268,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37580,"timestamp":6733988204574,"id":2264,"parentId":1781,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37224,"timestamp":6733988205000,"id":2302,"parentId":2269,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":44,"timestamp":6733988242232,"id":2388,"parentId":2269,"tags":{},"startTime":1776340935269,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37943,"timestamp":6733988204852,"id":2269,"parentId":1782,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37808,"timestamp":6733988204994,"id":2299,"parentId":2266,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988242806,"id":2389,"parentId":2266,"tags":{},"startTime":1776340935269,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38972,"timestamp":6733988204723,"id":2266,"parentId":1780,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapView.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38870,"timestamp":6733988204998,"id":2301,"parentId":2268,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988243874,"id":2390,"parentId":2268,"tags":{},"startTime":1776340935270,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40170,"timestamp":6733988204813,"id":2268,"parentId":1780,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39999,"timestamp":6733988204996,"id":2300,"parentId":2267,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":67,"timestamp":6733988245005,"id":2391,"parentId":2267,"tags":{},"startTime":1776340935271,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40636,"timestamp":6733988204773,"id":2267,"parentId":1781,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40598,"timestamp":6733988204982,"id":2294,"parentId":2261,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988245585,"id":2392,"parentId":2261,"tags":{},"startTime":1776340935272,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41929,"timestamp":6733988204387,"id":2261,"parentId":1779,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesSeries.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41393,"timestamp":6733988204992,"id":2298,"parentId":2265,"tags":{},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":47,"timestamp":6733988246438,"id":2393,"parentId":2265,"tags":{},"startTime":1776340935273,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42346,"timestamp":6733988204616,"id":2265,"parentId":1781,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js","layer":"ssr"},"startTime":1776340935231,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39391,"timestamp":6733988207595,"id":2320,"parentId":2306,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988246992,"id":2394,"parentId":2306,"tags":{},"startTime":1776340935273,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40083,"timestamp":6733988207144,"id":2306,"parentId":1782,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstAction.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39648,"timestamp":6733988207584,"id":2318,"parentId":2304,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988247236,"id":2395,"parentId":2304,"tags":{},"startTime":1776340935274,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40557,"timestamp":6733988207067,"id":2304,"parentId":1782,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js","layer":"ssr"},"startTime":1776340935233,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40038,"timestamp":6733988207590,"id":2319,"parentId":2305,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988247633,"id":2396,"parentId":2305,"tags":{},"startTime":1776340935274,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40669,"timestamp":6733988207109,"id":2305,"parentId":1782,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":46151,"timestamp":6733988207601,"id":2321,"parentId":2307,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988253761,"id":2397,"parentId":2307,"tags":{},"startTime":1776340935280,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":46878,"timestamp":6733988207179,"id":2307,"parentId":1783,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomSeries.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":46493,"timestamp":6733988207572,"id":2317,"parentId":2303,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988254070,"id":2398,"parentId":2303,"tags":{},"startTime":1776340935280,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":47437,"timestamp":6733988207023,"id":2303,"parentId":1782,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js","layer":"ssr"},"startTime":1776340935233,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":46860,"timestamp":6733988207606,"id":2323,"parentId":2309,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988254488,"id":2399,"parentId":2309,"tags":{},"startTime":1776340935281,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":47485,"timestamp":6733988207255,"id":2309,"parentId":1770,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/action/roamHelper.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":47137,"timestamp":6733988207611,"id":2325,"parentId":2311,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988254753,"id":2400,"parentId":2311,"tags":{},"startTime":1776340935281,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":47683,"timestamp":6733988207326,"id":2311,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCreator.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":47406,"timestamp":6733988207609,"id":2324,"parentId":2310,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988255018,"id":2401,"parentId":2310,"tags":{},"startTime":1776340935281,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49108,"timestamp":6733988207290,"id":2310,"parentId":1807,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Painter.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":48802,"timestamp":6733988207618,"id":2328,"parentId":2314,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988256425,"id":2402,"parentId":2314,"tags":{},"startTime":1776340935283,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49434,"timestamp":6733988207428,"id":2314,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":49273,"timestamp":6733988207613,"id":2326,"parentId":2312,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":56,"timestamp":6733988256897,"id":2403,"parentId":2312,"tags":{},"startTime":1776340935283,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":50387,"timestamp":6733988207360,"id":2312,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barPolar.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":50151,"timestamp":6733988207615,"id":2327,"parentId":2313,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988257771,"id":2404,"parentId":2313,"tags":{},"startTime":1776340935284,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":50862,"timestamp":6733988207394,"id":2313,"parentId":1815,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/RadarView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":50658,"timestamp":6733988207604,"id":2322,"parentId":2308,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733988258267,"id":2405,"parentId":2308,"tags":{},"startTime":1776340935285,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54051,"timestamp":6733988207216,"id":2308,"parentId":1783,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53752,"timestamp":6733988207620,"id":2329,"parentId":2315,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988261382,"id":2406,"parentId":2315,"tags":{},"startTime":1776340935288,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54419,"timestamp":6733988207488,"id":2315,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/ParallelView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":54615,"timestamp":6733988207623,"id":2330,"parentId":2316,"tags":{},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988262244,"id":2407,"parentId":2316,"tags":{},"startTime":1776340935289,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":55235,"timestamp":6733988207525,"id":2316,"parentId":1820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicModel.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63997,"timestamp":6733988208135,"id":2342,"parentId":2334,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988272155,"id":2408,"parentId":2334,"tags":{},"startTime":1776340935299,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":64528,"timestamp":6733988207934,"id":2334,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64336,"timestamp":6733988208139,"id":2344,"parentId":2336,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988272482,"id":2409,"parentId":2336,"tags":{},"startTime":1776340935299,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":65356,"timestamp":6733988208001,"id":2336,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":65249,"timestamp":6733988208120,"id":2339,"parentId":2331,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988273374,"id":2410,"parentId":2331,"tags":{},"startTime":1776340935300,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67750,"timestamp":6733988207820,"id":2331,"parentId":1820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":67455,"timestamp":6733988208126,"id":2340,"parentId":2332,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":58,"timestamp":6733988275587,"id":2411,"parentId":2332,"tags":{},"startTime":1776340935302,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":68107,"timestamp":6733988207859,"id":2332,"parentId":1822,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipModel.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":67842,"timestamp":6733988208137,"id":2343,"parentId":2335,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988275986,"id":2412,"parentId":2335,"tags":{},"startTime":1776340935302,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":68267,"timestamp":6733988207968,"id":2335,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxModel.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":68120,"timestamp":6733988208129,"id":2341,"parentId":2333,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733988276253,"id":2413,"parentId":2333,"tags":{},"startTime":1776340935303,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70284,"timestamp":6733988207897,"id":2333,"parentId":1822,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipView.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70049,"timestamp":6733988208144,"id":2346,"parentId":2338,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988278200,"id":2414,"parentId":2338,"tags":{},"startTime":1776340935305,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70499,"timestamp":6733988208069,"id":2338,"parentId":1819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70432,"timestamp":6733988208141,"id":2345,"parentId":2337,"tags":{},"startTime":1776340935235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988278578,"id":2415,"parentId":2337,"tags":{},"startTime":1776340935305,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70692,"timestamp":6733988208034,"id":2337,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/featureManager.js","layer":"ssr"},"startTime":1776340935234,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":7850,"timestamp":6733988329551,"id":2440,"parentId":2417,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":101,"timestamp":6733988337416,"id":2476,"parentId":2417,"tags":{},"startTime":1776340935364,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9482,"timestamp":6733988328539,"id":2417,"parentId":1823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8477,"timestamp":6733988329563,"id":2442,"parentId":2419,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988338045,"id":2477,"parentId":2419,"tags":{},"startTime":1776340935364,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10311,"timestamp":6733988328630,"id":2419,"parentId":1823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/modelHelper.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9376,"timestamp":6733988329574,"id":2444,"parentId":2421,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988338955,"id":2478,"parentId":2421,"tags":{},"startTime":1776340935365,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10593,"timestamp":6733988328713,"id":2421,"parentId":1824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/preprocessor.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9758,"timestamp":6733988329570,"id":2443,"parentId":2420,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":47,"timestamp":6733988339337,"id":2479,"parentId":2420,"tags":{},"startTime":1776340935366,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11653,"timestamp":6733988328669,"id":2420,"parentId":1823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/axisTrigger.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10752,"timestamp":6733988329580,"id":2446,"parentId":2423,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":54,"timestamp":6733988340337,"id":2480,"parentId":2423,"tags":{},"startTime":1776340935367,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11878,"timestamp":6733988328790,"id":2423,"parentId":1824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushModel.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11091,"timestamp":6733988329583,"id":2447,"parentId":2424,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988340677,"id":2481,"parentId":2424,"tags":{},"startTime":1776340935367,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12408,"timestamp":6733988328826,"id":2424,"parentId":1824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/visualEncoding.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11702,"timestamp":6733988329538,"id":2439,"parentId":2416,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988341243,"id":2482,"parentId":2416,"tags":{},"startTime":1776340935368,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13106,"timestamp":6733988328440,"id":2416,"parentId":1823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11972,"timestamp":6733988329577,"id":2445,"parentId":2422,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988341553,"id":2483,"parentId":2422,"tags":{},"startTime":1776340935368,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13034,"timestamp":6733988328753,"id":2422,"parentId":1824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushView.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13542,"timestamp":6733988329589,"id":2449,"parentId":2426,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988343138,"id":2484,"parentId":2426,"tags":{},"startTime":1776340935370,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14594,"timestamp":6733988328913,"id":2426,"parentId":1815,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/RadarModel.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13921,"timestamp":6733988329592,"id":2450,"parentId":2427,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988343518,"id":2485,"parentId":2427,"tags":{},"startTime":1776340935370,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14988,"timestamp":6733988328948,"id":2427,"parentId":1815,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/Radar.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14338,"timestamp":6733988329603,"id":2454,"parentId":2431,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988343945,"id":2486,"parentId":2431,"tags":{},"startTime":1776340935370,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15408,"timestamp":6733988329095,"id":2431,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/ParallelAxisView.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14963,"timestamp":6733988329557,"id":2441,"parentId":2418,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988344525,"id":2487,"parentId":2418,"tags":{},"startTime":1776340935371,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16230,"timestamp":6733988328585,"id":2418,"parentId":1823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15238,"timestamp":6733988329586,"id":2448,"parentId":2425,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988344828,"id":2488,"parentId":2425,"tags":{},"startTime":1776340935371,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16793,"timestamp":6733988328866,"id":2425,"parentId":1806,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/Painter.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16080,"timestamp":6733988329598,"id":2452,"parentId":2429,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988345689,"id":2489,"parentId":2429,"tags":{},"startTime":1776340935372,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17690,"timestamp":6733988329024,"id":2429,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AngleAxisView.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17127,"timestamp":6733988329595,"id":2451,"parentId":2428,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988346727,"id":2490,"parentId":2428,"tags":{},"startTime":1776340935373,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18958,"timestamp":6733988328988,"id":2428,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisView.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":18345,"timestamp":6733988329615,"id":2457,"parentId":2434,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988347967,"id":2491,"parentId":2434,"tags":{},"startTime":1776340935374,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19288,"timestamp":6733988329206,"id":2434,"parentId":1819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/SingleAxisView.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":18905,"timestamp":6733988329601,"id":2453,"parentId":2430,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":56,"timestamp":6733988348511,"id":2492,"parentId":2430,"tags":{},"startTime":1776340935375,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19992,"timestamp":6733988329059,"id":2430,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/RadiusAxisView.js","layer":"ssr"},"startTime":1776340935355,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19445,"timestamp":6733988329618,"id":2458,"parentId":2435,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988349067,"id":2493,"parentId":2435,"tags":{},"startTime":1776340935375,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19966,"timestamp":6733988329244,"id":2435,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/PolarModel.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19593,"timestamp":6733988329621,"id":2459,"parentId":2436,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988349217,"id":2494,"parentId":2436,"tags":{},"startTime":1776340935376,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20269,"timestamp":6733988329297,"id":2436,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/polarCreator.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19970,"timestamp":6733988329624,"id":2460,"parentId":2437,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988349597,"id":2495,"parentId":2437,"tags":{},"startTime":1776340935376,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20438,"timestamp":6733988329339,"id":2437,"parentId":1816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AxisModel.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20330,"timestamp":6733988329626,"id":2461,"parentId":2438,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":83,"timestamp":6733988349959,"id":2496,"parentId":2438,"tags":{},"startTime":1776340935376,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20879,"timestamp":6733988329441,"id":2438,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20721,"timestamp":6733988329609,"id":2455,"parentId":2432,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988350336,"id":2497,"parentId":2432,"tags":{},"startTime":1776340935377,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21352,"timestamp":6733988329133,"id":2432,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/parallelAxisAction.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20878,"timestamp":6733988329612,"id":2456,"parentId":2433,"tags":{},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988350493,"id":2498,"parentId":2433,"tags":{},"startTime":1776340935377,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21912,"timestamp":6733988329170,"id":2433,"parentId":1813,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/CartesianAxisView.js","layer":"ssr"},"startTime":1776340935356,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20493,"timestamp":6733988333665,"id":2465,"parentId":2463,"tags":{},"startTime":1776340935360,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988354165,"id":2499,"parentId":2463,"tags":{},"startTime":1776340935381,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20805,"timestamp":6733988333568,"id":2463,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelCreator.js","layer":"ssr"},"startTime":1776340935360,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20968,"timestamp":6733988333643,"id":2464,"parentId":2462,"tags":{},"startTime":1776340935360,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":84,"timestamp":6733988354616,"id":2500,"parentId":2462,"tags":{},"startTime":1776340935381,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21510,"timestamp":6733988333457,"id":2462,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelModel.js","layer":"ssr"},"startTime":1776340935360,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22603,"timestamp":6733988334403,"id":2472,"parentId":2467,"tags":{},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988357012,"id":2501,"parentId":2467,"tags":{},"startTime":1776340935383,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23005,"timestamp":6733988334175,"id":2467,"parentId":1813,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/AxisModel.js","layer":"ssr"},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22779,"timestamp":6733988334406,"id":2473,"parentId":2468,"tags":{},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988357188,"id":2502,"parentId":2468,"tags":{},"startTime":1776340935384,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23053,"timestamp":6733988334254,"id":2468,"parentId":1813,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/GridModel.js","layer":"ssr"},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22941,"timestamp":6733988334395,"id":2471,"parentId":2466,"tags":{},"startTime":1776340935361,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":26,"timestamp":6733988357438,"id":2503,"parentId":2466,"tags":{},"startTime":1776340935384,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23557,"timestamp":6733988334096,"id":2466,"parentId":1818,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/AxisModel.js","layer":"ssr"},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23247,"timestamp":6733988334410,"id":2475,"parentId":2470,"tags":{},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988357661,"id":2504,"parentId":2470,"tags":{},"startTime":1776340935384,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24251,"timestamp":6733988334355,"id":2470,"parentId":1825,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelStyle.js","layer":"ssr"},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24374,"timestamp":6733988334408,"id":2474,"parentId":2469,"tags":{},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":54,"timestamp":6733988358794,"id":2505,"parentId":2469,"tags":{},"startTime":1776340935385,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25786,"timestamp":6733988334314,"id":2469,"parentId":1813,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Grid.js","layer":"ssr"},"startTime":1776340935361,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11256,"timestamp":6733988383094,"id":2572,"parentId":2507,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988394361,"id":2700,"parentId":2507,"tags":{},"startTime":1776340935421,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14315,"timestamp":6733988380394,"id":2507,"parentId":1828,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11607,"timestamp":6733988383113,"id":2575,"parentId":2510,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988394724,"id":2701,"parentId":2510,"tags":{},"startTime":1776340935421,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14614,"timestamp":6733988380513,"id":2510,"parentId":1817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoModel.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12006,"timestamp":6733988383126,"id":2578,"parentId":2513,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988395136,"id":2702,"parentId":2513,"tags":{},"startTime":1776340935422,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14722,"timestamp":6733988380616,"id":2513,"parentId":1817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoSourceManager.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12212,"timestamp":6733988383130,"id":2579,"parentId":2514,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988395345,"id":2703,"parentId":2514,"tags":{},"startTime":1776340935422,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14834,"timestamp":6733988380656,"id":2514,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaModel.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12418,"timestamp":6733988383076,"id":2571,"parentId":2506,"tags":{},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988395497,"id":2704,"parentId":2506,"tags":{},"startTime":1776340935422,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15966,"timestamp":6733988380295,"id":2506,"parentId":1825,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/format.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13170,"timestamp":6733988383100,"id":2573,"parentId":2508,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988396274,"id":2705,"parentId":2508,"tags":{},"startTime":1776340935423,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16134,"timestamp":6733988380438,"id":2508,"parentId":1828,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineModel.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13474,"timestamp":6733988383106,"id":2574,"parentId":2509,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988396585,"id":2706,"parentId":2509,"tags":{},"startTime":1776340935423,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16951,"timestamp":6733988380476,"id":2509,"parentId":1828,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineView.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14315,"timestamp":6733988383118,"id":2576,"parentId":2511,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988397437,"id":2707,"parentId":2511,"tags":{},"startTime":1776340935424,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17513,"timestamp":6733988380547,"id":2511,"parentId":1817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoCreator.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14945,"timestamp":6733988383122,"id":2577,"parentId":2512,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988398071,"id":2708,"parentId":2512,"tags":{},"startTime":1776340935424,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17730,"timestamp":6733988380582,"id":2512,"parentId":1817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/GeoView.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15174,"timestamp":6733988383143,"id":2583,"parentId":2518,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988398321,"id":2709,"parentId":2518,"tags":{},"startTime":1776340935425,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17613,"timestamp":6733988380931,"id":2518,"parentId":1826,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/preprocessor.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15409,"timestamp":6733988383140,"id":2582,"parentId":2517,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988398552,"id":2710,"parentId":2517,"tags":{},"startTime":1776340935425,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17876,"timestamp":6733988380885,"id":2517,"parentId":1826,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/timelineAction.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15613,"timestamp":6733988383154,"id":2587,"parentId":2522,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988398770,"id":2711,"parentId":2522,"tags":{},"startTime":1776340935425,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17762,"timestamp":6733988381114,"id":2522,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendFilter.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15746,"timestamp":6733988383134,"id":2580,"parentId":2515,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988398884,"id":2712,"parentId":2515,"tags":{},"startTime":1776340935425,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18878,"timestamp":6733988380759,"id":2515,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaView.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16496,"timestamp":6733988383146,"id":2584,"parentId":2519,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988399645,"id":2713,"parentId":2519,"tags":{},"startTime":1776340935426,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18898,"timestamp":6733988380974,"id":2519,"parentId":1826,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16726,"timestamp":6733988383151,"id":2586,"parentId":2521,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988399880,"id":2714,"parentId":2521,"tags":{},"startTime":1776340935426,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19829,"timestamp":6733988381054,"id":2521,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendView.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17752,"timestamp":6733988383137,"id":2581,"parentId":2516,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988400893,"id":2715,"parentId":2516,"tags":{},"startTime":1776340935427,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21555,"timestamp":6733988380834,"id":2516,"parentId":1826,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineView.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19240,"timestamp":6733988383156,"id":2588,"parentId":2523,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988402400,"id":2716,"parentId":2523,"tags":{},"startTime":1776340935429,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21399,"timestamp":6733988381213,"id":2523,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendAction.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19456,"timestamp":6733988383161,"id":2590,"parentId":2525,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988402621,"id":2717,"parentId":2525,"tags":{},"startTime":1776340935429,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21671,"timestamp":6733988381324,"id":2525,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19851,"timestamp":6733988383148,"id":2585,"parentId":2520,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988403002,"id":2718,"parentId":2520,"tags":{},"startTime":1776340935429,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22455,"timestamp":6733988381013,"id":2520,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendModel.js","layer":"ssr"},"startTime":1776340935407,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20315,"timestamp":6733988383159,"id":2589,"parentId":2524,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":74,"timestamp":6733988403496,"id":2719,"parentId":2524,"tags":{},"startTime":1776340935430,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24863,"timestamp":6733988381278,"id":2524,"parentId":1830,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/CalendarView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23015,"timestamp":6733988383163,"id":2591,"parentId":2526,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733988406192,"id":2720,"parentId":2526,"tags":{},"startTime":1776340935433,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25933,"timestamp":6733988381366,"id":2526,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24145,"timestamp":6733988383166,"id":2592,"parentId":2527,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988407315,"id":2721,"parentId":2527,"tags":{},"startTime":1776340935434,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26318,"timestamp":6733988381408,"id":2527,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/MagicType.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24558,"timestamp":6733988383173,"id":2595,"parentId":2530,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733988407739,"id":2722,"parentId":2530,"tags":{},"startTime":1776340935434,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26406,"timestamp":6733988381604,"id":2530,"parentId":1824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Brush.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24839,"timestamp":6733988383175,"id":2596,"parentId":2531,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988408017,"id":2723,"parentId":2531,"tags":{},"startTime":1776340935434,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26567,"timestamp":6733988381644,"id":2531,"parentId":1819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/AxisModel.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25038,"timestamp":6733988383177,"id":2597,"parentId":2532,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988408218,"id":2724,"parentId":2532,"tags":{},"startTime":1776340935435,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26663,"timestamp":6733988381681,"id":2532,"parentId":1819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleCreator.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25178,"timestamp":6733988383171,"id":2594,"parentId":2529,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988408351,"id":2725,"parentId":2529,"tags":{},"startTime":1776340935435,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26943,"timestamp":6733988381547,"id":2529,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Restore.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25326,"timestamp":6733988383168,"id":2593,"parentId":2528,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988408497,"id":2726,"parentId":2528,"tags":{},"startTime":1776340935435,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27747,"timestamp":6733988381448,"id":2528,"parentId":1821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26023,"timestamp":6733988383187,"id":2601,"parentId":2536,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":54,"timestamp":6733988409214,"id":2727,"parentId":2536,"tags":{},"startTime":1776340935436,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27755,"timestamp":6733988381825,"id":2536,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/scrollableLegendAction.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26408,"timestamp":6733988383182,"id":2599,"parentId":2534,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988409595,"id":2728,"parentId":2534,"tags":{},"startTime":1776340935436,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28067,"timestamp":6733988381753,"id":2534,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26644,"timestamp":6733988383180,"id":2598,"parentId":2533,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988409827,"id":2729,"parentId":2533,"tags":{},"startTime":1776340935436,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28814,"timestamp":6733988381717,"id":2533,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27351,"timestamp":6733988383185,"id":2600,"parentId":2535,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988410539,"id":2730,"parentId":2535,"tags":{},"startTime":1776340935437,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28881,"timestamp":6733988381791,"id":2535,"parentId":1827,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointModel.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":27576,"timestamp":6733988383191,"id":2603,"parentId":2538,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988410770,"id":2731,"parentId":2538,"tags":{},"startTime":1776340935437,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28996,"timestamp":6733988381892,"id":2538,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27697,"timestamp":6733988383194,"id":2604,"parentId":2539,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988410894,"id":2732,"parentId":2539,"tags":{},"startTime":1776340935437,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29375,"timestamp":6733988381926,"id":2539,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28116,"timestamp":6733988383189,"id":2602,"parentId":2537,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988411308,"id":2733,"parentId":2537,"tags":{},"startTime":1776340935438,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29857,"timestamp":6733988381858,"id":2537,"parentId":1827,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28514,"timestamp":6733988383205,"id":2607,"parentId":2542,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988411723,"id":2734,"parentId":2542,"tags":{},"startTime":1776340935438,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29808,"timestamp":6733988382031,"id":2542,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installCommon.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28633,"timestamp":6733988383212,"id":2610,"parentId":2545,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988411848,"id":2735,"parentId":2545,"tags":{},"startTime":1776340935438,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29870,"timestamp":6733988382132,"id":2545,"parentId":1836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28805,"timestamp":6733988383200,"id":2605,"parentId":2540,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988412011,"id":2736,"parentId":2540,"tags":{},"startTime":1776340935438,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30432,"timestamp":6733988381959,"id":2540,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/roams.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29188,"timestamp":6733988383207,"id":2608,"parentId":2543,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":76,"timestamp":6733988412399,"id":2737,"parentId":2543,"tags":{},"startTime":1776340935439,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31978,"timestamp":6733988382065,"id":2543,"parentId":1838,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousView.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30840,"timestamp":6733988383210,"id":2609,"parentId":2544,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988414054,"id":2738,"parentId":2544,"tags":{},"startTime":1776340935440,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32092,"timestamp":6733988382098,"id":2544,"parentId":1838,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installCommon.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30982,"timestamp":6733988383214,"id":2611,"parentId":2546,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":88,"timestamp":6733988414200,"id":2739,"parentId":2546,"tags":{},"startTime":1776340935441,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34902,"timestamp":6733988382165,"id":2546,"parentId":1836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33886,"timestamp":6733988383203,"id":2606,"parentId":2541,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988417108,"id":2740,"parentId":2541,"tags":{},"startTime":1776340935444,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35900,"timestamp":6733988381996,"id":2541,"parentId":1838,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousModel.js","layer":"ssr"},"startTime":1776340935408,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34692,"timestamp":6733988383216,"id":2612,"parentId":2547,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":52,"timestamp":6733988417913,"id":2741,"parentId":2547,"tags":{},"startTime":1776340935444,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36717,"timestamp":6733988382197,"id":2547,"parentId":1839,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35703,"timestamp":6733988383218,"id":2613,"parentId":2548,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988418925,"id":2742,"parentId":2548,"tags":{},"startTime":1776340935445,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37219,"timestamp":6733988382232,"id":2548,"parentId":1839,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseView.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36234,"timestamp":6733988383226,"id":2617,"parentId":2552,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":64,"timestamp":6733988419554,"id":2743,"parentId":2552,"tags":{},"startTime":1776340935446,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37770,"timestamp":6733988382366,"id":2552,"parentId":1842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/aria.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36915,"timestamp":6733988383227,"id":2618,"parentId":2553,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988420147,"id":2744,"parentId":2553,"tags":{},"startTime":1776340935447,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37966,"timestamp":6733988382400,"id":2553,"parentId":1840,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/filterTransform.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37144,"timestamp":6733988383229,"id":2619,"parentId":2554,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988420377,"id":2745,"parentId":2554,"tags":{},"startTime":1776340935447,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38349,"timestamp":6733988382434,"id":2554,"parentId":1842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/preprocessor.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37580,"timestamp":6733988383222,"id":2615,"parentId":2550,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733988420824,"id":2746,"parentId":2550,"tags":{},"startTime":1776340935447,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39512,"timestamp":6733988382301,"id":2550,"parentId":1830,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/Calendar.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38598,"timestamp":6733988383224,"id":2616,"parentId":2551,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988421827,"id":2747,"parentId":2551,"tags":{},"startTime":1776340935448,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39649,"timestamp":6733988382334,"id":2551,"parentId":1841,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/types.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38770,"timestamp":6733988383220,"id":2614,"parentId":2549,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988421994,"id":2748,"parentId":2549,"tags":{},"startTime":1776340935448,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40004,"timestamp":6733988382264,"id":2549,"parentId":1830,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/CalendarModel.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39043,"timestamp":6733988383233,"id":2621,"parentId":2556,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":52,"timestamp":6733988422281,"id":2749,"parentId":2556,"tags":{},"startTime":1776340935449,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40847,"timestamp":6733988382501,"id":2556,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/number.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40135,"timestamp":6733988383231,"id":2620,"parentId":2555,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988423371,"id":2750,"parentId":2555,"tags":{},"startTime":1776340935450,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41437,"timestamp":6733988382467,"id":2555,"parentId":1840,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/sortTransform.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40682,"timestamp":6733988383238,"id":2623,"parentId":2558,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988423925,"id":2751,"parentId":2558,"tags":{},"startTime":1776340935450,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41547,"timestamp":6733988382564,"id":2558,"parentId":1933,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/textStyle.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40881,"timestamp":6733988383235,"id":2622,"parentId":2557,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988424120,"id":2752,"parentId":2557,"tags":{},"startTime":1776340935451,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41707,"timestamp":6733988382532,"id":2557,"parentId":1933,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/areaStyle.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41004,"timestamp":6733988383239,"id":2624,"parentId":2559,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988424247,"id":2753,"parentId":2559,"tags":{},"startTime":1776340935451,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41762,"timestamp":6733988382596,"id":2559,"parentId":1933,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/lineStyle.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41121,"timestamp":6733988383242,"id":2625,"parentId":2560,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988424366,"id":2754,"parentId":2560,"tags":{},"startTime":1776340935451,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41954,"timestamp":6733988382627,"id":2560,"parentId":1933,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/itemStyle.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41342,"timestamp":6733988383246,"id":2627,"parentId":2562,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988424591,"id":2755,"parentId":2562,"tags":{},"startTime":1776340935451,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42864,"timestamp":6733988382697,"id":2562,"parentId":1935,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/path.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42326,"timestamp":6733988383254,"id":2631,"parentId":2566,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988425586,"id":2756,"parentId":2566,"tags":{},"startTime":1776340935452,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42944,"timestamp":6733988382849,"id":2566,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesDimensionDefine.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42548,"timestamp":6733988383252,"id":2630,"parentId":2565,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988425806,"id":2757,"parentId":2565,"tags":{},"startTime":1776340935452,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43623,"timestamp":6733988382817,"id":2565,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelLayoutHelper.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":43200,"timestamp":6733988383248,"id":2628,"parentId":2563,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988426453,"id":2758,"parentId":2563,"tags":{},"startTime":1776340935453,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":44399,"timestamp":6733988382729,"id":2563,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Transformable.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":43889,"timestamp":6733988383250,"id":2629,"parentId":2564,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":60,"timestamp":6733988427144,"id":2759,"parentId":2564,"tags":{},"startTime":1776340935454,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":45898,"timestamp":6733988382784,"id":2564,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelGuideHelper.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":45446,"timestamp":6733988383244,"id":2626,"parentId":2561,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988428694,"id":2760,"parentId":2561,"tags":{},"startTime":1776340935455,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":48278,"timestamp":6733988382663,"id":2561,"parentId":1935,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/morphPath.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":47704,"timestamp":6733988383255,"id":2632,"parentId":2567,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988430967,"id":2761,"parentId":2567,"tags":{},"startTime":1776340935457,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49256,"timestamp":6733988382886,"id":2567,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataProvider.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":48904,"timestamp":6733988383257,"id":2633,"parentId":2568,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988432167,"id":2762,"parentId":2568,"tags":{},"startTime":1776340935459,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49551,"timestamp":6733988382926,"id":2568,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dimensionHelper.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":57052,"timestamp":6733988383259,"id":2634,"parentId":2569,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988440322,"id":2763,"parentId":2569,"tags":{},"startTime":1776340935467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":58301,"timestamp":6733988382962,"id":2569,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Source.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":58135,"timestamp":6733988383261,"id":2635,"parentId":2570,"tags":{},"startTime":1776340935410,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":58,"timestamp":6733988441407,"id":2764,"parentId":2570,"tags":{},"startTime":1776340935468,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":61704,"timestamp":6733988382993,"id":2570,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataStore.js","layer":"ssr"},"startTime":1776340935409,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63459,"timestamp":6733988389291,"id":2665,"parentId":2637,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988452760,"id":2765,"parentId":2637,"tags":{},"startTime":1776340935479,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":64990,"timestamp":6733988387945,"id":2637,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/util.js","layer":"ssr"},"startTime":1776340935414,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63629,"timestamp":6733988389312,"id":2667,"parentId":2639,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988452945,"id":2766,"parentId":2639,"tags":{},"startTime":1776340935479,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65035,"timestamp":6733988388167,"id":2639,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/CompoundPath.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63878,"timestamp":6733988389330,"id":2670,"parentId":2642,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988453213,"id":2767,"parentId":2642,"tags":{},"startTime":1776340935480,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":64978,"timestamp":6733988388369,"id":2642,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/RadialGradient.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64033,"timestamp":6733988389319,"id":2668,"parentId":2640,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988453355,"id":2768,"parentId":2640,"tags":{},"startTime":1776340935480,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":66430,"timestamp":6733988388209,"id":2640,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Text.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":65385,"timestamp":6733988389263,"id":2664,"parentId":2636,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988454652,"id":2769,"parentId":2636,"tags":{},"startTime":1776340935481,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67265,"timestamp":6733988387880,"id":2636,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/SeriesDataSchema.js","layer":"ssr"},"startTime":1776340935414,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":65849,"timestamp":6733988389305,"id":2666,"parentId":2638,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988455158,"id":2770,"parentId":2638,"tags":{},"startTime":1776340935482,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67303,"timestamp":6733988388102,"id":2638,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Image.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":66095,"timestamp":6733988389324,"id":2669,"parentId":2641,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988455422,"id":2771,"parentId":2641,"tags":{},"startTime":1776340935482,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67285,"timestamp":6733988388253,"id":2641,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/LinearGradient.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":66204,"timestamp":6733988389339,"id":2672,"parentId":2644,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988455546,"id":2772,"parentId":2644,"tags":{},"startTime":1776340935482,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":68560,"timestamp":6733988388467,"id":2644,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/OrientedBoundingRect.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":67696,"timestamp":6733988389353,"id":2676,"parentId":2648,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988457058,"id":2773,"parentId":2648,"tags":{},"startTime":1776340935483,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":68726,"timestamp":6733988388653,"id":2648,"parentId":1973,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/globalDefault.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":68049,"timestamp":6733988389342,"id":2673,"parentId":2645,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988457397,"id":2774,"parentId":2645,"tags":{},"startTime":1776340935484,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":69234,"timestamp":6733988388506,"id":2645,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Point.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":68396,"timestamp":6733988389349,"id":2675,"parentId":2647,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988457749,"id":2775,"parentId":2647,"tags":{},"startTime":1776340935484,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":69849,"timestamp":6733988388616,"id":2647,"parentId":1969,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisTickLabelBuilder.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":69144,"timestamp":6733988389334,"id":2671,"parentId":2643,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988458485,"id":2776,"parentId":2643,"tags":{},"startTime":1776340935485,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":70760,"timestamp":6733988388418,"id":2643,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/BoundingRect.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":69843,"timestamp":6733988389346,"id":2674,"parentId":2646,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988459193,"id":2777,"parentId":2646,"tags":{},"startTime":1776340935486,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":71067,"timestamp":6733988388571,"id":2646,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/IncrementalDisplayable.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70301,"timestamp":6733988389356,"id":2677,"parentId":2649,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988459664,"id":2778,"parentId":2649,"tags":{},"startTime":1776340935486,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":71227,"timestamp":6733988388690,"id":2649,"parentId":1973,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/internalComponentCreator.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70561,"timestamp":6733988389363,"id":2679,"parentId":2651,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988459929,"id":2779,"parentId":2651,"tags":{},"startTime":1776340935486,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":71290,"timestamp":6733988388763,"id":2651,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCommonMixin.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":70700,"timestamp":6733988389359,"id":2678,"parentId":2650,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988460063,"id":2780,"parentId":2650,"tags":{},"startTime":1776340935486,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":72136,"timestamp":6733988388725,"id":2650,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisHelper.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":71494,"timestamp":6733988389377,"id":2683,"parentId":2655,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733988460876,"id":2781,"parentId":2655,"tags":{},"startTime":1776340935487,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":72348,"timestamp":6733988388898,"id":2655,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesData.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":71880,"timestamp":6733988389373,"id":2682,"parentId":2654,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988461257,"id":2782,"parentId":2654,"tags":{},"startTime":1776340935488,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":73088,"timestamp":6733988388865,"id":2654,"parentId":1973,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceHelper.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":72594,"timestamp":6733988389366,"id":2680,"parentId":2652,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988461964,"id":2783,"parentId":2652,"tags":{},"startTime":1776340935488,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":73773,"timestamp":6733988388799,"id":2652,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/symbol.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":73210,"timestamp":6733988389370,"id":2681,"parentId":2653,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988462583,"id":2784,"parentId":2653,"tags":{},"startTime":1776340935489,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":74727,"timestamp":6733988388833,"id":2653,"parentId":1966,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/time.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74188,"timestamp":6733988389380,"id":2684,"parentId":2656,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988463572,"id":2785,"parentId":2656,"tags":{},"startTime":1776340935490,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":74922,"timestamp":6733988388933,"id":2656,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataStackHelper.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74473,"timestamp":6733988389391,"id":2687,"parentId":2659,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988463867,"id":2786,"parentId":2659,"tags":{},"startTime":1776340935490,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":74910,"timestamp":6733988389038,"id":2659,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/CoordinateSystem.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74553,"timestamp":6733988389400,"id":2690,"parentId":2662,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988463957,"id":2787,"parentId":2662,"tags":{},"startTime":1776340935490,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":75085,"timestamp":6733988389142,"id":2662,"parentId":1986,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BaseBarSeries.js","layer":"ssr"},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74838,"timestamp":6733988389393,"id":2688,"parentId":2660,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988464235,"id":2788,"parentId":2660,"tags":{},"startTime":1776340935491,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":75254,"timestamp":6733988389073,"id":2660,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/vendor.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":74936,"timestamp":6733988389397,"id":2689,"parentId":2661,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988464337,"id":2789,"parentId":2661,"tags":{},"startTime":1776340935491,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":76072,"timestamp":6733988389107,"id":2661,"parentId":1983,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js","layer":"ssr"},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":75859,"timestamp":6733988389386,"id":2686,"parentId":2658,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":44,"timestamp":6733988465253,"id":2790,"parentId":2658,"tags":{},"startTime":1776340935492,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":77052,"timestamp":6733988389005,"id":2658,"parentId":1970,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Region.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":76877,"timestamp":6733988389383,"id":2685,"parentId":2657,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988466265,"id":2791,"parentId":2657,"tags":{},"startTime":1776340935493,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":78035,"timestamp":6733988388971,"id":2657,"parentId":1947,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/createDimensions.js","layer":"ssr"},"startTime":1776340935415,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":77616,"timestamp":6733988389402,"id":2691,"parentId":2663,"tags":{},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988467022,"id":2792,"parentId":2663,"tags":{},"startTime":1776340935493,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":78331,"timestamp":6733988389176,"id":2663,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/SymbolDraw.js","layer":"ssr"},"startTime":1776340935416,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":87191,"timestamp":6733988391664,"id":2694,"parentId":2692,"tags":{},"startTime":1776340935418,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988478866,"id":2793,"parentId":2692,"tags":{},"startTime":1776340935505,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":88329,"timestamp":6733988391517,"id":2692,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Symbol.js","layer":"ssr"},"startTime":1776340935418,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":88605,"timestamp":6733988391673,"id":2695,"parentId":2693,"tags":{},"startTime":1776340935418,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988480291,"id":2794,"parentId":2693,"tags":{},"startTime":1776340935507,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":89232,"timestamp":6733988391607,"id":2693,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/lineAnimationDiff.js","layer":"ssr"},"startTime":1776340935418,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":88555,"timestamp":6733988392319,"id":2698,"parentId":2696,"tags":{},"startTime":1776340935419,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733988480880,"id":2795,"parentId":2696,"tags":{},"startTime":1776340935507,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":89541,"timestamp":6733988392187,"id":2696,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/poly.js","layer":"ssr"},"startTime":1776340935419,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":89408,"timestamp":6733988392328,"id":2699,"parentId":2697,"tags":{},"startTime":1776340935419,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988481740,"id":2796,"parentId":2697,"tags":{},"startTime":1776340935508,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":89728,"timestamp":6733988392265,"id":2697,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/helper.js","layer":"ssr"},"startTime":1776340935419,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9091,"timestamp":6733988521235,"id":2878,"parentId":2799,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988530339,"id":2997,"parentId":2799,"tags":{},"startTime":1776340935557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12506,"timestamp":6733988518231,"id":2799,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Circle.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9498,"timestamp":6733988521248,"id":2880,"parentId":2801,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":24,"timestamp":6733988530841,"id":2998,"parentId":2801,"tags":{},"startTime":1776340935557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12710,"timestamp":6733988518311,"id":2801,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Sector.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9814,"timestamp":6733988521212,"id":2876,"parentId":2797,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988531030,"id":2999,"parentId":2797,"tags":{},"startTime":1776340935557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13240,"timestamp":6733988518078,"id":2797,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js","layer":"ssr"},"startTime":1776340935544,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10368,"timestamp":6733988521242,"id":2879,"parentId":2800,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988531614,"id":3000,"parentId":2800,"tags":{},"startTime":1776340935558,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13504,"timestamp":6733988518271,"id":2800,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ellipse.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10530,"timestamp":6733988521253,"id":2881,"parentId":2802,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988531787,"id":3001,"parentId":2802,"tags":{},"startTime":1776340935558,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13556,"timestamp":6733988518351,"id":2802,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polyline.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10639,"timestamp":6733988521271,"id":2885,"parentId":2806,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988531913,"id":3002,"parentId":2806,"tags":{},"startTime":1776340935558,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13506,"timestamp":6733988518580,"id":2806,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Line.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10827,"timestamp":6733988521263,"id":2883,"parentId":2804,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988532092,"id":3003,"parentId":2804,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13814,"timestamp":6733988518427,"id":2804,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Rect.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11018,"timestamp":6733988521227,"id":2877,"parentId":2798,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988532248,"id":3004,"parentId":2798,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14210,"timestamp":6733988518182,"id":2798,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/labelHelper.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11129,"timestamp":6733988521267,"id":2884,"parentId":2805,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988532398,"id":3005,"parentId":2805,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14022,"timestamp":6733988518496,"id":2805,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ring.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11238,"timestamp":6733988521283,"id":2888,"parentId":2809,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988532525,"id":3006,"parentId":2809,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13938,"timestamp":6733988518749,"id":2809,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11413,"timestamp":6733988521277,"id":2886,"parentId":2807,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988532693,"id":3007,"parentId":2807,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14281,"timestamp":6733988518665,"id":2807,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/BezierCurve.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":11663,"timestamp":6733988521286,"id":2889,"parentId":2810,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988532952,"id":3008,"parentId":2810,"tags":{},"startTime":1776340935559,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14531,"timestamp":6733988518788,"id":2810,"parentId":1987,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/sectorLabel.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12034,"timestamp":6733988521289,"id":2890,"parentId":2811,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988533326,"id":3009,"parentId":2811,"tags":{},"startTime":1776340935560,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15344,"timestamp":6733988518827,"id":2811,"parentId":1991,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/labelLayout.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12884,"timestamp":6733988521292,"id":2891,"parentId":2812,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988534179,"id":3010,"parentId":2812,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15427,"timestamp":6733988518865,"id":2812,"parentId":1987,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/sectorHelper.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13043,"timestamp":6733988521258,"id":2882,"parentId":2803,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988534303,"id":3011,"parentId":2803,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16029,"timestamp":6733988518387,"id":2803,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polygon.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13139,"timestamp":6733988521280,"id":2887,"parentId":2808,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988534423,"id":3012,"parentId":2808,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15846,"timestamp":6733988518710,"id":2808,"parentId":1942,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Arc.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13264,"timestamp":6733988521295,"id":2892,"parentId":2813,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988534562,"id":3013,"parentId":2813,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15774,"timestamp":6733988518903,"id":2813,"parentId":1992,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13385,"timestamp":6733988521302,"id":2893,"parentId":2814,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988534690,"id":3014,"parentId":2814,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15888,"timestamp":6733988518942,"id":2814,"parentId":1981,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langEN.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13528,"timestamp":6733988521305,"id":2894,"parentId":2815,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988534836,"id":3015,"parentId":2815,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16042,"timestamp":6733988518976,"id":2815,"parentId":1981,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langZH.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13708,"timestamp":6733988521313,"id":2897,"parentId":2818,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988535026,"id":3016,"parentId":2818,"tags":{},"startTime":1776340935561,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16082,"timestamp":6733988519077,"id":2818,"parentId":1992,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/LegendVisualProvider.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13863,"timestamp":6733988521311,"id":2896,"parentId":2817,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988535177,"id":3017,"parentId":2817,"tags":{},"startTime":1776340935562,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16767,"timestamp":6733988519044,"id":2817,"parentId":1998,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/decal.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14523,"timestamp":6733988521316,"id":2898,"parentId":2819,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988535843,"id":3018,"parentId":2819,"tags":{},"startTime":1776340935562,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16886,"timestamp":6733988519113,"id":2819,"parentId":1995,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/makeStyleMapper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14681,"timestamp":6733988521324,"id":2901,"parentId":2822,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988536008,"id":3019,"parentId":2822,"tags":{},"startTime":1776340935562,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16960,"timestamp":6733988519215,"id":2822,"parentId":2005,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/treeHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14864,"timestamp":6733988521319,"id":2899,"parentId":2820,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988536187,"id":3020,"parentId":2820,"tags":{},"startTime":1776340935563,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17619,"timestamp":6733988519147,"id":2820,"parentId":2004,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15446,"timestamp":6733988521328,"id":2903,"parentId":2824,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988536779,"id":3021,"parentId":2824,"tags":{},"startTime":1776340935563,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17745,"timestamp":6733988519282,"id":2824,"parentId":2005,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15721,"timestamp":6733988521321,"id":2900,"parentId":2821,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988537047,"id":3022,"parentId":2821,"tags":{},"startTime":1776340935563,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18583,"timestamp":6733988519182,"id":2821,"parentId":2005,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Tree.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16464,"timestamp":6733988521308,"id":2895,"parentId":2816,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988537776,"id":3023,"parentId":2816,"tags":{},"startTime":1776340935564,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19027,"timestamp":6733988519009,"id":2816,"parentId":1987,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/shape/sausage.js","layer":"ssr"},"startTime":1776340935545,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16716,"timestamp":6733988521326,"id":2902,"parentId":2823,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988538045,"id":3024,"parentId":2823,"tags":{},"startTime":1776340935564,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18957,"timestamp":6733988519250,"id":2823,"parentId":2006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/animation.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16879,"timestamp":6733988521331,"id":2904,"parentId":2825,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":61,"timestamp":6733988538213,"id":3025,"parentId":2825,"tags":{},"startTime":1776340935565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19357,"timestamp":6733988519320,"id":2825,"parentId":2006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/Breadcrumb.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17344,"timestamp":6733988521339,"id":2906,"parentId":2827,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988538689,"id":3026,"parentId":2827,"tags":{},"startTime":1776340935565,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21383,"timestamp":6733988519387,"id":2827,"parentId":2007,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/VisualMapping.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19453,"timestamp":6733988521341,"id":2907,"parentId":2828,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":56,"timestamp":6733988540802,"id":3027,"parentId":2828,"tags":{},"startTime":1776340935567,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22088,"timestamp":6733988519420,"id":2828,"parentId":1993,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/helper/compatStyle.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20173,"timestamp":6733988521344,"id":2908,"parentId":2829,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988541521,"id":3028,"parentId":2829,"tags":{},"startTime":1776340935568,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22592,"timestamp":6733988519453,"id":2829,"parentId":2006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/RoamController.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20718,"timestamp":6733988521351,"id":2911,"parentId":2832,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988542076,"id":3029,"parentId":2832,"tags":{},"startTime":1776340935568,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22776,"timestamp":6733988519554,"id":2832,"parentId":2061,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/traversalHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20990,"timestamp":6733988521347,"id":2909,"parentId":2830,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988542340,"id":3030,"parentId":2830,"tags":{},"startTime":1776340935569,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24281,"timestamp":6733988519487,"id":2830,"parentId":2055,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/MapDraw.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22447,"timestamp":6733988521334,"id":2905,"parentId":2826,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":63,"timestamp":6733988543787,"id":3031,"parentId":2826,"tags":{},"startTime":1776340935570,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25789,"timestamp":6733988519355,"id":2826,"parentId":1990,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/PathProxy.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":23873,"timestamp":6733988521349,"id":2910,"parentId":2831,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988545226,"id":3032,"parentId":2831,"tags":{},"startTime":1776340935572,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26157,"timestamp":6733988519520,"id":2831,"parentId":2059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/layoutHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24330,"timestamp":6733988521354,"id":2912,"parentId":2833,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988545687,"id":3033,"parentId":2833,"tags":{},"startTime":1776340935572,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26229,"timestamp":6733988519586,"id":2833,"parentId":2059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/roamHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24461,"timestamp":6733988521361,"id":2915,"parentId":2836,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988545825,"id":3034,"parentId":2836,"tags":{},"startTime":1776340935572,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26491,"timestamp":6733988519684,"id":2836,"parentId":2059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/bbox.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24825,"timestamp":6733988521358,"id":2914,"parentId":2835,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988546186,"id":3035,"parentId":2835,"tags":{},"startTime":1776340935573,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26902,"timestamp":6733988519651,"id":2835,"parentId":2070,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataValueHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25202,"timestamp":6733988521356,"id":2913,"parentId":2834,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988546562,"id":3036,"parentId":2834,"tags":{},"startTime":1776340935573,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27036,"timestamp":6733988519619,"id":2834,"parentId":2059,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/cursorHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25294,"timestamp":6733988521364,"id":2916,"parentId":2837,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988546661,"id":3037,"parentId":2837,"tags":{},"startTime":1776340935573,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27303,"timestamp":6733988519715,"id":2837,"parentId":2105,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25662,"timestamp":6733988521368,"id":2918,"parentId":2839,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988547033,"id":3038,"parentId":2839,"tags":{},"startTime":1776340935573,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27543,"timestamp":6733988519783,"id":2839,"parentId":2106,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25964,"timestamp":6733988521366,"id":2917,"parentId":2838,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988547340,"id":3039,"parentId":2838,"tags":{},"startTime":1776340935574,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27770,"timestamp":6733988519750,"id":2838,"parentId":2104,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26154,"timestamp":6733988521370,"id":2919,"parentId":2840,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988547527,"id":3040,"parentId":2840,"tags":{},"startTime":1776340935574,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28003,"timestamp":6733988519815,"id":2840,"parentId":2108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LineDraw.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26450,"timestamp":6733988521372,"id":2920,"parentId":2841,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988547829,"id":3041,"parentId":2841,"tags":{},"startTime":1776340935574,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28287,"timestamp":6733988519847,"id":2841,"parentId":2106,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26761,"timestamp":6733988521377,"id":2922,"parentId":2843,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988548141,"id":3042,"parentId":2843,"tags":{},"startTime":1776340935575,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28327,"timestamp":6733988519918,"id":2843,"parentId":2108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/graphHelper.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26869,"timestamp":6733988521379,"id":2923,"parentId":2844,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988548251,"id":3043,"parentId":2844,"tags":{},"startTime":1776340935575,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28521,"timestamp":6733988519951,"id":2844,"parentId":2109,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27102,"timestamp":6733988521375,"id":2921,"parentId":2842,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988548479,"id":3044,"parentId":2842,"tags":{},"startTime":1776340935575,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28974,"timestamp":6733988519884,"id":2842,"parentId":2108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/adjustEdge.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27481,"timestamp":6733988521381,"id":2924,"parentId":2845,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988548865,"id":3045,"parentId":2845,"tags":{},"startTime":1776340935575,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29506,"timestamp":6733988519997,"id":2845,"parentId":2209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Handler.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28130,"timestamp":6733988521385,"id":2926,"parentId":2847,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988549519,"id":3046,"parentId":2847,"tags":{},"startTime":1776340935576,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29562,"timestamp":6733988520068,"id":2847,"parentId":2209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/config.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28230,"timestamp":6733988521406,"id":2929,"parentId":2850,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988549639,"id":3047,"parentId":2850,"tags":{},"startTime":1776340935576,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30380,"timestamp":6733988520171,"id":2850,"parentId":2216,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/helper.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29183,"timestamp":6733988521383,"id":2925,"parentId":2846,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988550571,"id":3048,"parentId":2846,"tags":{},"startTime":1776340935577,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31023,"timestamp":6733988520033,"id":2846,"parentId":2209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Storage.js","layer":"ssr"},"startTime":1776340935546,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29685,"timestamp":6733988521389,"id":2928,"parentId":2849,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":50,"timestamp":6733988551082,"id":3049,"parentId":2849,"tags":{},"startTime":1776340935577,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32965,"timestamp":6733988520140,"id":2849,"parentId":2218,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Element.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":31702,"timestamp":6733988521414,"id":2930,"parentId":2851,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988553121,"id":3050,"parentId":2851,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33186,"timestamp":6733988520205,"id":2851,"parentId":2216,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/TSpan.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32010,"timestamp":6733988521387,"id":2927,"parentId":2848,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988553401,"id":3051,"parentId":2848,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33545,"timestamp":6733988520107,"id":2848,"parentId":2215,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/LRU.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32241,"timestamp":6733988521416,"id":2931,"parentId":2852,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988553661,"id":3052,"parentId":2852,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33574,"timestamp":6733988520236,"id":2852,"parentId":2216,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/dashStyle.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32398,"timestamp":6733988521418,"id":2932,"parentId":2853,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988553819,"id":3053,"parentId":2853,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33625,"timestamp":6733988520267,"id":2853,"parentId":2216,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/constants.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32469,"timestamp":6733988521429,"id":2937,"parentId":2858,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988553902,"id":3054,"parentId":2858,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33614,"timestamp":6733988520464,"id":2858,"parentId":2222,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/PointerPath.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32662,"timestamp":6733988521420,"id":2933,"parentId":2854,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988554085,"id":3055,"parentId":2854,"tags":{},"startTime":1776340935580,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33976,"timestamp":6733988520299,"id":2854,"parentId":2216,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/image.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32854,"timestamp":6733988521424,"id":2935,"parentId":2856,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988554282,"id":3056,"parentId":2856,"tags":{},"startTime":1776340935581,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34603,"timestamp":6733988520362,"id":2856,"parentId":2209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/dom/HandlerProxy.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33531,"timestamp":6733988521439,"id":2941,"parentId":2862,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988554974,"id":3057,"parentId":2862,"tags":{},"startTime":1776340935581,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34557,"timestamp":6733988520668,"id":2862,"parentId":2260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Polyline.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33803,"timestamp":6733988521431,"id":2938,"parentId":2859,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988555238,"id":3058,"parentId":2859,"tags":{},"startTime":1776340935582,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34983,"timestamp":6733988520544,"id":2859,"parentId":2245,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34111,"timestamp":6733988521422,"id":2934,"parentId":2855,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988555536,"id":3059,"parentId":2855,"tags":{},"startTime":1776340935582,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35530,"timestamp":6733988520331,"id":2855,"parentId":2209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animation.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34439,"timestamp":6733988521436,"id":2940,"parentId":2861,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988555878,"id":3060,"parentId":2861,"tags":{},"startTime":1776340935582,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35667,"timestamp":6733988520635,"id":2861,"parentId":2258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectSymbol.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34879,"timestamp":6733988521433,"id":2939,"parentId":2860,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988556315,"id":3061,"parentId":2860,"tags":{},"startTime":1776340935583,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35916,"timestamp":6733988520600,"id":2860,"parentId":2248,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35095,"timestamp":6733988521427,"id":2936,"parentId":2857,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988556530,"id":3062,"parentId":2857,"tags":{},"startTime":1776340935583,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36994,"timestamp":6733988520401,"id":2857,"parentId":2219,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/path.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35954,"timestamp":6733988521451,"id":2947,"parentId":2868,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988557410,"id":3063,"parentId":2868,"tags":{},"startTime":1776340935584,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36870,"timestamp":6733988520879,"id":2868,"parentId":2266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36314,"timestamp":6733988521441,"id":2942,"parentId":2863,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988557758,"id":3064,"parentId":2863,"tags":{},"startTime":1776340935584,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37517,"timestamp":6733988520701,"id":2863,"parentId":2260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectLine.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36780,"timestamp":6733988521445,"id":2944,"parentId":2865,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988558230,"id":3065,"parentId":2865,"tags":{},"startTime":1776340935585,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":37763,"timestamp":6733988520770,"id":2865,"parentId":2260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectPolyline.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37095,"timestamp":6733988521443,"id":2943,"parentId":2864,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988558542,"id":3066,"parentId":2864,"tags":{},"startTime":1776340935585,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38589,"timestamp":6733988520736,"id":2864,"parentId":2260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Line.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37880,"timestamp":6733988521449,"id":2946,"parentId":2867,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988559333,"id":3067,"parentId":2867,"tags":{},"startTime":1776340935586,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39077,"timestamp":6733988520842,"id":2867,"parentId":2269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38478,"timestamp":6733988521447,"id":2945,"parentId":2866,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733988559929,"id":3068,"parentId":2866,"tags":{},"startTime":1776340935586,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40407,"timestamp":6733988520804,"id":2866,"parentId":2260,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeLineDraw.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39774,"timestamp":6733988521453,"id":2948,"parentId":2869,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988561235,"id":3069,"parentId":2869,"tags":{},"startTime":1776340935588,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40589,"timestamp":6733988520912,"id":2869,"parentId":2311,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisDefault.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40174,"timestamp":6733988521457,"id":2949,"parentId":2870,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988561636,"id":3070,"parentId":2870,"tags":{},"startTime":1776340935588,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40787,"timestamp":6733988520955,"id":2870,"parentId":2311,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisCommonTypes.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40303,"timestamp":6733988521459,"id":2950,"parentId":2871,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988561766,"id":3071,"parentId":2871,"tags":{},"startTime":1776340935588,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41029,"timestamp":6733988520990,"id":2871,"parentId":2311,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/OrdinalMeta.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40563,"timestamp":6733988521461,"id":2951,"parentId":2872,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988562028,"id":3072,"parentId":2872,"tags":{},"startTime":1776340935588,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41768,"timestamp":6733988521029,"id":2872,"parentId":2310,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Layer.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41448,"timestamp":6733988521463,"id":2952,"parentId":2873,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988562915,"id":3073,"parentId":2873,"tags":{},"startTime":1776340935589,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41977,"timestamp":6733988521064,"id":2873,"parentId":2310,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/requestAnimationFrame.js","layer":"ssr"},"startTime":1776340935547,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":41659,"timestamp":6733988521472,"id":2953,"parentId":2874,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":87,"timestamp":6733988563138,"id":3074,"parentId":2874,"tags":{},"startTime":1776340935590,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42811,"timestamp":6733988521102,"id":2874,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/styleCompat.js","layer":"ssr"},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42493,"timestamp":6733988521474,"id":2954,"parentId":2875,"tags":{},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":40,"timestamp":6733988563973,"id":3075,"parentId":2875,"tags":{},"startTime":1776340935590,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43561,"timestamp":6733988521134,"id":2875,"parentId":2314,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js","layer":"ssr"},"startTime":1776340935548,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":49360,"timestamp":6733988523944,"id":2965,"parentId":2958,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988573314,"id":3076,"parentId":2958,"tags":{},"startTime":1776340935600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":49824,"timestamp":6733988523726,"id":2958,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/prepareCustom.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":49616,"timestamp":6733988523939,"id":2964,"parentId":2957,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988573559,"id":3077,"parentId":2957,"tags":{},"startTime":1776340935600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":50033,"timestamp":6733988523688,"id":2957,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/prepareCustom.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":49823,"timestamp":6733988523923,"id":2962,"parentId":2955,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988573750,"id":3078,"parentId":2955,"tags":{},"startTime":1776340935600,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":51550,"timestamp":6733988523564,"id":2955,"parentId":2314,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/viewHelper.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":51174,"timestamp":6733988523954,"id":2968,"parentId":2961,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988575134,"id":3079,"parentId":2961,"tags":{},"startTime":1776340935602,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":51481,"timestamp":6733988523862,"id":2961,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/prepareCustom.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":51397,"timestamp":6733988523951,"id":2967,"parentId":2960,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988575352,"id":3080,"parentId":2960,"tags":{},"startTime":1776340935602,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":51636,"timestamp":6733988523821,"id":2960,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/prepareCustom.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":51529,"timestamp":6733988523935,"id":2963,"parentId":2956,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988575468,"id":3081,"parentId":2956,"tags":{},"startTime":1776340935602,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":53165,"timestamp":6733988523628,"id":2956,"parentId":2314,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisBuilder.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53042,"timestamp":6733988523948,"id":2966,"parentId":2959,"tags":{},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988576996,"id":3082,"parentId":2959,"tags":{},"startTime":1776340935603,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":53462,"timestamp":6733988523771,"id":2959,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/prepareCustom.js","layer":"ssr"},"startTime":1776340935550,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":62310,"timestamp":6733988524802,"id":2974,"parentId":2970,"tags":{},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":987,"timestamp":6733988587120,"id":3083,"parentId":2970,"tags":{},"startTime":1776340935614,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":63999,"timestamp":6733988524659,"id":2970,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js","layer":"ssr"},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":63878,"timestamp":6733988524793,"id":2973,"parentId":2969,"tags":{},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":48,"timestamp":6733988588678,"id":3084,"parentId":2969,"tags":{},"startTime":1776340935615,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65114,"timestamp":6733988524603,"id":2969,"parentId":2308,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicTransition.js","layer":"ssr"},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64931,"timestamp":6733988524804,"id":2975,"parentId":2971,"tags":{},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988589741,"id":3085,"parentId":2971,"tags":{},"startTime":1776340935616,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65188,"timestamp":6733988524706,"id":2971,"parentId":2334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js","layer":"ssr"},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":65092,"timestamp":6733988524806,"id":2976,"parentId":2972,"tags":{},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988589902,"id":3086,"parentId":2972,"tags":{},"startTime":1776340935616,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65253,"timestamp":6733988524750,"id":2972,"parentId":2334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js","layer":"ssr"},"startTime":1776340935551,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64450,"timestamp":6733988525887,"id":2987,"parentId":2978,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988590344,"id":3087,"parentId":2978,"tags":{},"startTime":1776340935617,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":65285,"timestamp":6733988525555,"id":2978,"parentId":2336,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/text.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":64960,"timestamp":6733988525889,"id":2988,"parentId":2979,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988590854,"id":3088,"parentId":2979,"tags":{},"startTime":1776340935617,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":66247,"timestamp":6733988525592,"id":2979,"parentId":2333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":65947,"timestamp":6733988525897,"id":2989,"parentId":2980,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988591848,"id":3089,"parentId":2980,"tags":{},"startTime":1776340935618,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":66624,"timestamp":6733988525629,"id":2980,"parentId":2333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":66364,"timestamp":6733988525898,"id":2990,"parentId":2981,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988592266,"id":3090,"parentId":2981,"tags":{},"startTime":1776340935619,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":66811,"timestamp":6733988525672,"id":2981,"parentId":2333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":66591,"timestamp":6733988525900,"id":2991,"parentId":2982,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988592494,"id":3091,"parentId":2982,"tags":{},"startTime":1776340935619,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67025,"timestamp":6733988525719,"id":2982,"parentId":2333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/globalListener.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":66847,"timestamp":6733988525902,"id":2992,"parentId":2983,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988592755,"id":3092,"parentId":2983,"tags":{},"startTime":1776340935619,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67252,"timestamp":6733988525757,"id":2983,"parentId":2333,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/helper.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":67108,"timestamp":6733988525906,"id":2994,"parentId":2985,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988593022,"id":3093,"parentId":2985,"tags":{},"startTime":1776340935619,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":67624,"timestamp":6733988525842,"id":2985,"parentId":2423,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualSolution.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":78327,"timestamp":6733988525904,"id":2993,"parentId":2984,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":42,"timestamp":6733988604246,"id":3094,"parentId":2984,"tags":{},"startTime":1776340935631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":78768,"timestamp":6733988525791,"id":2984,"parentId":2338,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleAxisHelper.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":78686,"timestamp":6733988525883,"id":2986,"parentId":2977,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":46,"timestamp":6733988604574,"id":3095,"parentId":2977,"tags":{},"startTime":1776340935631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":79291,"timestamp":6733988525510,"id":2977,"parentId":2336,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/listComponent.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":78829,"timestamp":6733988525980,"id":2996,"parentId":2995,"tags":{},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988604813,"id":3096,"parentId":2995,"tags":{},"startTime":1776340935631,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":79181,"timestamp":6733988525942,"id":2995,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/selector.js","layer":"ssr"},"startTime":1776340935552,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13703,"timestamp":6733988608409,"id":3114,"parentId":3100,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988622127,"id":3249,"parentId":3100,"tags":{},"startTime":1776340935649,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14856,"timestamp":6733988607887,"id":3100,"parentId":2427,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisAlignTicks.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14360,"timestamp":6733988608401,"id":3112,"parentId":3098,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988622764,"id":3250,"parentId":3098,"tags":{},"startTime":1776340935649,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15316,"timestamp":6733988607794,"id":3098,"parentId":2416,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14702,"timestamp":6733988608416,"id":3116,"parentId":3102,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":28,"timestamp":6733988623195,"id":3251,"parentId":3102,"tags":{},"startTime":1776340935650,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15413,"timestamp":6733988607960,"id":3102,"parentId":2431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/brushHelper.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14992,"timestamp":6733988608391,"id":3111,"parentId":3097,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988623387,"id":3252,"parentId":3097,"tags":{},"startTime":1776340935650,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16507,"timestamp":6733988607704,"id":3097,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushTargetManager.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":15815,"timestamp":6733988608405,"id":3113,"parentId":3099,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988624225,"id":3253,"parentId":3099,"tags":{},"startTime":1776340935651,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17964,"timestamp":6733988607844,"id":3099,"parentId":2422,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushController.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17406,"timestamp":6733988608413,"id":3115,"parentId":3101,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988625823,"id":3254,"parentId":3101,"tags":{},"startTime":1776340935652,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18048,"timestamp":6733988607922,"id":3101,"parentId":2427,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/IndicatorAxis.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17555,"timestamp":6733988608420,"id":3117,"parentId":3103,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":47,"timestamp":6733988625978,"id":3255,"parentId":3103,"tags":{},"startTime":1776340935652,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20411,"timestamp":6733988607995,"id":3103,"parentId":2425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/graphic.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20003,"timestamp":6733988608422,"id":3118,"parentId":3104,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988628434,"id":3256,"parentId":3104,"tags":{},"startTime":1776340935655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20820,"timestamp":6733988608030,"id":3104,"parentId":2425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/core.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20424,"timestamp":6733988608432,"id":3122,"parentId":3108,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988628860,"id":3257,"parentId":3108,"tags":{},"startTime":1776340935655,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20987,"timestamp":6733988608162,"id":3108,"parentId":2434,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/axisSplitHelper.js","layer":"ssr"},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":20729,"timestamp":6733988608425,"id":3119,"parentId":3105,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988629158,"id":3258,"parentId":3105,"tags":{},"startTime":1776340935656,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21640,"timestamp":6733988608063,"id":3105,"parentId":2425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/helper.js","layer":"ssr"},"startTime":1776340935634,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21282,"timestamp":6733988608430,"id":3121,"parentId":3107,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":37,"timestamp":6733988629716,"id":3259,"parentId":3107,"tags":{},"startTime":1776340935656,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22092,"timestamp":6733988608128,"id":3107,"parentId":2427,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Interval.js","layer":"ssr"},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25312,"timestamp":6733988608428,"id":3120,"parentId":3106,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988633745,"id":3260,"parentId":3106,"tags":{},"startTime":1776340935660,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26244,"timestamp":6733988608095,"id":3106,"parentId":2425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/patch.js","layer":"ssr"},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25911,"timestamp":6733988608434,"id":3123,"parentId":3109,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988634349,"id":3261,"parentId":3109,"tags":{},"startTime":1776340935661,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27583,"timestamp":6733988608199,"id":3109,"parentId":1754,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/node_modules/tslib/tslib.es6.js","layer":"ssr"},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27383,"timestamp":6733988608450,"id":3124,"parentId":3110,"tags":{},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988635838,"id":3262,"parentId":3110,"tags":{},"startTime":1776340935662,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28046,"timestamp":6733988608234,"id":3110,"parentId":2436,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/Polar.js","layer":"ssr"},"startTime":1776340935635,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":18503,"timestamp":6733988620434,"id":3181,"parentId":3126,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988638946,"id":3263,"parentId":3126,"tags":{},"startTime":1776340935665,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21249,"timestamp":6733988618125,"id":3126,"parentId":2433,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/helper.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":18954,"timestamp":6733988620440,"id":3182,"parentId":3127,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988639403,"id":3264,"parentId":3127,"tags":{},"startTime":1776340935666,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21752,"timestamp":6733988618171,"id":3127,"parentId":2469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":19521,"timestamp":6733988620413,"id":3180,"parentId":3125,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988639937,"id":3265,"parentId":3125,"tags":{},"startTime":1776340935666,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23537,"timestamp":6733988618030,"id":3125,"parentId":2463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/Parallel.js","layer":"ssr"},"startTime":1776340935644,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21129,"timestamp":6733988620446,"id":3183,"parentId":3128,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988641579,"id":3266,"parentId":3128,"tags":{},"startTime":1776340935668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23566,"timestamp":6733988618215,"id":3128,"parentId":2469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Axis2D.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21339,"timestamp":6733988620451,"id":3184,"parentId":3129,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988641793,"id":3267,"parentId":3129,"tags":{},"startTime":1776340935668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23641,"timestamp":6733988618262,"id":3129,"parentId":2506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/getTextRect.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21440,"timestamp":6733988620467,"id":3187,"parentId":3132,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988641910,"id":3268,"parentId":3132,"tags":{},"startTime":1776340935668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23857,"timestamp":6733988618374,"id":3132,"parentId":2514,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerModel.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":21773,"timestamp":6733988620463,"id":3186,"parentId":3131,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988642253,"id":3269,"parentId":3131,"tags":{},"startTime":1776340935669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24222,"timestamp":6733988618337,"id":3131,"parentId":2513,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoJSONResource.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22111,"timestamp":6733988620460,"id":3185,"parentId":3130,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988642574,"id":3270,"parentId":3130,"tags":{},"startTime":1776340935669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24740,"timestamp":6733988618300,"id":3130,"parentId":2513,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoSVGResource.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22568,"timestamp":6733988620480,"id":3191,"parentId":3136,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988643052,"id":3271,"parentId":3136,"tags":{},"startTime":1776340935669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24878,"timestamp":6733988618521,"id":3136,"parentId":2506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/dom.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":22932,"timestamp":6733988620474,"id":3189,"parentId":3134,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988643409,"id":3272,"parentId":3134,"tags":{},"startTime":1776340935670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25229,"timestamp":6733988618446,"id":3134,"parentId":2509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerView.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23215,"timestamp":6733988620471,"id":3188,"parentId":3133,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988643691,"id":3273,"parentId":3133,"tags":{},"startTime":1776340935670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25745,"timestamp":6733988618412,"id":3133,"parentId":2509,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/markerHelper.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":23686,"timestamp":6733988620477,"id":3190,"parentId":3135,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988644166,"id":3274,"parentId":3135,"tags":{},"startTime":1776340935671,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26141,"timestamp":6733988618484,"id":3135,"parentId":2511,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Geo.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24149,"timestamp":6733988620486,"id":3193,"parentId":3138,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988644638,"id":3275,"parentId":3138,"tags":{},"startTime":1776340935671,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26427,"timestamp":6733988618597,"id":3138,"parentId":2516,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Ordinal.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":24557,"timestamp":6733988620483,"id":3192,"parentId":3137,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":60,"timestamp":6733988645043,"id":3276,"parentId":3137,"tags":{},"startTime":1776340935671,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27662,"timestamp":6733988618561,"id":3137,"parentId":2506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/parseText.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":25738,"timestamp":6733988620491,"id":3195,"parentId":3140,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988646233,"id":3277,"parentId":3140,"tags":{},"startTime":1776340935673,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27863,"timestamp":6733988618667,"id":3140,"parentId":2519,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineModel.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":26045,"timestamp":6733988620488,"id":3194,"parentId":3139,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":60,"timestamp":6733988646536,"id":3278,"parentId":3139,"tags":{},"startTime":1776340935673,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29008,"timestamp":6733988618632,"id":3139,"parentId":2516,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Time.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27142,"timestamp":6733988620503,"id":3199,"parentId":3144,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988647649,"id":3279,"parentId":3144,"tags":{},"startTime":1776340935674,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28933,"timestamp":6733988618834,"id":3144,"parentId":2539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomView.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27278,"timestamp":6733988620494,"id":3196,"parentId":3141,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988647775,"id":3280,"parentId":3141,"tags":{},"startTime":1776340935674,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29203,"timestamp":6733988618703,"id":3141,"parentId":2516,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineView.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27412,"timestamp":6733988620497,"id":3197,"parentId":3142,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988647912,"id":3281,"parentId":3142,"tags":{},"startTime":1776340935674,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29274,"timestamp":6733988618748,"id":3142,"parentId":2516,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineAxis.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":27517,"timestamp":6733988620508,"id":3201,"parentId":3146,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988648028,"id":3282,"parentId":3146,"tags":{},"startTime":1776340935674,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29872,"timestamp":6733988619025,"id":3146,"parentId":2538,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28400,"timestamp":6733988620510,"id":3202,"parentId":3147,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":44,"timestamp":6733988648916,"id":3283,"parentId":3147,"tags":{},"startTime":1776340935675,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30121,"timestamp":6733988619073,"id":3147,"parentId":2542,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":28701,"timestamp":6733988620512,"id":3203,"parentId":3148,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988649217,"id":3284,"parentId":3148,"tags":{},"startTime":1776340935676,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30238,"timestamp":6733988619120,"id":3148,"parentId":2542,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":28963,"timestamp":6733988620500,"id":3198,"parentId":3143,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988649467,"id":3285,"parentId":3143,"tags":{},"startTime":1776340935676,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31093,"timestamp":6733988618786,"id":3143,"parentId":2532,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/Single.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29392,"timestamp":6733988620506,"id":3200,"parentId":3145,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988649907,"id":3286,"parentId":3145,"tags":{},"startTime":1776340935676,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31213,"timestamp":6733988618962,"id":3145,"parentId":2539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/sliderMove.js","layer":"ssr"},"startTime":1776340935645,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":29661,"timestamp":6733988620519,"id":3206,"parentId":3151,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988650184,"id":3287,"parentId":3151,"tags":{},"startTime":1776340935677,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31334,"timestamp":6733988619273,"id":3151,"parentId":2543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/event.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30089,"timestamp":6733988620529,"id":3208,"parentId":3153,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988650621,"id":3288,"parentId":3153,"tags":{},"startTime":1776340935677,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31813,"timestamp":6733988619360,"id":3153,"parentId":2553,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/conditionalExpression.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30647,"timestamp":6733988620532,"id":3209,"parentId":3154,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988651182,"id":3289,"parentId":3154,"tags":{},"startTime":1776340935678,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32043,"timestamp":6733988619418,"id":3154,"parentId":2543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapView.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":30930,"timestamp":6733988620534,"id":3210,"parentId":3155,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988651468,"id":3290,"parentId":3155,"tags":{},"startTime":1776340935678,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32188,"timestamp":6733988619460,"id":3155,"parentId":2543,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/helper.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":31136,"timestamp":6733988620521,"id":3207,"parentId":3152,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988651666,"id":3291,"parentId":3152,"tags":{},"startTime":1776340935678,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32505,"timestamp":6733988619317,"id":3152,"parentId":2547,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualDefault.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":31318,"timestamp":6733988620515,"id":3204,"parentId":3149,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":44,"timestamp":6733988651839,"id":3292,"parentId":3149,"tags":{},"startTime":1776340935678,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33731,"timestamp":6733988619181,"id":3149,"parentId":2540,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/helper.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32384,"timestamp":6733988620536,"id":3211,"parentId":3156,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988652924,"id":3293,"parentId":3156,"tags":{},"startTime":1776340935679,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33525,"timestamp":6733988619504,"id":3156,"parentId":2544,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualMapAction.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32491,"timestamp":6733988620541,"id":3213,"parentId":3158,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988653036,"id":3294,"parentId":3158,"tags":{},"startTime":1776340935679,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33639,"timestamp":6733988619592,"id":3158,"parentId":2544,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualEncoding.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":32694,"timestamp":6733988620543,"id":3214,"parentId":3159,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988653241,"id":3295,"parentId":3159,"tags":{},"startTime":1776340935680,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34280,"timestamp":6733988619636,"id":3159,"parentId":2541,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapModel.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33386,"timestamp":6733988620539,"id":3212,"parentId":3157,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988653927,"id":3296,"parentId":3157,"tags":{},"startTime":1776340935680,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34513,"timestamp":6733988619550,"id":3157,"parentId":2544,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/preprocessor.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33549,"timestamp":6733988620517,"id":3205,"parentId":3150,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988654069,"id":3297,"parentId":3150,"tags":{},"startTime":1776340935680,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35039,"timestamp":6733988619225,"id":3150,"parentId":2529,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/history.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":33722,"timestamp":6733988620545,"id":3215,"parentId":3160,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988654270,"id":3298,"parentId":3160,"tags":{},"startTime":1776340935681,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35393,"timestamp":6733988619677,"id":3160,"parentId":2561,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/curve.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34529,"timestamp":6733988620547,"id":3216,"parentId":3161,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988655080,"id":3299,"parentId":3161,"tags":{},"startTime":1776340935681,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35585,"timestamp":6733988619711,"id":3161,"parentId":2562,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/transformPath.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":34751,"timestamp":6733988620549,"id":3217,"parentId":3162,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988655303,"id":3300,"parentId":3162,"tags":{},"startTime":1776340935682,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36235,"timestamp":6733988619744,"id":3162,"parentId":2561,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/dividePath.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35428,"timestamp":6733988620556,"id":3220,"parentId":3165,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988655987,"id":3301,"parentId":3165,"tags":{},"startTime":1776340935682,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36631,"timestamp":6733988619854,"id":3165,"parentId":2561,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/convertPath.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35935,"timestamp":6733988620554,"id":3219,"parentId":3164,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988656492,"id":3302,"parentId":3164,"tags":{},"startTime":1776340935683,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36838,"timestamp":6733988619813,"id":3164,"parentId":2650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Scale.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36098,"timestamp":6733988620558,"id":3221,"parentId":3166,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988656660,"id":3303,"parentId":3166,"tags":{},"startTime":1776340935683,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37179,"timestamp":6733988619895,"id":3166,"parentId":2650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Log.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":36521,"timestamp":6733988620561,"id":3222,"parentId":3167,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":43,"timestamp":6733988657095,"id":3304,"parentId":3167,"tags":{},"startTime":1776340935684,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37671,"timestamp":6733988619928,"id":3167,"parentId":2650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/scaleRawExtentInfo.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37042,"timestamp":6733988620563,"id":3223,"parentId":3168,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":31,"timestamp":6733988657608,"id":3305,"parentId":3168,"tags":{},"startTime":1776340935684,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37969,"timestamp":6733988619961,"id":3168,"parentId":2655,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/referHelper.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37371,"timestamp":6733988620564,"id":3224,"parentId":3169,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988657938,"id":3306,"parentId":3169,"tags":{},"startTime":1776340935684,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38059,"timestamp":6733988619999,"id":3169,"parentId":2658,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/polygon.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37510,"timestamp":6733988620552,"id":3218,"parentId":3163,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":39,"timestamp":6733988658065,"id":3307,"parentId":3163,"tags":{},"startTime":1776340935684,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38386,"timestamp":6733988619776,"id":3163,"parentId":2642,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Gradient.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":37600,"timestamp":6733988620566,"id":3225,"parentId":3170,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988658173,"id":3308,"parentId":3170,"tags":{},"startTime":1776340935685,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39148,"timestamp":6733988620049,"id":3170,"parentId":2218,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/node_modules/tslib/tslib.es6.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":38636,"timestamp":6733988620570,"id":3227,"parentId":3172,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988659209,"id":3309,"parentId":3172,"tags":{},"startTime":1776340935686,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39754,"timestamp":6733988620129,"id":3172,"parentId":2801,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundSector.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39318,"timestamp":6733988620572,"id":3228,"parentId":3173,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988659894,"id":3310,"parentId":3173,"tags":{},"startTime":1776340935686,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39867,"timestamp":6733988620163,"id":3173,"parentId":2802,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/poly.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39466,"timestamp":6733988620568,"id":3226,"parentId":3171,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":26,"timestamp":6733988660037,"id":3311,"parentId":3171,"tags":{},"startTime":1776340935686,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40192,"timestamp":6733988620083,"id":3171,"parentId":2821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/linkSeriesData.js","layer":"ssr"},"startTime":1776340935646,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39754,"timestamp":6733988620576,"id":3230,"parentId":3175,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988660334,"id":3312,"parentId":3175,"tags":{},"startTime":1776340935687,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40236,"timestamp":6733988620231,"id":3175,"parentId":2817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/WeakMap.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":39896,"timestamp":6733988620574,"id":3229,"parentId":3174,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988660473,"id":3313,"parentId":3174,"tags":{},"startTime":1776340935687,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40465,"timestamp":6733988620198,"id":3174,"parentId":2804,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundRect.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40112,"timestamp":6733988620587,"id":3234,"parentId":3179,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":33,"timestamp":6733988660703,"id":3314,"parentId":3179,"tags":{},"startTime":1776340935687,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40476,"timestamp":6733988620370,"id":3179,"parentId":2829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/interactionMutex.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":40268,"timestamp":6733988620581,"id":3231,"parentId":3176,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":36,"timestamp":6733988660852,"id":3315,"parentId":3176,"tags":{},"startTime":1776340935687,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":42139,"timestamp":6733988620263,"id":3176,"parentId":2849,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animator.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42013,"timestamp":6733988620583,"id":3232,"parentId":3177,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":49,"timestamp":6733988662602,"id":3316,"parentId":3177,"tags":{},"startTime":1776340935689,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":43202,"timestamp":6733988620296,"id":3177,"parentId":2845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/GestureMgr.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":42920,"timestamp":6733988620585,"id":3233,"parentId":3178,"tags":{},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988663509,"id":3317,"parentId":3178,"tags":{},"startTime":1776340935690,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":44062,"timestamp":6733988620333,"id":3178,"parentId":2844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Graph.js","layer":"ssr"},"startTime":1776340935647,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53443,"timestamp":6733988621423,"id":3243,"parentId":3237,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988674872,"id":3318,"parentId":3237,"tags":{},"startTime":1776340935701,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":53920,"timestamp":6733988621235,"id":3237,"parentId":2857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/quadratic.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53743,"timestamp":6733988621419,"id":3242,"parentId":3236,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988675165,"id":3319,"parentId":3236,"tags":{},"startTime":1776340935702,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54095,"timestamp":6733988621194,"id":3236,"parentId":2857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/cubic.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":53884,"timestamp":6733988621410,"id":3241,"parentId":3235,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988675296,"id":3320,"parentId":3235,"tags":{},"startTime":1776340935702,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54283,"timestamp":6733988621138,"id":3235,"parentId":2857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/line.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":54020,"timestamp":6733988621431,"id":3246,"parentId":3240,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988675454,"id":3321,"parentId":3240,"tags":{},"startTime":1776340935702,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54367,"timestamp":6733988621346,"id":3240,"parentId":2864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LinePath.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":54290,"timestamp":6733988621429,"id":3245,"parentId":3239,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":23,"timestamp":6733988675722,"id":3322,"parentId":3239,"tags":{},"startTime":1776340935702,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":54526,"timestamp":6733988621308,"id":3239,"parentId":2857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/windingLine.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":54515,"timestamp":6733988621426,"id":3244,"parentId":3238,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988675945,"id":3323,"parentId":3238,"tags":{},"startTime":1776340935702,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":55413,"timestamp":6733988621270,"id":3238,"parentId":2857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/arc.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":55122,"timestamp":6733988621687,"id":3248,"parentId":3247,"tags":{},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988676814,"id":3324,"parentId":3247,"tags":{},"startTime":1776340935703,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":55419,"timestamp":6733988621630,"id":3247,"parentId":2845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/mixin/Draggable.js","layer":"ssr"},"startTime":1776340935648,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":4747,"timestamp":6733988687364,"id":3332,"parentId":3325,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988692117,"id":3367,"parentId":3325,"tags":{},"startTime":1776340935719,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5583,"timestamp":6733988687009,"id":3325,"parentId":3103,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/SVGPathRebuilder.js","layer":"ssr"},"startTime":1776340935713,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":5220,"timestamp":6733988687380,"id":3335,"parentId":3328,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":32,"timestamp":6733988692604,"id":3368,"parentId":3328,"tags":{},"startTime":1776340935719,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5657,"timestamp":6733988687215,"id":3328,"parentId":3103,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssEmphasis.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":5495,"timestamp":6733988687384,"id":3336,"parentId":3329,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988692882,"id":3369,"parentId":3329,"tags":{},"startTime":1776340935719,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5826,"timestamp":6733988687252,"id":3329,"parentId":3106,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/domapi.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":5710,"timestamp":6733988687372,"id":3333,"parentId":3326,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988693085,"id":3370,"parentId":3326,"tags":{},"startTime":1776340935719,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6220,"timestamp":6733988687130,"id":3326,"parentId":3103,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":6776,"timestamp":6733988687387,"id":3337,"parentId":3330,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988694169,"id":3371,"parentId":3330,"tags":{},"startTime":1776340935721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7124,"timestamp":6733988687287,"id":3330,"parentId":3110,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/RadiusAxis.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":7034,"timestamp":6733988687389,"id":3338,"parentId":3331,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988694426,"id":3372,"parentId":3331,"tags":{},"startTime":1776340935721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7353,"timestamp":6733988687321,"id":3331,"parentId":3110,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AngleAxis.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":7302,"timestamp":6733988687376,"id":3334,"parentId":3327,"tags":{},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988694680,"id":3373,"parentId":3327,"tags":{},"startTime":1776340935721,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8077,"timestamp":6733988687177,"id":3327,"parentId":3103,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssAnimation.js","layer":"ssr"},"startTime":1776340935714,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8288,"timestamp":6733988689139,"id":3345,"parentId":3340,"tags":{},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988697432,"id":3374,"parentId":3340,"tags":{},"startTime":1776340935724,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8650,"timestamp":6733988688964,"id":3340,"parentId":3127,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian.js","layer":"ssr"},"startTime":1776340935715,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8519,"timestamp":6733988689129,"id":3344,"parentId":3339,"tags":{},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988697653,"id":3375,"parentId":3339,"tags":{},"startTime":1776340935724,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9072,"timestamp":6733988688877,"id":3339,"parentId":3136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/fourPointsTransform.js","layer":"ssr"},"startTime":1776340935715,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":8928,"timestamp":6733988689144,"id":3346,"parentId":3341,"tags":{},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988698078,"id":3376,"parentId":3341,"tags":{},"startTime":1776340935724,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9255,"timestamp":6733988689010,"id":3341,"parentId":3125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelAxis.js","layer":"ssr"},"startTime":1776340935715,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":9123,"timestamp":6733988689148,"id":3347,"parentId":3342,"tags":{},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988698274,"id":3377,"parentId":3342,"tags":{},"startTime":1776340935725,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10681,"timestamp":6733988689047,"id":3342,"parentId":3130,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseSVG.js","layer":"ssr"},"startTime":1776340935715,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":10582,"timestamp":6733988689152,"id":3348,"parentId":3343,"tags":{},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988699737,"id":3378,"parentId":3343,"tags":{},"startTime":1776340935726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10756,"timestamp":6733988689088,"id":3343,"parentId":3130,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseXML.js","layer":"ssr"},"startTime":1776340935715,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":12796,"timestamp":6733988690162,"id":3355,"parentId":3349,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":27,"timestamp":6733988702961,"id":3379,"parentId":3349,"tags":{},"startTime":1776340935729,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13324,"timestamp":6733988689909,"id":3349,"parentId":3176,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Clip.js","layer":"ssr"},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13072,"timestamp":6733988690166,"id":3356,"parentId":3350,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":22,"timestamp":6733988703240,"id":3380,"parentId":3350,"tags":{},"startTime":1776340935730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13456,"timestamp":6733988689968,"id":3350,"parentId":3176,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/cubicEasing.js","layer":"ssr"},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13259,"timestamp":6733988690169,"id":3357,"parentId":3351,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":24,"timestamp":6733988703429,"id":3381,"parentId":3351,"tags":{},"startTime":1776340935730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13860,"timestamp":6733988690009,"id":3351,"parentId":3176,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/easing.js","layer":"ssr"},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":13709,"timestamp":6733988690171,"id":3358,"parentId":3352,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":38,"timestamp":6733988703884,"id":3382,"parentId":3352,"tags":{},"startTime":1776340935730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14511,"timestamp":6733988690050,"id":3352,"parentId":3147,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/AxisProxy.js","layer":"ssr"},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14422,"timestamp":6733988690172,"id":3359,"parentId":3353,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":35,"timestamp":6733988704599,"id":3383,"parentId":3353,"tags":{},"startTime":1776340935731,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14662,"timestamp":6733988690086,"id":3353,"parentId":3143,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/SingleAxis.js","layer":"ssr"},"startTime":1776340935716,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":14688,"timestamp":6733988690174,"id":3360,"parentId":3354,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":34,"timestamp":6733988704869,"id":3384,"parentId":3354,"tags":{},"startTime":1776340935731,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15058,"timestamp":6733988690124,"id":3354,"parentId":3173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/smoothBezier.js","layer":"ssr"},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16648,"timestamp":6733988690417,"id":3365,"parentId":3362,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":30,"timestamp":6733988707071,"id":3387,"parentId":3362,"tags":{},"startTime":1776340935733,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16903,"timestamp":6733988690330,"id":3362,"parentId":3131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/textCoord.js","layer":"ssr"},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":16838,"timestamp":6733988690414,"id":3364,"parentId":3361,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":29,"timestamp":6733988707256,"id":3388,"parentId":3361,"tags":{},"startTime":1776340935734,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17245,"timestamp":6733988690291,"id":3361,"parentId":3131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/nanhai.js","layer":"ssr"},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":17156,"timestamp":6733988690419,"id":3366,"parentId":3363,"tags":{},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":28,"timestamp":6733988707578,"id":3389,"parentId":3363,"tags":{},"startTime":1776340935734,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17322,"timestamp":6733988690365,"id":3363,"parentId":3131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js","layer":"ssr"},"startTime":1776340935717,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":3335,"timestamp":6733988705538,"id":3386,"parentId":3385,"tags":{},"startTime":1776340935732,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":25,"timestamp":6733988708878,"id":3390,"parentId":3385,"tags":{},"startTime":1776340935735,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3515,"timestamp":6733988705448,"id":3385,"parentId":3328,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssClassId.js","layer":"ssr"},"startTime":1776340935732,"traceId":"611bd841fd914c91"},{"name":"make","duration":1487235,"timestamp":6733987224633,"id":1694,"parentId":1693,"tags":{},"startTime":1776340934251,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":7348,"timestamp":6733988730546,"id":3392,"parentId":3391,"tags":{},"startTime":1776340935757,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":4,"timestamp":6733988737913,"id":3394,"parentId":3391,"tags":{},"startTime":1776340935764,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":2399,"timestamp":6733988737926,"id":3395,"parentId":3391,"tags":{},"startTime":1776340935764,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":4,"timestamp":6733988740341,"id":3396,"parentId":3391,"tags":{},"startTime":1776340935767,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733988740358,"id":3397,"parentId":3391,"tags":{},"startTime":1776340935767,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":4095,"timestamp":6733988737906,"id":3393,"parentId":3391,"tags":{},"startTime":1776340935764,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":5988,"timestamp":6733988744853,"id":3398,"parentId":3391,"tags":{},"startTime":1776340935771,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":47310,"timestamp":6733988750861,"id":3399,"parentId":3391,"tags":{},"startTime":1776340935777,"traceId":"611bd841fd914c91"},{"name":"hash","duration":1092,"timestamp":6733988800288,"id":3400,"parentId":3391,"tags":{},"startTime":1776340935827,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":73,"timestamp":6733988801380,"id":3401,"parentId":3391,"tags":{},"startTime":1776340935828,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":92,"timestamp":6733988801447,"id":3402,"parentId":3391,"tags":{},"startTime":1776340935828,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":135738,"timestamp":6733988801543,"id":3403,"parentId":3391,"tags":{},"startTime":1776340935828,"traceId":"611bd841fd914c91"},{"name":"seal","duration":214446,"timestamp":6733988724948,"id":3391,"parentId":1693,"tags":{},"startTime":1776340935751,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":1717793,"timestamp":6733987224180,"id":1693,"parentId":1691,"tags":{"name":"server"},"startTime":1776340934251,"traceId":"611bd841fd914c91"},{"name":"emit","duration":27374,"timestamp":6733988942007,"id":3404,"parentId":1691,"tags":{},"startTime":1776340935968,"traceId":"611bd841fd914c91"}] +[{"name":"webpack-invalidated-server","duration":1748677,"timestamp":6733987221276,"id":1691,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340934248,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":4160,"timestamp":6733988977154,"id":3412,"parentId":3406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Frecommendations%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340936004,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":4549,"timestamp":6733988977097,"id":3407,"parentId":3406,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@next/react-refresh-utils/dist/runtime.js"},"startTime":1776340936004,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":5651,"timestamp":6733988977148,"id":3409,"parentId":3406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340936004,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":7411,"timestamp":6733988977151,"id":3411,"parentId":3406,"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":1776340936004,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":7611,"timestamp":6733988977142,"id":3408,"parentId":3406,"tags":{"request":"./node_modules/next/dist/client/app-next-dev.js"},"startTime":1776340936004,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":7607,"timestamp":6733988977150,"id":3410,"parentId":3406,"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%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&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":1776340936004,"traceId":"611bd841fd914c91"},{"name":"build-module","duration":895,"timestamp":6733989068206,"id":3414,"parentId":3413,"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%2Fsectors%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1776340936095,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":10072,"timestamp":6733989070077,"id":3417,"parentId":3416,"tags":{},"startTime":1776340936096,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10201,"timestamp":6733989069957,"id":3416,"parentId":3415,"tags":{},"startTime":1776340936096,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":15257,"timestamp":6733989069843,"id":3415,"parentId":3414,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"app-pages-browser"},"startTime":1776340936096,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":139,"timestamp":6733989090859,"id":3421,"parentId":3419,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":225,"timestamp":6733989090865,"id":3422,"parentId":3420,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":41,"timestamp":6733989091094,"id":3427,"parentId":3420,"tags":{},"startTime":1776340936118,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1075,"timestamp":6733989090776,"id":3420,"parentId":3415,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/index.js","layer":"app-pages-browser"},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":2942,"timestamp":6733989090949,"id":3424,"parentId":3423,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3025,"timestamp":6733989090870,"id":3423,"parentId":3418,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"build-module-tsx","duration":4140,"timestamp":6733989090535,"id":3418,"parentId":3415,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/error-boundary.tsx","layer":"app-pages-browser"},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"next-swc-transform","duration":4178,"timestamp":6733989091086,"id":3426,"parentId":3425,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4256,"timestamp":6733989091010,"id":3425,"parentId":3419,"tags":{},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6217,"timestamp":6733989090659,"id":3419,"parentId":3415,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next-themes/dist/index.js","layer":"app-pages-browser"},"startTime":1776340936117,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":35,"timestamp":6733989097604,"id":3434,"parentId":3428,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":73,"timestamp":6733989097610,"id":3435,"parentId":3429,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":107,"timestamp":6733989097612,"id":3436,"parentId":3430,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":140,"timestamp":6733989097615,"id":3437,"parentId":3431,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":215,"timestamp":6733989097617,"id":3438,"parentId":3432,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":252,"timestamp":6733989097620,"id":3439,"parentId":3433,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":422,"timestamp":6733989097643,"id":3440,"parentId":3428,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":382,"timestamp":6733989097684,"id":3441,"parentId":3429,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":345,"timestamp":6733989097722,"id":3442,"parentId":3430,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":310,"timestamp":6733989097758,"id":3443,"parentId":3431,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":234,"timestamp":6733989097834,"id":3444,"parentId":3432,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":194,"timestamp":6733989097875,"id":3445,"parentId":3433,"tags":{},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1472,"timestamp":6733989097078,"id":3428,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/extension.js","layer":"app-pages-browser"},"startTime":1776340936123,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1464,"timestamp":6733989097187,"id":3429,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/core.js","layer":"app-pages-browser"},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1484,"timestamp":6733989097258,"id":3430,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/renderers.js","layer":"app-pages-browser"},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1612,"timestamp":6733989097341,"id":3431,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/charts.js","layer":"app-pages-browser"},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1730,"timestamp":6733989097482,"id":3432,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/components.js","layer":"app-pages-browser"},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1738,"timestamp":6733989097544,"id":3433,"parentId":3420,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/features.js","layer":"app-pages-browser"},"startTime":1776340936124,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":191,"timestamp":6733989127234,"id":3509,"parentId":3446,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":279,"timestamp":6733989127242,"id":3510,"parentId":3447,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":302,"timestamp":6733989127246,"id":3511,"parentId":3448,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":326,"timestamp":6733989127250,"id":3512,"parentId":3449,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":351,"timestamp":6733989127254,"id":3513,"parentId":3450,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":383,"timestamp":6733989127257,"id":3514,"parentId":3451,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":404,"timestamp":6733989127261,"id":3515,"parentId":3452,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":427,"timestamp":6733989127265,"id":3516,"parentId":3453,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":449,"timestamp":6733989127268,"id":3517,"parentId":3454,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":472,"timestamp":6733989127272,"id":3518,"parentId":3455,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":493,"timestamp":6733989127275,"id":3519,"parentId":3456,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":532,"timestamp":6733989127279,"id":3520,"parentId":3457,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":555,"timestamp":6733989127283,"id":3521,"parentId":3458,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":576,"timestamp":6733989127287,"id":3522,"parentId":3459,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":597,"timestamp":6733989127291,"id":3523,"parentId":3460,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":619,"timestamp":6733989127295,"id":3524,"parentId":3461,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":639,"timestamp":6733989127299,"id":3525,"parentId":3462,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":660,"timestamp":6733989127302,"id":3526,"parentId":3463,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":682,"timestamp":6733989127305,"id":3527,"parentId":3464,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":704,"timestamp":6733989127308,"id":3528,"parentId":3465,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":727,"timestamp":6733989127311,"id":3529,"parentId":3466,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":749,"timestamp":6733989127314,"id":3530,"parentId":3467,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":771,"timestamp":6733989127316,"id":3531,"parentId":3468,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":789,"timestamp":6733989127325,"id":3532,"parentId":3469,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":816,"timestamp":6733989127329,"id":3533,"parentId":3470,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":838,"timestamp":6733989127333,"id":3534,"parentId":3471,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":859,"timestamp":6733989127337,"id":3535,"parentId":3472,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":881,"timestamp":6733989127340,"id":3536,"parentId":3473,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":902,"timestamp":6733989127343,"id":3537,"parentId":3474,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":924,"timestamp":6733989127346,"id":3538,"parentId":3475,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":948,"timestamp":6733989127349,"id":3539,"parentId":3476,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":969,"timestamp":6733989127351,"id":3540,"parentId":3477,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":992,"timestamp":6733989127354,"id":3541,"parentId":3478,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1013,"timestamp":6733989127357,"id":3542,"parentId":3479,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1037,"timestamp":6733989127361,"id":3543,"parentId":3480,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1061,"timestamp":6733989127364,"id":3544,"parentId":3481,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1084,"timestamp":6733989127367,"id":3545,"parentId":3482,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1107,"timestamp":6733989127369,"id":3546,"parentId":3483,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1132,"timestamp":6733989127372,"id":3547,"parentId":3484,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1156,"timestamp":6733989127374,"id":3548,"parentId":3485,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1181,"timestamp":6733989127376,"id":3549,"parentId":3486,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1204,"timestamp":6733989127379,"id":3550,"parentId":3487,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1228,"timestamp":6733989127382,"id":3551,"parentId":3488,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1251,"timestamp":6733989127385,"id":3552,"parentId":3489,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1274,"timestamp":6733989127387,"id":3553,"parentId":3490,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1298,"timestamp":6733989127390,"id":3554,"parentId":3491,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1322,"timestamp":6733989127393,"id":3555,"parentId":3492,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1349,"timestamp":6733989127395,"id":3556,"parentId":3493,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1372,"timestamp":6733989127397,"id":3557,"parentId":3494,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1395,"timestamp":6733989127399,"id":3558,"parentId":3495,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1418,"timestamp":6733989127401,"id":3559,"parentId":3496,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1441,"timestamp":6733989127403,"id":3560,"parentId":3497,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1465,"timestamp":6733989127405,"id":3561,"parentId":3498,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1489,"timestamp":6733989127407,"id":3562,"parentId":3499,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1514,"timestamp":6733989127409,"id":3563,"parentId":3500,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1538,"timestamp":6733989127410,"id":3564,"parentId":3501,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1563,"timestamp":6733989127412,"id":3565,"parentId":3502,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1588,"timestamp":6733989127414,"id":3566,"parentId":3503,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1611,"timestamp":6733989127416,"id":3567,"parentId":3504,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1636,"timestamp":6733989127417,"id":3568,"parentId":3505,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1661,"timestamp":6733989127419,"id":3569,"parentId":3506,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1686,"timestamp":6733989127420,"id":3570,"parentId":3507,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":1853,"timestamp":6733989127422,"id":3571,"parentId":3508,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1868,"timestamp":6733989127436,"id":3572,"parentId":3446,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1782,"timestamp":6733989127524,"id":3573,"parentId":3447,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1756,"timestamp":6733989127550,"id":3574,"parentId":3448,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1730,"timestamp":6733989127578,"id":3575,"parentId":3449,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1701,"timestamp":6733989127607,"id":3576,"parentId":3450,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1667,"timestamp":6733989127642,"id":3577,"parentId":3451,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1643,"timestamp":6733989127667,"id":3578,"parentId":3452,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1617,"timestamp":6733989127694,"id":3579,"parentId":3453,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1592,"timestamp":6733989127719,"id":3580,"parentId":3454,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1567,"timestamp":6733989127745,"id":3581,"parentId":3455,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1542,"timestamp":6733989127771,"id":3582,"parentId":3456,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1500,"timestamp":6733989127814,"id":3583,"parentId":3457,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1474,"timestamp":6733989127840,"id":3584,"parentId":3458,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1449,"timestamp":6733989127866,"id":3585,"parentId":3459,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1425,"timestamp":6733989127890,"id":3586,"parentId":3460,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1401,"timestamp":6733989127915,"id":3587,"parentId":3461,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1377,"timestamp":6733989127940,"id":3588,"parentId":3462,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1354,"timestamp":6733989127964,"id":3589,"parentId":3463,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1329,"timestamp":6733989127988,"id":3590,"parentId":3464,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1304,"timestamp":6733989128014,"id":3591,"parentId":3465,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1279,"timestamp":6733989128040,"id":3592,"parentId":3466,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1255,"timestamp":6733989128065,"id":3593,"parentId":3467,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1231,"timestamp":6733989128090,"id":3594,"parentId":3468,"tags":{},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1200,"timestamp":6733989128121,"id":3595,"parentId":3469,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1175,"timestamp":6733989128147,"id":3596,"parentId":3470,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1150,"timestamp":6733989128173,"id":3597,"parentId":3471,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1126,"timestamp":6733989128198,"id":3598,"parentId":3472,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1101,"timestamp":6733989128223,"id":3599,"parentId":3473,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1077,"timestamp":6733989128247,"id":3600,"parentId":3474,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1053,"timestamp":6733989128272,"id":3601,"parentId":3475,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1027,"timestamp":6733989128298,"id":3602,"parentId":3476,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1003,"timestamp":6733989128323,"id":3603,"parentId":3477,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":978,"timestamp":6733989128349,"id":3604,"parentId":3478,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":954,"timestamp":6733989128373,"id":3605,"parentId":3479,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":928,"timestamp":6733989128400,"id":3606,"parentId":3480,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":901,"timestamp":6733989128427,"id":3607,"parentId":3481,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":877,"timestamp":6733989128452,"id":3608,"parentId":3482,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":851,"timestamp":6733989128478,"id":3609,"parentId":3483,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":823,"timestamp":6733989128507,"id":3610,"parentId":3484,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":798,"timestamp":6733989128533,"id":3611,"parentId":3485,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":772,"timestamp":6733989128560,"id":3612,"parentId":3486,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":747,"timestamp":6733989128585,"id":3613,"parentId":3487,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":721,"timestamp":6733989128612,"id":3614,"parentId":3488,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":695,"timestamp":6733989128638,"id":3615,"parentId":3489,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":670,"timestamp":6733989128664,"id":3616,"parentId":3490,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":643,"timestamp":6733989128691,"id":3617,"parentId":3491,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":618,"timestamp":6733989128717,"id":3618,"parentId":3492,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":589,"timestamp":6733989128746,"id":3619,"parentId":3493,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":564,"timestamp":6733989128771,"id":3620,"parentId":3494,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":539,"timestamp":6733989128796,"id":3621,"parentId":3495,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":515,"timestamp":6733989128822,"id":3622,"parentId":3496,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":490,"timestamp":6733989128846,"id":3623,"parentId":3497,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":465,"timestamp":6733989128872,"id":3624,"parentId":3498,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":439,"timestamp":6733989128898,"id":3625,"parentId":3499,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":413,"timestamp":6733989128925,"id":3626,"parentId":3500,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":387,"timestamp":6733989128951,"id":3627,"parentId":3501,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":360,"timestamp":6733989128978,"id":3628,"parentId":3502,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":334,"timestamp":6733989129004,"id":3629,"parentId":3503,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":309,"timestamp":6733989129029,"id":3630,"parentId":3504,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":283,"timestamp":6733989129056,"id":3631,"parentId":3505,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":256,"timestamp":6733989129083,"id":3632,"parentId":3506,"tags":{},"startTime":1776340936155,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":91,"timestamp":6733989129249,"id":3633,"parentId":3507,"tags":{},"startTime":1776340936156,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":61,"timestamp":6733989129279,"id":3634,"parentId":3508,"tags":{},"startTime":1776340936156,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9828,"timestamp":6733989124815,"id":3446,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/echarts.js","layer":"app-pages-browser"},"startTime":1776340936151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10000,"timestamp":6733989124931,"id":3447,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Component.js","layer":"app-pages-browser"},"startTime":1776340936151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10476,"timestamp":6733989124979,"id":3448,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Chart.js","layer":"app-pages-browser"},"startTime":1776340936151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10979,"timestamp":6733989125020,"id":3449,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Component.js","layer":"app-pages-browser"},"startTime":1776340936151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13218,"timestamp":6733989125058,"id":3450,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Series.js","layer":"app-pages-browser"},"startTime":1776340936151,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13362,"timestamp":6733989125093,"id":3451,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/impl.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13658,"timestamp":6733989125128,"id":3452,"parentId":3429,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13724,"timestamp":6733989125163,"id":3453,"parentId":3429,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/installLabelLayout.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13763,"timestamp":6733989125200,"id":3454,"parentId":3430,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installSVGRenderer.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13776,"timestamp":6733989125236,"id":3455,"parentId":3430,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installCanvasRenderer.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14874,"timestamp":6733989125272,"id":3456,"parentId":3433,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/universalTransition.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14936,"timestamp":6733989125309,"id":3457,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15007,"timestamp":6733989125343,"id":3458,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15062,"timestamp":6733989125377,"id":3459,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15106,"timestamp":6733989125411,"id":3460,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15157,"timestamp":6733989125446,"id":3461,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15197,"timestamp":6733989125481,"id":3462,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15225,"timestamp":6733989125515,"id":3463,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15256,"timestamp":6733989125550,"id":3464,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15352,"timestamp":6733989125586,"id":3465,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15351,"timestamp":6733989125651,"id":3466,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15372,"timestamp":6733989125692,"id":3467,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15409,"timestamp":6733989125726,"id":3468,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15453,"timestamp":6733989125763,"id":3469,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15479,"timestamp":6733989125798,"id":3470,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15509,"timestamp":6733989125835,"id":3471,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15523,"timestamp":6733989125870,"id":3472,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15548,"timestamp":6733989125908,"id":3473,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15565,"timestamp":6733989125944,"id":3474,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15602,"timestamp":6733989125980,"id":3475,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/installPictorialBar.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15621,"timestamp":6733989126017,"id":3476,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15687,"timestamp":6733989126052,"id":3477,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15698,"timestamp":6733989126089,"id":3478,"parentId":3431,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/install.js","layer":"app-pages-browser"},"startTime":1776340936152,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15819,"timestamp":6733989126127,"id":3479,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/installSimple.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15835,"timestamp":6733989126162,"id":3480,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15959,"timestamp":6733989126197,"id":3481,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/polar/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15989,"timestamp":6733989126232,"id":3482,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":16208,"timestamp":6733989126266,"id":3483,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16279,"timestamp":6733989126300,"id":3484,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/singleAxis/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16353,"timestamp":6733989126336,"id":3485,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16379,"timestamp":6733989126371,"id":3486,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16423,"timestamp":6733989126406,"id":3487,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16474,"timestamp":6733989126441,"id":3488,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16503,"timestamp":6733989126477,"id":3489,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16573,"timestamp":6733989126512,"id":3490,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16634,"timestamp":6733989126548,"id":3491,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16918,"timestamp":6733989126608,"id":3492,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/title/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16948,"timestamp":6733989126643,"id":3493,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16968,"timestamp":6733989126679,"id":3494,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkPoint.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16985,"timestamp":6733989126716,"id":3495,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkLine.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17005,"timestamp":6733989126751,"id":3496,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkArea.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17019,"timestamp":6733989126787,"id":3497,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17039,"timestamp":6733989126823,"id":3498,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendScroll.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17061,"timestamp":6733989126860,"id":3499,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendPlain.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17075,"timestamp":6733989126896,"id":3500,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17104,"timestamp":6733989126933,"id":3501,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17115,"timestamp":6733989126970,"id":3502,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17128,"timestamp":6733989127007,"id":3503,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/install.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17142,"timestamp":6733989127042,"id":3504,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17262,"timestamp":6733989127078,"id":3505,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js","layer":"app-pages-browser"},"startTime":1776340936153,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17271,"timestamp":6733989127115,"id":3506,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/install.js","layer":"app-pages-browser"},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17279,"timestamp":6733989127150,"id":3507,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/install.js","layer":"app-pages-browser"},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17406,"timestamp":6733989127187,"id":3508,"parentId":3432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataset/install.js","layer":"app-pages-browser"},"startTime":1776340936154,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":286,"timestamp":6733989196837,"id":3636,"parentId":3635,"tags":{},"startTime":1776340936223,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4792,"timestamp":6733989197132,"id":3637,"parentId":3635,"tags":{},"startTime":1776340936224,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":6089,"timestamp":6733989196723,"id":3635,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/zrender.js","layer":"app-pages-browser"},"startTime":1776340936223,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":410,"timestamp":6733989205357,"id":3698,"parentId":3638,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":447,"timestamp":6733989205364,"id":3699,"parentId":3639,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":483,"timestamp":6733989205368,"id":3700,"parentId":3640,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":505,"timestamp":6733989205371,"id":3701,"parentId":3641,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":526,"timestamp":6733989205374,"id":3702,"parentId":3642,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":558,"timestamp":6733989205377,"id":3703,"parentId":3643,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":586,"timestamp":6733989205381,"id":3704,"parentId":3644,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":612,"timestamp":6733989205383,"id":3705,"parentId":3645,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":645,"timestamp":6733989205386,"id":3706,"parentId":3646,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":671,"timestamp":6733989205389,"id":3707,"parentId":3647,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":710,"timestamp":6733989205392,"id":3708,"parentId":3648,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":746,"timestamp":6733989205394,"id":3709,"parentId":3649,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":771,"timestamp":6733989205397,"id":3710,"parentId":3650,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":794,"timestamp":6733989205400,"id":3711,"parentId":3651,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":818,"timestamp":6733989205402,"id":3712,"parentId":3652,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":852,"timestamp":6733989205405,"id":3713,"parentId":3653,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":875,"timestamp":6733989205407,"id":3714,"parentId":3654,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":900,"timestamp":6733989205410,"id":3715,"parentId":3655,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":923,"timestamp":6733989205413,"id":3716,"parentId":3656,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":944,"timestamp":6733989205420,"id":3717,"parentId":3657,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":964,"timestamp":6733989205424,"id":3718,"parentId":3658,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":988,"timestamp":6733989205427,"id":3719,"parentId":3659,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1010,"timestamp":6733989205429,"id":3720,"parentId":3660,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1035,"timestamp":6733989205432,"id":3721,"parentId":3661,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1059,"timestamp":6733989205434,"id":3722,"parentId":3662,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1083,"timestamp":6733989205436,"id":3723,"parentId":3663,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1106,"timestamp":6733989205438,"id":3724,"parentId":3664,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1775,"timestamp":6733989205441,"id":3725,"parentId":3665,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1802,"timestamp":6733989205443,"id":3726,"parentId":3666,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1833,"timestamp":6733989205445,"id":3727,"parentId":3667,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1855,"timestamp":6733989205448,"id":3728,"parentId":3668,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1884,"timestamp":6733989205450,"id":3729,"parentId":3669,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1927,"timestamp":6733989205453,"id":3730,"parentId":3670,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1959,"timestamp":6733989205455,"id":3731,"parentId":3671,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1992,"timestamp":6733989205457,"id":3732,"parentId":3672,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2016,"timestamp":6733989205459,"id":3733,"parentId":3673,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2039,"timestamp":6733989205461,"id":3734,"parentId":3674,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2066,"timestamp":6733989205464,"id":3735,"parentId":3675,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2100,"timestamp":6733989205466,"id":3736,"parentId":3676,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2127,"timestamp":6733989205468,"id":3737,"parentId":3677,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2152,"timestamp":6733989205470,"id":3738,"parentId":3678,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2179,"timestamp":6733989205472,"id":3739,"parentId":3679,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2203,"timestamp":6733989205474,"id":3740,"parentId":3680,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2223,"timestamp":6733989205476,"id":3741,"parentId":3681,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2242,"timestamp":6733989205484,"id":3742,"parentId":3682,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2262,"timestamp":6733989205487,"id":3743,"parentId":3683,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2283,"timestamp":6733989205489,"id":3744,"parentId":3684,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2306,"timestamp":6733989205492,"id":3745,"parentId":3685,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2338,"timestamp":6733989205494,"id":3746,"parentId":3686,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2367,"timestamp":6733989205496,"id":3747,"parentId":3687,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2390,"timestamp":6733989205499,"id":3748,"parentId":3688,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2420,"timestamp":6733989205501,"id":3749,"parentId":3689,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2443,"timestamp":6733989205503,"id":3750,"parentId":3690,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2467,"timestamp":6733989205505,"id":3751,"parentId":3691,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2495,"timestamp":6733989205508,"id":3752,"parentId":3692,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2531,"timestamp":6733989205510,"id":3753,"parentId":3693,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2564,"timestamp":6733989205512,"id":3754,"parentId":3694,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2592,"timestamp":6733989205513,"id":3755,"parentId":3695,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2620,"timestamp":6733989205515,"id":3756,"parentId":3696,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2643,"timestamp":6733989205523,"id":3757,"parentId":3697,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3351,"timestamp":6733989205774,"id":3758,"parentId":3638,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3313,"timestamp":6733989205814,"id":3759,"parentId":3639,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3272,"timestamp":6733989205855,"id":3760,"parentId":3640,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3249,"timestamp":6733989205878,"id":3761,"parentId":3641,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3222,"timestamp":6733989205905,"id":3762,"parentId":3642,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3186,"timestamp":6733989205941,"id":3763,"parentId":3643,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3156,"timestamp":6733989205972,"id":3764,"parentId":3644,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3131,"timestamp":6733989205997,"id":3765,"parentId":3645,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3091,"timestamp":6733989206038,"id":3766,"parentId":3646,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3064,"timestamp":6733989206065,"id":3767,"parentId":3647,"tags":{},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3023,"timestamp":6733989206105,"id":3768,"parentId":3648,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2985,"timestamp":6733989206144,"id":3769,"parentId":3649,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":3060,"timestamp":6733989206170,"id":3770,"parentId":3650,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3035,"timestamp":6733989206196,"id":3771,"parentId":3651,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3006,"timestamp":6733989206225,"id":3772,"parentId":3652,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2969,"timestamp":6733989206262,"id":3773,"parentId":3653,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2944,"timestamp":6733989206288,"id":3774,"parentId":3654,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2920,"timestamp":6733989206312,"id":3775,"parentId":3655,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2891,"timestamp":6733989206341,"id":3776,"parentId":3656,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2866,"timestamp":6733989206366,"id":3777,"parentId":3657,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2839,"timestamp":6733989206393,"id":3778,"parentId":3658,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2816,"timestamp":6733989206417,"id":3779,"parentId":3659,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2789,"timestamp":6733989206444,"id":3780,"parentId":3660,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2761,"timestamp":6733989206472,"id":3781,"parentId":3661,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2735,"timestamp":6733989206499,"id":3782,"parentId":3662,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2710,"timestamp":6733989206524,"id":3783,"parentId":3663,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2684,"timestamp":6733989206550,"id":3784,"parentId":3664,"tags":{},"startTime":1776340936233,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2016,"timestamp":6733989207219,"id":3785,"parentId":3665,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1985,"timestamp":6733989207250,"id":3786,"parentId":3666,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1956,"timestamp":6733989207280,"id":3787,"parentId":3667,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1931,"timestamp":6733989207305,"id":3788,"parentId":3668,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1901,"timestamp":6733989207336,"id":3789,"parentId":3669,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1851,"timestamp":6733989207386,"id":3790,"parentId":3670,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1822,"timestamp":6733989207416,"id":3791,"parentId":3671,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1787,"timestamp":6733989207451,"id":3792,"parentId":3672,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1761,"timestamp":6733989207477,"id":3793,"parentId":3673,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1737,"timestamp":6733989207502,"id":3794,"parentId":3674,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1707,"timestamp":6733989207532,"id":3795,"parentId":3675,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1671,"timestamp":6733989207568,"id":3796,"parentId":3676,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1643,"timestamp":6733989207597,"id":3797,"parentId":3677,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1617,"timestamp":6733989207624,"id":3798,"parentId":3678,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1588,"timestamp":6733989207653,"id":3799,"parentId":3679,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1563,"timestamp":6733989207678,"id":3800,"parentId":3680,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1536,"timestamp":6733989207705,"id":3801,"parentId":3681,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1513,"timestamp":6733989207728,"id":3802,"parentId":3682,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1491,"timestamp":6733989207751,"id":3803,"parentId":3683,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1469,"timestamp":6733989207774,"id":3804,"parentId":3684,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1441,"timestamp":6733989207802,"id":3805,"parentId":3685,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1410,"timestamp":6733989207833,"id":3806,"parentId":3686,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1379,"timestamp":6733989207865,"id":3807,"parentId":3687,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1353,"timestamp":6733989207891,"id":3808,"parentId":3688,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1321,"timestamp":6733989207923,"id":3809,"parentId":3689,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1297,"timestamp":6733989207948,"id":3810,"parentId":3690,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1271,"timestamp":6733989207974,"id":3811,"parentId":3691,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1241,"timestamp":6733989208004,"id":3812,"parentId":3692,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1203,"timestamp":6733989208043,"id":3813,"parentId":3693,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1168,"timestamp":6733989208078,"id":3814,"parentId":3694,"tags":{},"startTime":1776340936234,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1139,"timestamp":6733989208107,"id":3815,"parentId":3695,"tags":{},"startTime":1776340936235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1109,"timestamp":6733989208138,"id":3816,"parentId":3696,"tags":{},"startTime":1776340936235,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1079,"timestamp":6733989208168,"id":3817,"parentId":3697,"tags":{},"startTime":1776340936235,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7495,"timestamp":6733989203221,"id":3638,"parentId":3428,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/util.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8745,"timestamp":6733989203293,"id":3639,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Global.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8809,"timestamp":6733989203332,"id":3640,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/ExtensionAPI.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8906,"timestamp":6733989203365,"id":3641,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9359,"timestamp":6733989203400,"id":3642,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/OptionManager.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10031,"timestamp":6733989203440,"id":3643,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/backwardCompat.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10268,"timestamp":6733989203482,"id":3644,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataStack.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11122,"timestamp":6733989203517,"id":3645,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/graphic.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11191,"timestamp":6733989203551,"id":3646,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/innerStore.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12604,"timestamp":6733989203587,"id":3647,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/states.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13889,"timestamp":6733989203623,"id":3648,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/model.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15028,"timestamp":6733989203666,"id":3649,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/throttle.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15412,"timestamp":6733989203701,"id":3650,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/style.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15605,"timestamp":6733989203736,"id":3651,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/loading/default.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16426,"timestamp":6733989203771,"id":3652,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/Scheduler.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16460,"timestamp":6733989203812,"id":3653,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/light.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16558,"timestamp":6733989203846,"id":3654,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/dark.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17017,"timestamp":6733989203885,"id":3655,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/clazz.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17205,"timestamp":6733989203916,"id":3656,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/ECEventProcessor.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17332,"timestamp":6733989203953,"id":3657,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/symbol.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17476,"timestamp":6733989203986,"id":3658,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/helper.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17754,"timestamp":6733989204022,"id":3659,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/log.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17957,"timestamp":6733989204057,"id":3660,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/dataSelectAction.js","layer":"app-pages-browser"},"startTime":1776340936230,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18093,"timestamp":6733989204092,"id":3661,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/locale.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18124,"timestamp":6733989204122,"id":3662,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/event.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18184,"timestamp":6733989204154,"id":3663,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/decal.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18210,"timestamp":6733989204188,"id":3664,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/lifecycle.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18485,"timestamp":6733989204223,"id":3665,"parentId":3447,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/component.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18898,"timestamp":6733989204254,"id":3666,"parentId":3448,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/task.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19126,"timestamp":6733989204285,"id":3667,"parentId":3449,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Model.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19897,"timestamp":6733989204320,"id":3668,"parentId":3449,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/layout.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21488,"timestamp":6733989204350,"id":3669,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesData.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21917,"timestamp":6733989204381,"id":3670,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/Axis.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22576,"timestamp":6733989204414,"id":3671,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/transform.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22636,"timestamp":6733989204447,"id":3672,"parentId":3448,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createRenderPlanner.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22766,"timestamp":6733989204490,"id":3673,"parentId":3450,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/palette.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23036,"timestamp":6733989204523,"id":3674,"parentId":3450,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/dataFormat.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23524,"timestamp":6733989204555,"id":3675,"parentId":3450,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceManager.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23704,"timestamp":6733989204591,"id":3676,"parentId":3450,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23856,"timestamp":6733989204624,"id":3677,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/helper.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24045,"timestamp":6733989204662,"id":3678,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/parseGeoJson.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24086,"timestamp":6733989204693,"id":3679,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/number.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24102,"timestamp":6733989204726,"id":3680,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/time.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24635,"timestamp":6733989204757,"id":3681,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/graphic.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24675,"timestamp":6733989204788,"id":3682,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/format.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24718,"timestamp":6733989204819,"id":3683,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/util.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24974,"timestamp":6733989204850,"id":3684,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/env.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25714,"timestamp":6733989204882,"id":3685,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/timsort.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25972,"timestamp":6733989204917,"id":3686,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Eventful.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26155,"timestamp":6733989204949,"id":3687,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/platform.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26480,"timestamp":6733989204980,"id":3688,"parentId":3447,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Group.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26699,"timestamp":6733989205016,"id":3689,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/matrix.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26947,"timestamp":6733989205047,"id":3690,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/vector.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":28101,"timestamp":6733989205078,"id":3691,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/color.js","layer":"app-pages-browser"},"startTime":1776340936231,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29213,"timestamp":6733989205111,"id":3692,"parentId":3452,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/graphic.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29935,"timestamp":6733989205143,"id":3693,"parentId":3453,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/LabelManager.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30328,"timestamp":6733989205174,"id":3694,"parentId":3456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/morphTransitionHelper.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30729,"timestamp":6733989205209,"id":3695,"parentId":3456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataDiffer.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31088,"timestamp":6733989205240,"id":3696,"parentId":3456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/basicTransition.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31231,"timestamp":6733989205276,"id":3697,"parentId":3457,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/points.js","layer":"app-pages-browser"},"startTime":1776340936232,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":374,"timestamp":6733989285197,"id":3874,"parentId":3818,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":385,"timestamp":6733989285235,"id":3875,"parentId":3819,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":420,"timestamp":6733989285238,"id":3876,"parentId":3820,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":450,"timestamp":6733989285241,"id":3877,"parentId":3821,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":465,"timestamp":6733989285249,"id":3878,"parentId":3822,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":490,"timestamp":6733989285252,"id":3879,"parentId":3823,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":537,"timestamp":6733989285255,"id":3880,"parentId":3824,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":559,"timestamp":6733989285257,"id":3881,"parentId":3825,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":599,"timestamp":6733989285259,"id":3882,"parentId":3826,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":634,"timestamp":6733989285261,"id":3883,"parentId":3827,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":660,"timestamp":6733989285262,"id":3884,"parentId":3828,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":695,"timestamp":6733989285264,"id":3885,"parentId":3829,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":722,"timestamp":6733989285266,"id":3886,"parentId":3830,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":746,"timestamp":6733989285268,"id":3887,"parentId":3831,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":768,"timestamp":6733989285270,"id":3888,"parentId":3832,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":791,"timestamp":6733989285272,"id":3889,"parentId":3833,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":817,"timestamp":6733989285274,"id":3890,"parentId":3834,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":841,"timestamp":6733989285276,"id":3891,"parentId":3835,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":866,"timestamp":6733989285279,"id":3892,"parentId":3836,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":914,"timestamp":6733989285281,"id":3893,"parentId":3837,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":948,"timestamp":6733989285283,"id":3894,"parentId":3838,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":980,"timestamp":6733989285285,"id":3895,"parentId":3839,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1005,"timestamp":6733989285287,"id":3896,"parentId":3840,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1027,"timestamp":6733989285289,"id":3897,"parentId":3841,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1051,"timestamp":6733989285291,"id":3898,"parentId":3842,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1086,"timestamp":6733989285293,"id":3899,"parentId":3843,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1113,"timestamp":6733989285295,"id":3900,"parentId":3844,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1136,"timestamp":6733989285297,"id":3901,"parentId":3845,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1169,"timestamp":6733989285299,"id":3902,"parentId":3846,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1196,"timestamp":6733989285300,"id":3903,"parentId":3847,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1220,"timestamp":6733989285302,"id":3904,"parentId":3848,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1244,"timestamp":6733989285304,"id":3905,"parentId":3849,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1268,"timestamp":6733989285306,"id":3906,"parentId":3850,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1291,"timestamp":6733989285307,"id":3907,"parentId":3851,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1331,"timestamp":6733989285309,"id":3908,"parentId":3852,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1412,"timestamp":6733989285311,"id":3909,"parentId":3853,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1437,"timestamp":6733989285313,"id":3910,"parentId":3854,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1489,"timestamp":6733989285315,"id":3911,"parentId":3855,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1512,"timestamp":6733989285317,"id":3912,"parentId":3856,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1539,"timestamp":6733989285319,"id":3913,"parentId":3857,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1562,"timestamp":6733989285321,"id":3914,"parentId":3858,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1584,"timestamp":6733989285323,"id":3915,"parentId":3859,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1610,"timestamp":6733989285325,"id":3916,"parentId":3860,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1629,"timestamp":6733989285332,"id":3917,"parentId":3861,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1650,"timestamp":6733989285336,"id":3918,"parentId":3862,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1678,"timestamp":6733989285338,"id":3919,"parentId":3863,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1704,"timestamp":6733989285340,"id":3920,"parentId":3864,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1738,"timestamp":6733989285341,"id":3921,"parentId":3865,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1769,"timestamp":6733989285342,"id":3922,"parentId":3866,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1798,"timestamp":6733989285344,"id":3923,"parentId":3867,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1829,"timestamp":6733989285346,"id":3924,"parentId":3868,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1861,"timestamp":6733989285348,"id":3925,"parentId":3869,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1890,"timestamp":6733989285350,"id":3926,"parentId":3870,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1913,"timestamp":6733989285351,"id":3927,"parentId":3871,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1937,"timestamp":6733989285353,"id":3928,"parentId":3872,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1966,"timestamp":6733989285354,"id":3929,"parentId":3873,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4613,"timestamp":6733989285583,"id":3930,"parentId":3818,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4577,"timestamp":6733989285622,"id":3931,"parentId":3819,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4535,"timestamp":6733989285665,"id":3932,"parentId":3820,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4509,"timestamp":6733989285692,"id":3933,"parentId":3821,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4484,"timestamp":6733989285718,"id":3934,"parentId":3822,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4456,"timestamp":6733989285746,"id":3935,"parentId":3823,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4409,"timestamp":6733989285793,"id":3936,"parentId":3824,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4385,"timestamp":6733989285818,"id":3937,"parentId":3825,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4345,"timestamp":6733989285859,"id":3938,"parentId":3826,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4308,"timestamp":6733989285896,"id":3939,"parentId":3827,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4280,"timestamp":6733989285925,"id":3940,"parentId":3828,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4245,"timestamp":6733989285961,"id":3941,"parentId":3829,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4217,"timestamp":6733989285989,"id":3942,"parentId":3830,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4192,"timestamp":6733989286015,"id":3943,"parentId":3831,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4167,"timestamp":6733989286041,"id":3944,"parentId":3832,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4143,"timestamp":6733989286065,"id":3945,"parentId":3833,"tags":{},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4116,"timestamp":6733989286093,"id":3946,"parentId":3834,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4091,"timestamp":6733989286119,"id":3947,"parentId":3835,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4059,"timestamp":6733989286151,"id":3948,"parentId":3836,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4014,"timestamp":6733989286197,"id":3949,"parentId":3837,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3975,"timestamp":6733989286237,"id":3950,"parentId":3838,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3945,"timestamp":6733989286267,"id":3951,"parentId":3839,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3919,"timestamp":6733989286293,"id":3952,"parentId":3840,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3895,"timestamp":6733989286318,"id":3953,"parentId":3841,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3866,"timestamp":6733989286347,"id":3954,"parentId":3842,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3833,"timestamp":6733989286381,"id":3955,"parentId":3843,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3805,"timestamp":6733989286410,"id":3956,"parentId":3844,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3780,"timestamp":6733989286434,"id":3957,"parentId":3845,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3746,"timestamp":6733989286469,"id":3958,"parentId":3846,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3718,"timestamp":6733989286498,"id":3959,"parentId":3847,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3689,"timestamp":6733989286527,"id":3960,"parentId":3848,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3667,"timestamp":6733989286550,"id":3961,"parentId":3849,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3642,"timestamp":6733989286576,"id":3962,"parentId":3850,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3618,"timestamp":6733989286600,"id":3963,"parentId":3851,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3577,"timestamp":6733989286641,"id":3964,"parentId":3852,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3494,"timestamp":6733989286724,"id":3965,"parentId":3853,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3467,"timestamp":6733989286752,"id":3966,"parentId":3854,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3414,"timestamp":6733989286806,"id":3967,"parentId":3855,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":3499,"timestamp":6733989286835,"id":3968,"parentId":3856,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3474,"timestamp":6733989286860,"id":3969,"parentId":3857,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3450,"timestamp":6733989286885,"id":3970,"parentId":3858,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3423,"timestamp":6733989286912,"id":3971,"parentId":3859,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3399,"timestamp":6733989286937,"id":3972,"parentId":3860,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3373,"timestamp":6733989286963,"id":3973,"parentId":3861,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3349,"timestamp":6733989286988,"id":3974,"parentId":3862,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3320,"timestamp":6733989287017,"id":3975,"parentId":3863,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3292,"timestamp":6733989287046,"id":3976,"parentId":3864,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3257,"timestamp":6733989287081,"id":3977,"parentId":3865,"tags":{},"startTime":1776340936313,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3223,"timestamp":6733989287116,"id":3978,"parentId":3866,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3193,"timestamp":6733989287147,"id":3979,"parentId":3867,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3164,"timestamp":6733989287176,"id":3980,"parentId":3868,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3131,"timestamp":6733989287210,"id":3981,"parentId":3869,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3101,"timestamp":6733989287241,"id":3982,"parentId":3870,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3076,"timestamp":6733989287266,"id":3983,"parentId":3871,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3051,"timestamp":6733989287292,"id":3984,"parentId":3872,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3022,"timestamp":6733989287322,"id":3985,"parentId":3873,"tags":{},"startTime":1776340936314,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8734,"timestamp":6733989282151,"id":3818,"parentId":3457,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataSample.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9571,"timestamp":6733989282242,"id":3819,"parentId":3458,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barGrid.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9653,"timestamp":6733989282287,"id":3820,"parentId":3459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataFilter.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9706,"timestamp":6733989282324,"id":3821,"parentId":3459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/negativeDataFilter.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9949,"timestamp":6733989282359,"id":3822,"parentId":3457,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineSeries.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12014,"timestamp":6733989282398,"id":3823,"parentId":3457,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineView.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12178,"timestamp":6733989282431,"id":3824,"parentId":3458,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarSeries.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14417,"timestamp":6733989282468,"id":3825,"parentId":3458,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarView.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14852,"timestamp":6733989282501,"id":3826,"parentId":3459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/pieLayout.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15325,"timestamp":6733989282539,"id":3827,"parentId":3459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieView.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15564,"timestamp":6733989282571,"id":3828,"parentId":3459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieSeries.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15593,"timestamp":6733989282701,"id":3829,"parentId":3460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterSeries.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15767,"timestamp":6733989282771,"id":3830,"parentId":3460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterView.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15846,"timestamp":6733989282815,"id":3831,"parentId":3461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/radarLayout.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15912,"timestamp":6733989282854,"id":3832,"parentId":3461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/backwardCompat.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16320,"timestamp":6733989282896,"id":3833,"parentId":3461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16476,"timestamp":6733989282938,"id":3834,"parentId":3461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarSeries.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16998,"timestamp":6733989282974,"id":3835,"parentId":3454,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/Painter.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18141,"timestamp":6733989283012,"id":3836,"parentId":3455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Painter.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19013,"timestamp":6733989283050,"id":3837,"parentId":3456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Path.js","layer":"app-pages-browser"},"startTime":1776340936309,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19842,"timestamp":6733989283094,"id":3838,"parentId":3456,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Displayable.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20248,"timestamp":6733989283132,"id":3839,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/View.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20333,"timestamp":6733989283184,"id":3840,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/action/roamHelper.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20570,"timestamp":6733989283238,"id":3841,"parentId":3462,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapView.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20904,"timestamp":6733989283276,"id":3842,"parentId":3462,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapSeries.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21080,"timestamp":6733989283314,"id":3843,"parentId":3462,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapDataStatistic.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21681,"timestamp":6733989283355,"id":3844,"parentId":3462,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapSymbolLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23019,"timestamp":6733989283393,"id":3845,"parentId":3463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeView.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23289,"timestamp":6733989283429,"id":3846,"parentId":3463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeSeries.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23520,"timestamp":6733989283468,"id":3847,"parentId":3463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23556,"timestamp":6733989283506,"id":3848,"parentId":3463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeVisual.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23614,"timestamp":6733989283542,"id":3849,"parentId":3463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeAction.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23674,"timestamp":6733989283582,"id":3850,"parentId":3464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapAction.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24187,"timestamp":6733989283617,"id":3851,"parentId":3464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapSeries.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25638,"timestamp":6733989283656,"id":3852,"parentId":3464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapView.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25956,"timestamp":6733989283694,"id":3853,"parentId":3464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapVisual.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26756,"timestamp":6733989283728,"id":3854,"parentId":3464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26812,"timestamp":6733989283781,"id":3855,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryFilter.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26910,"timestamp":6733989283816,"id":3856,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryVisual.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27016,"timestamp":6733989283850,"id":3857,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/edgeVisual.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27088,"timestamp":6733989283887,"id":3858,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27108,"timestamp":6733989283921,"id":3859,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27363,"timestamp":6733989283958,"id":3860,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceLayout.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27477,"timestamp":6733989283999,"id":3861,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/createView.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27862,"timestamp":6733989284037,"id":3862,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphView.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28315,"timestamp":6733989284073,"id":3863,"parentId":3465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphSeries.js","layer":"app-pages-browser"},"startTime":1776340936310,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29648,"timestamp":6733989284107,"id":3864,"parentId":3466,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeView.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29826,"timestamp":6733989284144,"id":3865,"parentId":3466,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeSeries.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29618,"timestamp":6733989284805,"id":3866,"parentId":3467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelView.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30404,"timestamp":6733989284882,"id":3867,"parentId":3467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelSeries.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31183,"timestamp":6733989284928,"id":3868,"parentId":3467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/funnelLayout.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31529,"timestamp":6733989284969,"id":3869,"parentId":3468,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31662,"timestamp":6733989285010,"id":3870,"parentId":3468,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelSeries.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31718,"timestamp":6733989285049,"id":3871,"parentId":3468,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/parallelVisual.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32259,"timestamp":6733989285091,"id":3872,"parentId":3469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeyView.js","layer":"app-pages-browser"},"startTime":1776340936311,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32530,"timestamp":6733989285126,"id":3873,"parentId":3469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeySeries.js","layer":"app-pages-browser"},"startTime":1776340936312,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":275,"timestamp":6733989362794,"id":4053,"parentId":3986,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":321,"timestamp":6733989362801,"id":4054,"parentId":3987,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":346,"timestamp":6733989362804,"id":4055,"parentId":3988,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":368,"timestamp":6733989362807,"id":4056,"parentId":3989,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":391,"timestamp":6733989362811,"id":4057,"parentId":3990,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":416,"timestamp":6733989362813,"id":4058,"parentId":3991,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":438,"timestamp":6733989362815,"id":4059,"parentId":3992,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":466,"timestamp":6733989362818,"id":4060,"parentId":3993,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":489,"timestamp":6733989362820,"id":4061,"parentId":3994,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":511,"timestamp":6733989362822,"id":4062,"parentId":3995,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":534,"timestamp":6733989362824,"id":4063,"parentId":3996,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":560,"timestamp":6733989362827,"id":4064,"parentId":3997,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":583,"timestamp":6733989362829,"id":4065,"parentId":3998,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":609,"timestamp":6733989362831,"id":4066,"parentId":3999,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":634,"timestamp":6733989362833,"id":4067,"parentId":4000,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":671,"timestamp":6733989362835,"id":4068,"parentId":4001,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":698,"timestamp":6733989362837,"id":4069,"parentId":4002,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":720,"timestamp":6733989362839,"id":4070,"parentId":4003,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":747,"timestamp":6733989362841,"id":4071,"parentId":4004,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":770,"timestamp":6733989362843,"id":4072,"parentId":4005,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":806,"timestamp":6733989362846,"id":4073,"parentId":4006,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":829,"timestamp":6733989362847,"id":4074,"parentId":4007,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":858,"timestamp":6733989362849,"id":4075,"parentId":4008,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":885,"timestamp":6733989362851,"id":4076,"parentId":4009,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":913,"timestamp":6733989362853,"id":4077,"parentId":4010,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":941,"timestamp":6733989362857,"id":4078,"parentId":4011,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":963,"timestamp":6733989362860,"id":4079,"parentId":4012,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":1111,"timestamp":6733989362862,"id":4080,"parentId":4013,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1140,"timestamp":6733989362864,"id":4081,"parentId":4014,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1172,"timestamp":6733989362866,"id":4082,"parentId":4015,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1200,"timestamp":6733989362868,"id":4083,"parentId":4016,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1224,"timestamp":6733989362869,"id":4084,"parentId":4017,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1247,"timestamp":6733989362871,"id":4085,"parentId":4018,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1274,"timestamp":6733989362873,"id":4086,"parentId":4019,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1317,"timestamp":6733989362875,"id":4087,"parentId":4020,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1339,"timestamp":6733989362877,"id":4088,"parentId":4021,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1362,"timestamp":6733989362879,"id":4089,"parentId":4022,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1395,"timestamp":6733989362881,"id":4090,"parentId":4023,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1421,"timestamp":6733989362883,"id":4091,"parentId":4024,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1444,"timestamp":6733989362884,"id":4092,"parentId":4025,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1469,"timestamp":6733989362886,"id":4093,"parentId":4026,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1492,"timestamp":6733989362888,"id":4094,"parentId":4027,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1517,"timestamp":6733989362889,"id":4095,"parentId":4028,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1546,"timestamp":6733989362891,"id":4096,"parentId":4029,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1581,"timestamp":6733989362893,"id":4097,"parentId":4030,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1608,"timestamp":6733989362895,"id":4098,"parentId":4031,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1629,"timestamp":6733989362900,"id":4099,"parentId":4032,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1665,"timestamp":6733989362901,"id":4100,"parentId":4033,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1722,"timestamp":6733989362903,"id":4101,"parentId":4034,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1763,"timestamp":6733989362905,"id":4102,"parentId":4035,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1790,"timestamp":6733989362907,"id":4103,"parentId":4036,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1818,"timestamp":6733989362908,"id":4104,"parentId":4037,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1844,"timestamp":6733989362910,"id":4105,"parentId":4038,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1868,"timestamp":6733989362911,"id":4106,"parentId":4039,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1893,"timestamp":6733989362913,"id":4107,"parentId":4040,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1917,"timestamp":6733989362914,"id":4108,"parentId":4041,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1940,"timestamp":6733989362916,"id":4109,"parentId":4042,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1964,"timestamp":6733989362917,"id":4110,"parentId":4043,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1990,"timestamp":6733989362919,"id":4111,"parentId":4044,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2013,"timestamp":6733989362921,"id":4112,"parentId":4045,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2037,"timestamp":6733989362922,"id":4113,"parentId":4046,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2061,"timestamp":6733989362924,"id":4114,"parentId":4047,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2084,"timestamp":6733989362925,"id":4115,"parentId":4048,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2107,"timestamp":6733989362927,"id":4116,"parentId":4049,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2133,"timestamp":6733989362928,"id":4117,"parentId":4050,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2155,"timestamp":6733989362929,"id":4118,"parentId":4051,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2179,"timestamp":6733989362931,"id":4119,"parentId":4052,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4450,"timestamp":6733989363080,"id":4120,"parentId":3986,"tags":{},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4408,"timestamp":6733989363125,"id":4121,"parentId":3987,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4382,"timestamp":6733989363152,"id":4122,"parentId":3988,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4357,"timestamp":6733989363177,"id":4123,"parentId":3989,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4332,"timestamp":6733989363203,"id":4124,"parentId":3990,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4305,"timestamp":6733989363231,"id":4125,"parentId":3991,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4282,"timestamp":6733989363255,"id":4126,"parentId":3992,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4252,"timestamp":6733989363285,"id":4127,"parentId":3993,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4231,"timestamp":6733989363311,"id":4128,"parentId":3994,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4208,"timestamp":6733989363335,"id":4129,"parentId":3995,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4184,"timestamp":6733989363360,"id":4130,"parentId":3996,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4156,"timestamp":6733989363388,"id":4131,"parentId":3997,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4132,"timestamp":6733989363413,"id":4132,"parentId":3998,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4104,"timestamp":6733989363442,"id":4133,"parentId":3999,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4078,"timestamp":6733989363469,"id":4134,"parentId":4000,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4040,"timestamp":6733989363508,"id":4135,"parentId":4001,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4012,"timestamp":6733989363537,"id":4136,"parentId":4002,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3988,"timestamp":6733989363561,"id":4137,"parentId":4003,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3959,"timestamp":6733989363590,"id":4138,"parentId":4004,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3935,"timestamp":6733989363615,"id":4139,"parentId":4005,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3897,"timestamp":6733989363653,"id":4140,"parentId":4006,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3873,"timestamp":6733989363678,"id":4141,"parentId":4007,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3843,"timestamp":6733989363709,"id":4142,"parentId":4008,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3814,"timestamp":6733989363739,"id":4143,"parentId":4009,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3785,"timestamp":6733989363768,"id":4144,"parentId":4010,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3759,"timestamp":6733989363800,"id":4145,"parentId":4011,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3620,"timestamp":6733989363941,"id":4146,"parentId":4012,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3586,"timestamp":6733989363975,"id":4147,"parentId":4013,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3556,"timestamp":6733989364005,"id":4148,"parentId":4014,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3523,"timestamp":6733989364039,"id":4149,"parentId":4015,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3494,"timestamp":6733989364069,"id":4150,"parentId":4016,"tags":{},"startTime":1776340936390,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3469,"timestamp":6733989364095,"id":4151,"parentId":4017,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3445,"timestamp":6733989364119,"id":4152,"parentId":4018,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3417,"timestamp":6733989364148,"id":4153,"parentId":4019,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3373,"timestamp":6733989364194,"id":4154,"parentId":4020,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3349,"timestamp":6733989364218,"id":4155,"parentId":4021,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3324,"timestamp":6733989364243,"id":4156,"parentId":4022,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3291,"timestamp":6733989364278,"id":4157,"parentId":4023,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3263,"timestamp":6733989364305,"id":4158,"parentId":4024,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3240,"timestamp":6733989364329,"id":4159,"parentId":4025,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3214,"timestamp":6733989364356,"id":4160,"parentId":4026,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3189,"timestamp":6733989364381,"id":4161,"parentId":4027,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3163,"timestamp":6733989364409,"id":4162,"parentId":4028,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3134,"timestamp":6733989364438,"id":4163,"parentId":4029,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3097,"timestamp":6733989364476,"id":4164,"parentId":4030,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3069,"timestamp":6733989364504,"id":4165,"parentId":4031,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3043,"timestamp":6733989364531,"id":4166,"parentId":4032,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3006,"timestamp":6733989364568,"id":4167,"parentId":4033,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2937,"timestamp":6733989364637,"id":4168,"parentId":4034,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2903,"timestamp":6733989364671,"id":4169,"parentId":4035,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2876,"timestamp":6733989364699,"id":4170,"parentId":4036,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2847,"timestamp":6733989364728,"id":4171,"parentId":4037,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2819,"timestamp":6733989364756,"id":4172,"parentId":4038,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2794,"timestamp":6733989364782,"id":4173,"parentId":4039,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2768,"timestamp":6733989364808,"id":4174,"parentId":4040,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2742,"timestamp":6733989364834,"id":4175,"parentId":4041,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2717,"timestamp":6733989364860,"id":4176,"parentId":4042,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2693,"timestamp":6733989364884,"id":4177,"parentId":4043,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2666,"timestamp":6733989364911,"id":4178,"parentId":4044,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2641,"timestamp":6733989364937,"id":4179,"parentId":4045,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2616,"timestamp":6733989364962,"id":4180,"parentId":4046,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":2662,"timestamp":6733989364987,"id":4181,"parentId":4047,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2639,"timestamp":6733989365011,"id":4182,"parentId":4048,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2615,"timestamp":6733989365036,"id":4183,"parentId":4049,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2588,"timestamp":6733989365063,"id":4184,"parentId":4050,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2565,"timestamp":6733989365086,"id":4185,"parentId":4051,"tags":{},"startTime":1776340936391,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2540,"timestamp":6733989365112,"id":4186,"parentId":4052,"tags":{},"startTime":1776340936392,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8508,"timestamp":6733989360215,"id":3986,"parentId":3469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyLayout.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8543,"timestamp":6733989360334,"id":3987,"parentId":3469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyVisual.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8627,"timestamp":6733989360382,"id":3988,"parentId":3470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8895,"timestamp":6733989360425,"id":3989,"parentId":3470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotView.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9481,"timestamp":6733989360471,"id":3990,"parentId":3470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9624,"timestamp":6733989360510,"id":3991,"parentId":3470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11090,"timestamp":6733989360551,"id":3992,"parentId":3471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickView.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11234,"timestamp":6733989360588,"id":3993,"parentId":3471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11250,"timestamp":6733989360654,"id":3994,"parentId":3471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/preprocessor.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11349,"timestamp":6733989360695,"id":3995,"parentId":3471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11722,"timestamp":6733989360737,"id":3996,"parentId":3471,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11844,"timestamp":6733989360777,"id":3997,"parentId":3472,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11928,"timestamp":6733989360816,"id":3998,"parentId":3472,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12218,"timestamp":6733989360856,"id":3999,"parentId":3473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesView.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12751,"timestamp":6733989360913,"id":4000,"parentId":3473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesSeries.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12903,"timestamp":6733989360949,"id":4001,"parentId":3473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesLayout.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12970,"timestamp":6733989360988,"id":4002,"parentId":3473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesVisual.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13542,"timestamp":6733989361025,"id":4003,"parentId":3474,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapView.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13627,"timestamp":6733989361060,"id":4004,"parentId":3474,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js","layer":"app-pages-browser"},"startTime":1776340936387,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14724,"timestamp":6733989361095,"id":4005,"parentId":3475,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14803,"timestamp":6733989361129,"id":4006,"parentId":3475,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15043,"timestamp":6733989361167,"id":4007,"parentId":3476,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15435,"timestamp":6733989361201,"id":4008,"parentId":3476,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15660,"timestamp":6733989361240,"id":4009,"parentId":3476,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16939,"timestamp":6733989361281,"id":4010,"parentId":3446,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17160,"timestamp":6733989361324,"id":4011,"parentId":3479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCreator.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17600,"timestamp":6733989361361,"id":4012,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barPolar.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17913,"timestamp":6733989361395,"id":4013,"parentId":3477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18210,"timestamp":6733989361430,"id":4014,"parentId":3477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18551,"timestamp":6733989361467,"id":4015,"parentId":3477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18639,"timestamp":6733989361503,"id":4016,"parentId":3477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18782,"timestamp":6733989361536,"id":4017,"parentId":3477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstAction.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18973,"timestamp":6733989361572,"id":4018,"parentId":3478,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomSeries.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22037,"timestamp":6733989361609,"id":4019,"parentId":3478,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22131,"timestamp":6733989361651,"id":4020,"parentId":3479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/GridModel.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22214,"timestamp":6733989361684,"id":4021,"parentId":3479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/AxisModel.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23010,"timestamp":6733989361717,"id":4022,"parentId":3479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Grid.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23459,"timestamp":6733989361752,"id":4023,"parentId":3479,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/CartesianAxisView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23622,"timestamp":6733989361787,"id":4024,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23869,"timestamp":6733989361820,"id":4025,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23923,"timestamp":6733989361857,"id":4026,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/PolarModel.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24018,"timestamp":6733989361890,"id":4027,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AxisModel.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24290,"timestamp":6733989361923,"id":4028,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/polarCreator.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24930,"timestamp":6733989361959,"id":4029,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AngleAxisView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25252,"timestamp":6733989361992,"id":4030,"parentId":3481,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/RadiusAxisView.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25446,"timestamp":6733989362025,"id":4031,"parentId":3482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/RadarModel.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26263,"timestamp":6733989362058,"id":4032,"parentId":3492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelStyle.js","layer":"app-pages-browser"},"startTime":1776340936388,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26794,"timestamp":6733989362092,"id":4033,"parentId":3492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/format.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27137,"timestamp":6733989362124,"id":4034,"parentId":3482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27442,"timestamp":6733989362158,"id":4035,"parentId":3482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/Radar.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27699,"timestamp":6733989362190,"id":4036,"parentId":3483,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoModel.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28100,"timestamp":6733989362224,"id":4037,"parentId":3483,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoCreator.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28251,"timestamp":6733989362256,"id":4038,"parentId":3483,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/GeoView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28340,"timestamp":6733989362291,"id":4039,"parentId":3483,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoSourceManager.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28584,"timestamp":6733989362324,"id":4040,"parentId":3484,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/SingleAxisView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28661,"timestamp":6733989362358,"id":4041,"parentId":3484,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/AxisModel.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28723,"timestamp":6733989362395,"id":4042,"parentId":3484,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleCreator.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28925,"timestamp":6733989362431,"id":4043,"parentId":3484,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28991,"timestamp":6733989362465,"id":4044,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29705,"timestamp":6733989362499,"id":4045,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29844,"timestamp":6733989362533,"id":4046,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelModel.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29898,"timestamp":6733989362565,"id":4047,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelCreator.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30021,"timestamp":6733989362602,"id":4048,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/AxisModel.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30276,"timestamp":6733989362638,"id":4049,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/ParallelAxisView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30309,"timestamp":6733989362673,"id":4050,"parentId":3485,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/parallelAxisAction.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30442,"timestamp":6733989362707,"id":4051,"parentId":3486,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/CalendarModel.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31165,"timestamp":6733989362740,"id":4052,"parentId":3486,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/CalendarView.js","layer":"app-pages-browser"},"startTime":1776340936389,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":270,"timestamp":6733989442600,"id":4270,"parentId":4187,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":321,"timestamp":6733989442606,"id":4271,"parentId":4188,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":349,"timestamp":6733989442609,"id":4272,"parentId":4189,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":380,"timestamp":6733989442612,"id":4273,"parentId":4190,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":399,"timestamp":6733989442618,"id":4274,"parentId":4191,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":422,"timestamp":6733989442620,"id":4275,"parentId":4192,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":455,"timestamp":6733989442623,"id":4276,"parentId":4193,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":478,"timestamp":6733989442625,"id":4277,"parentId":4194,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":501,"timestamp":6733989442627,"id":4278,"parentId":4195,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":543,"timestamp":6733989442629,"id":4279,"parentId":4196,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":572,"timestamp":6733989442631,"id":4280,"parentId":4197,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":596,"timestamp":6733989442633,"id":4281,"parentId":4198,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":620,"timestamp":6733989442636,"id":4282,"parentId":4199,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":647,"timestamp":6733989442638,"id":4283,"parentId":4200,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":676,"timestamp":6733989442640,"id":4284,"parentId":4201,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":697,"timestamp":6733989442643,"id":4285,"parentId":4202,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":721,"timestamp":6733989442645,"id":4286,"parentId":4203,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":745,"timestamp":6733989442647,"id":4287,"parentId":4204,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":789,"timestamp":6733989442649,"id":4288,"parentId":4205,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":820,"timestamp":6733989442652,"id":4289,"parentId":4206,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":862,"timestamp":6733989442654,"id":4290,"parentId":4207,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":885,"timestamp":6733989442656,"id":4291,"parentId":4208,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":908,"timestamp":6733989442658,"id":4292,"parentId":4209,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":931,"timestamp":6733989442660,"id":4293,"parentId":4210,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":953,"timestamp":6733989442662,"id":4294,"parentId":4211,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":983,"timestamp":6733989442664,"id":4295,"parentId":4212,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1010,"timestamp":6733989442666,"id":4296,"parentId":4213,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1039,"timestamp":6733989442668,"id":4297,"parentId":4214,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":1189,"timestamp":6733989442670,"id":4298,"parentId":4215,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1217,"timestamp":6733989442672,"id":4299,"parentId":4216,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1241,"timestamp":6733989442674,"id":4300,"parentId":4217,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1266,"timestamp":6733989442676,"id":4301,"parentId":4218,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1287,"timestamp":6733989442678,"id":4302,"parentId":4219,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1319,"timestamp":6733989442680,"id":4303,"parentId":4220,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1341,"timestamp":6733989442682,"id":4304,"parentId":4221,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1370,"timestamp":6733989442684,"id":4305,"parentId":4222,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1392,"timestamp":6733989442686,"id":4306,"parentId":4223,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1421,"timestamp":6733989442688,"id":4307,"parentId":4224,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1449,"timestamp":6733989442690,"id":4308,"parentId":4225,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1484,"timestamp":6733989442691,"id":4309,"parentId":4226,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1508,"timestamp":6733989442693,"id":4310,"parentId":4227,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1535,"timestamp":6733989442695,"id":4311,"parentId":4228,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1570,"timestamp":6733989442696,"id":4312,"parentId":4229,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1592,"timestamp":6733989442698,"id":4313,"parentId":4230,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1615,"timestamp":6733989442699,"id":4314,"parentId":4231,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1638,"timestamp":6733989442701,"id":4315,"parentId":4232,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1664,"timestamp":6733989442703,"id":4316,"parentId":4233,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1694,"timestamp":6733989442704,"id":4317,"parentId":4234,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1716,"timestamp":6733989442706,"id":4318,"parentId":4235,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1740,"timestamp":6733989442708,"id":4319,"parentId":4236,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1816,"timestamp":6733989442710,"id":4320,"parentId":4237,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1843,"timestamp":6733989442712,"id":4321,"parentId":4238,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1917,"timestamp":6733989442714,"id":4322,"parentId":4239,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1938,"timestamp":6733989442715,"id":4323,"parentId":4240,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1981,"timestamp":6733989442717,"id":4324,"parentId":4241,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2012,"timestamp":6733989442719,"id":4325,"parentId":4242,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2034,"timestamp":6733989442720,"id":4326,"parentId":4243,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2058,"timestamp":6733989442722,"id":4327,"parentId":4244,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2084,"timestamp":6733989442723,"id":4328,"parentId":4245,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2114,"timestamp":6733989442725,"id":4329,"parentId":4246,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2141,"timestamp":6733989442727,"id":4330,"parentId":4247,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2161,"timestamp":6733989442728,"id":4331,"parentId":4248,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2185,"timestamp":6733989442730,"id":4332,"parentId":4249,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2214,"timestamp":6733989442731,"id":4333,"parentId":4250,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2238,"timestamp":6733989442733,"id":4334,"parentId":4251,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2262,"timestamp":6733989442734,"id":4335,"parentId":4252,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2309,"timestamp":6733989442736,"id":4336,"parentId":4253,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2335,"timestamp":6733989442737,"id":4337,"parentId":4254,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2369,"timestamp":6733989442739,"id":4338,"parentId":4255,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2400,"timestamp":6733989442741,"id":4339,"parentId":4256,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2424,"timestamp":6733989442742,"id":4340,"parentId":4257,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2460,"timestamp":6733989442744,"id":4341,"parentId":4258,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2495,"timestamp":6733989442745,"id":4342,"parentId":4259,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2519,"timestamp":6733989442747,"id":4343,"parentId":4260,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2542,"timestamp":6733989442748,"id":4344,"parentId":4261,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2565,"timestamp":6733989442750,"id":4345,"parentId":4262,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2588,"timestamp":6733989442751,"id":4346,"parentId":4263,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2613,"timestamp":6733989442753,"id":4347,"parentId":4264,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2643,"timestamp":6733989442754,"id":4348,"parentId":4265,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2669,"timestamp":6733989442756,"id":4349,"parentId":4266,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2696,"timestamp":6733989442757,"id":4350,"parentId":4267,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2725,"timestamp":6733989442759,"id":4351,"parentId":4268,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2751,"timestamp":6733989442760,"id":4352,"parentId":4269,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3247,"timestamp":6733989442881,"id":4353,"parentId":4187,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3200,"timestamp":6733989442930,"id":4354,"parentId":4188,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3170,"timestamp":6733989442960,"id":4355,"parentId":4189,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3137,"timestamp":6733989442993,"id":4356,"parentId":4190,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3113,"timestamp":6733989443019,"id":4357,"parentId":4191,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3088,"timestamp":6733989443044,"id":4358,"parentId":4192,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3053,"timestamp":6733989443080,"id":4359,"parentId":4193,"tags":{},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3029,"timestamp":6733989443104,"id":4360,"parentId":4194,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3004,"timestamp":6733989443129,"id":4361,"parentId":4195,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2959,"timestamp":6733989443175,"id":4362,"parentId":4196,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2929,"timestamp":6733989443205,"id":4363,"parentId":4197,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2904,"timestamp":6733989443231,"id":4364,"parentId":4198,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2879,"timestamp":6733989443257,"id":4365,"parentId":4199,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2850,"timestamp":6733989443286,"id":4366,"parentId":4200,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2819,"timestamp":6733989443317,"id":4367,"parentId":4201,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2795,"timestamp":6733989443342,"id":4368,"parentId":4202,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2769,"timestamp":6733989443368,"id":4369,"parentId":4203,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2744,"timestamp":6733989443394,"id":4370,"parentId":4204,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2698,"timestamp":6733989443440,"id":4371,"parentId":4205,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2665,"timestamp":6733989443474,"id":4372,"parentId":4206,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2622,"timestamp":6733989443517,"id":4373,"parentId":4207,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2598,"timestamp":6733989443542,"id":4374,"parentId":4208,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2573,"timestamp":6733989443568,"id":4375,"parentId":4209,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2548,"timestamp":6733989443593,"id":4376,"parentId":4210,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2525,"timestamp":6733989443616,"id":4377,"parentId":4211,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2492,"timestamp":6733989443649,"id":4378,"parentId":4212,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2464,"timestamp":6733989443678,"id":4379,"parentId":4213,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2313,"timestamp":6733989443831,"id":4380,"parentId":4214,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2282,"timestamp":6733989443862,"id":4381,"parentId":4215,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2253,"timestamp":6733989443891,"id":4382,"parentId":4216,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2228,"timestamp":6733989443917,"id":4383,"parentId":4217,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2201,"timestamp":6733989443944,"id":4384,"parentId":4218,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2179,"timestamp":6733989443967,"id":4385,"parentId":4219,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2145,"timestamp":6733989444001,"id":4386,"parentId":4220,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2121,"timestamp":6733989444026,"id":4387,"parentId":4221,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2091,"timestamp":6733989444056,"id":4388,"parentId":4222,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2068,"timestamp":6733989444079,"id":4389,"parentId":4223,"tags":{},"startTime":1776340936470,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2037,"timestamp":6733989444111,"id":4390,"parentId":4224,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2008,"timestamp":6733989444140,"id":4391,"parentId":4225,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1971,"timestamp":6733989444177,"id":4392,"parentId":4226,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1947,"timestamp":6733989444202,"id":4393,"parentId":4227,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1918,"timestamp":6733989444231,"id":4394,"parentId":4228,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1882,"timestamp":6733989444267,"id":4395,"parentId":4229,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1859,"timestamp":6733989444291,"id":4396,"parentId":4230,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1834,"timestamp":6733989444316,"id":4397,"parentId":4231,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1810,"timestamp":6733989444341,"id":4398,"parentId":4232,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":1831,"timestamp":6733989444369,"id":4399,"parentId":4233,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1801,"timestamp":6733989444400,"id":4400,"parentId":4234,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1778,"timestamp":6733989444424,"id":4401,"parentId":4235,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1753,"timestamp":6733989444449,"id":4402,"parentId":4236,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1674,"timestamp":6733989444528,"id":4403,"parentId":4237,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1646,"timestamp":6733989444557,"id":4404,"parentId":4238,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1571,"timestamp":6733989444632,"id":4405,"parentId":4239,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1548,"timestamp":6733989444655,"id":4406,"parentId":4240,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1504,"timestamp":6733989444700,"id":4407,"parentId":4241,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1472,"timestamp":6733989444732,"id":4408,"parentId":4242,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1449,"timestamp":6733989444756,"id":4409,"parentId":4243,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1424,"timestamp":6733989444781,"id":4410,"parentId":4244,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1396,"timestamp":6733989444810,"id":4411,"parentId":4245,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1365,"timestamp":6733989444841,"id":4412,"parentId":4246,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1338,"timestamp":6733989444869,"id":4413,"parentId":4247,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1316,"timestamp":6733989444890,"id":4414,"parentId":4248,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1290,"timestamp":6733989444916,"id":4415,"parentId":4249,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1261,"timestamp":6733989444946,"id":4416,"parentId":4250,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1235,"timestamp":6733989444972,"id":4417,"parentId":4251,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1210,"timestamp":6733989444997,"id":4418,"parentId":4252,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1160,"timestamp":6733989445048,"id":4419,"parentId":4253,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1134,"timestamp":6733989445075,"id":4420,"parentId":4254,"tags":{},"startTime":1776340936471,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1099,"timestamp":6733989445110,"id":4421,"parentId":4255,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1067,"timestamp":6733989445142,"id":4422,"parentId":4256,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1041,"timestamp":6733989445168,"id":4423,"parentId":4257,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":1004,"timestamp":6733989445206,"id":4424,"parentId":4258,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":968,"timestamp":6733989445242,"id":4425,"parentId":4259,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":943,"timestamp":6733989445267,"id":4426,"parentId":4260,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":918,"timestamp":6733989445293,"id":4427,"parentId":4261,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":894,"timestamp":6733989445317,"id":4428,"parentId":4262,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":870,"timestamp":6733989445341,"id":4429,"parentId":4263,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":845,"timestamp":6733989445367,"id":4430,"parentId":4264,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":813,"timestamp":6733989445399,"id":4431,"parentId":4265,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":786,"timestamp":6733989445426,"id":4432,"parentId":4266,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":758,"timestamp":6733989445455,"id":4433,"parentId":4267,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":726,"timestamp":6733989445486,"id":4434,"parentId":4268,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":699,"timestamp":6733989445514,"id":4435,"parentId":4269,"tags":{},"startTime":1776340936472,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8679,"timestamp":6733989439544,"id":4187,"parentId":3486,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/Calendar.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9112,"timestamp":6733989439651,"id":4188,"parentId":3487,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicModel.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10126,"timestamp":6733989439697,"id":4189,"parentId":3487,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicView.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10185,"timestamp":6733989439736,"id":4190,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10296,"timestamp":6733989439778,"id":4191,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxModel.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10812,"timestamp":6733989439815,"id":4192,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxView.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10843,"timestamp":6733989439850,"id":4193,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/featureManager.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10904,"timestamp":6733989439890,"id":4194,"parentId":3489,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipModel.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12322,"timestamp":6733989439926,"id":4195,"parentId":3489,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipView.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12586,"timestamp":6733989439962,"id":4196,"parentId":3490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12652,"timestamp":6733989440001,"id":4197,"parentId":3490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12799,"timestamp":6733989440036,"id":4198,"parentId":3490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13321,"timestamp":6733989440075,"id":4199,"parentId":3490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/modelHelper.js","layer":"app-pages-browser"},"startTime":1776340936466,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14073,"timestamp":6733989440109,"id":4200,"parentId":3490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/axisTrigger.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14247,"timestamp":6733989440146,"id":4201,"parentId":3491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/preprocessor.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14428,"timestamp":6733989440186,"id":4202,"parentId":3491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14605,"timestamp":6733989440220,"id":4203,"parentId":3491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15093,"timestamp":6733989440258,"id":4204,"parentId":3491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/visualEncoding.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15269,"timestamp":6733989440294,"id":4205,"parentId":3493,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16411,"timestamp":6733989440327,"id":4206,"parentId":3493,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16502,"timestamp":6733989440365,"id":4207,"parentId":3493,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/timelineAction.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16644,"timestamp":6733989440402,"id":4208,"parentId":3493,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/preprocessor.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16682,"timestamp":6733989440437,"id":4209,"parentId":3494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16739,"timestamp":6733989440475,"id":4210,"parentId":3494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16974,"timestamp":6733989440510,"id":4211,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18019,"timestamp":6733989440544,"id":4212,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/MagicType.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18820,"timestamp":6733989440577,"id":4213,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18891,"timestamp":6733989440617,"id":4214,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Restore.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19295,"timestamp":6733989440655,"id":4215,"parentId":3488,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19453,"timestamp":6733989440692,"id":4216,"parentId":3491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Brush.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19864,"timestamp":6733989440730,"id":4217,"parentId":3506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/aria.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19930,"timestamp":6733989440764,"id":4218,"parentId":3508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/types.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20279,"timestamp":6733989440796,"id":4219,"parentId":3494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20340,"timestamp":6733989440830,"id":4220,"parentId":3495,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21015,"timestamp":6733989440864,"id":4221,"parentId":3495,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21083,"timestamp":6733989440897,"id":4222,"parentId":3496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21909,"timestamp":6733989440930,"id":4223,"parentId":3496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22097,"timestamp":6733989440963,"id":4224,"parentId":3498,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22767,"timestamp":6733989441001,"id":4225,"parentId":3498,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendView.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22839,"timestamp":6733989441034,"id":4226,"parentId":3498,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/scrollableLegendAction.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23220,"timestamp":6733989441068,"id":4227,"parentId":3499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendModel.js","layer":"app-pages-browser"},"startTime":1776340936467,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24350,"timestamp":6733989441103,"id":4228,"parentId":3499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendView.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24426,"timestamp":6733989441137,"id":4229,"parentId":3499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendFilter.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24582,"timestamp":6733989441173,"id":4230,"parentId":3499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendAction.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24706,"timestamp":6733989441208,"id":4231,"parentId":3501,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25210,"timestamp":6733989441249,"id":4232,"parentId":3501,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25560,"timestamp":6733989441285,"id":4233,"parentId":3501,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/roams.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25605,"timestamp":6733989441317,"id":4234,"parentId":3501,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installCommon.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25684,"timestamp":6733989441354,"id":4235,"parentId":3502,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28226,"timestamp":6733989441387,"id":4236,"parentId":3502,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28727,"timestamp":6733989441424,"id":4237,"parentId":3504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousModel.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30426,"timestamp":6733989441460,"id":4238,"parentId":3504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousView.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30546,"timestamp":6733989441498,"id":4239,"parentId":3504,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installCommon.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31329,"timestamp":6733989441533,"id":4240,"parentId":3505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31685,"timestamp":6733989441570,"id":4241,"parentId":3505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseView.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31724,"timestamp":6733989441607,"id":4242,"parentId":3506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/preprocessor.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":31835,"timestamp":6733989441644,"id":4243,"parentId":3507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/filterTransform.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32079,"timestamp":6733989441682,"id":4244,"parentId":3507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/sortTransform.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32647,"timestamp":6733989441724,"id":4245,"parentId":3635,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Handler.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32888,"timestamp":6733989441760,"id":4246,"parentId":3635,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Storage.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":32936,"timestamp":6733989441792,"id":4247,"parentId":3635,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/config.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33145,"timestamp":6733989441834,"id":4248,"parentId":3635,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animation.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33700,"timestamp":6733989441872,"id":4249,"parentId":3635,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/dom/HandlerProxy.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":33807,"timestamp":6733989441908,"id":4250,"parentId":3639,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/globalDefault.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":34008,"timestamp":6733989441946,"id":4251,"parentId":3639,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/internalComponentCreator.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34876,"timestamp":6733989441983,"id":4252,"parentId":3644,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/number.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":34965,"timestamp":6733989442017,"id":4253,"parentId":3661,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langEN.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35052,"timestamp":6733989442052,"id":4254,"parentId":3661,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langZH.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35579,"timestamp":6733989442083,"id":4255,"parentId":3663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/decal.js","layer":"app-pages-browser"},"startTime":1776340936468,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":35620,"timestamp":6733989442120,"id":4256,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesDimensionDefine.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":36761,"timestamp":6733989442153,"id":4257,"parentId":3639,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceHelper.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37408,"timestamp":6733989442190,"id":4258,"parentId":3643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/helper/compatStyle.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37510,"timestamp":6733989442222,"id":4259,"parentId":3650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/makeStyleMapper.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37577,"timestamp":6733989442255,"id":4260,"parentId":3650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/itemStyle.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37625,"timestamp":6733989442287,"id":4261,"parentId":3650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/lineStyle.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37671,"timestamp":6733989442321,"id":4262,"parentId":3667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/areaStyle.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":37767,"timestamp":6733989442353,"id":4263,"parentId":3667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/textStyle.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38460,"timestamp":6733989442388,"id":4264,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataProvider.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":38680,"timestamp":6733989442420,"id":4265,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dimensionHelper.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":39539,"timestamp":6733989442454,"id":4266,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/path.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40031,"timestamp":6733989442489,"id":4267,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Transformable.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":40201,"timestamp":6733989442521,"id":4268,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Image.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":41494,"timestamp":6733989442552,"id":4269,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Text.js","layer":"app-pages-browser"},"startTime":1776340936469,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":272,"timestamp":6733989530376,"id":4482,"parentId":4436,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":306,"timestamp":6733989530381,"id":4483,"parentId":4437,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":327,"timestamp":6733989530383,"id":4484,"parentId":4438,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":346,"timestamp":6733989530385,"id":4485,"parentId":4439,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":372,"timestamp":6733989530387,"id":4486,"parentId":4440,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":395,"timestamp":6733989530389,"id":4487,"parentId":4441,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":416,"timestamp":6733989530391,"id":4488,"parentId":4442,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":440,"timestamp":6733989530392,"id":4489,"parentId":4443,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":459,"timestamp":6733989530394,"id":4490,"parentId":4444,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":479,"timestamp":6733989530396,"id":4491,"parentId":4445,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":499,"timestamp":6733989530397,"id":4492,"parentId":4446,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":519,"timestamp":6733989530399,"id":4493,"parentId":4447,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":539,"timestamp":6733989530400,"id":4494,"parentId":4448,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":559,"timestamp":6733989530402,"id":4495,"parentId":4449,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":579,"timestamp":6733989530403,"id":4496,"parentId":4450,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":599,"timestamp":6733989530405,"id":4497,"parentId":4451,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":621,"timestamp":6733989530407,"id":4498,"parentId":4452,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":642,"timestamp":6733989530408,"id":4499,"parentId":4453,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":663,"timestamp":6733989530409,"id":4500,"parentId":4454,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":705,"timestamp":6733989530411,"id":4501,"parentId":4455,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":733,"timestamp":6733989530412,"id":4502,"parentId":4456,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":774,"timestamp":6733989530414,"id":4503,"parentId":4457,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":805,"timestamp":6733989530415,"id":4504,"parentId":4458,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":826,"timestamp":6733989530416,"id":4505,"parentId":4459,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":861,"timestamp":6733989530418,"id":4506,"parentId":4460,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":889,"timestamp":6733989530419,"id":4507,"parentId":4461,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":911,"timestamp":6733989530421,"id":4508,"parentId":4462,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":935,"timestamp":6733989530422,"id":4509,"parentId":4463,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":962,"timestamp":6733989530423,"id":4510,"parentId":4464,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":988,"timestamp":6733989530425,"id":4511,"parentId":4465,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1015,"timestamp":6733989530426,"id":4512,"parentId":4466,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1043,"timestamp":6733989530427,"id":4513,"parentId":4467,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1067,"timestamp":6733989530429,"id":4514,"parentId":4468,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1092,"timestamp":6733989530430,"id":4515,"parentId":4469,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1121,"timestamp":6733989530432,"id":4516,"parentId":4470,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1146,"timestamp":6733989530433,"id":4517,"parentId":4471,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1168,"timestamp":6733989530434,"id":4518,"parentId":4472,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1189,"timestamp":6733989530436,"id":4519,"parentId":4473,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1209,"timestamp":6733989530437,"id":4520,"parentId":4474,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1228,"timestamp":6733989530439,"id":4521,"parentId":4475,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1284,"timestamp":6733989530440,"id":4522,"parentId":4476,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1311,"timestamp":6733989530442,"id":4523,"parentId":4477,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1331,"timestamp":6733989530443,"id":4524,"parentId":4478,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1352,"timestamp":6733989530444,"id":4525,"parentId":4479,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1371,"timestamp":6733989530445,"id":4526,"parentId":4480,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1406,"timestamp":6733989530447,"id":4527,"parentId":4481,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6443,"timestamp":6733989530657,"id":4528,"parentId":4436,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6413,"timestamp":6733989530689,"id":4529,"parentId":4437,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6391,"timestamp":6733989530711,"id":4530,"parentId":4438,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6370,"timestamp":6733989530733,"id":4531,"parentId":4439,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6342,"timestamp":6733989530760,"id":4532,"parentId":4440,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6318,"timestamp":6733989530785,"id":4533,"parentId":4441,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6295,"timestamp":6733989530808,"id":4534,"parentId":4442,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6270,"timestamp":6733989530834,"id":4535,"parentId":4443,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6248,"timestamp":6733989530855,"id":4536,"parentId":4444,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6227,"timestamp":6733989530876,"id":4537,"parentId":4445,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6206,"timestamp":6733989530898,"id":4538,"parentId":4446,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6185,"timestamp":6733989530919,"id":4539,"parentId":4447,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6164,"timestamp":6733989530941,"id":4540,"parentId":4448,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6142,"timestamp":6733989530962,"id":4541,"parentId":4449,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6121,"timestamp":6733989530984,"id":4542,"parentId":4450,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6099,"timestamp":6733989531006,"id":4543,"parentId":4451,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6076,"timestamp":6733989531030,"id":4544,"parentId":4452,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6055,"timestamp":6733989531051,"id":4545,"parentId":4453,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":6032,"timestamp":6733989531074,"id":4546,"parentId":4454,"tags":{},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5989,"timestamp":6733989531117,"id":4547,"parentId":4455,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5960,"timestamp":6733989531147,"id":4548,"parentId":4456,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5918,"timestamp":6733989531189,"id":4549,"parentId":4457,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5886,"timestamp":6733989531221,"id":4550,"parentId":4458,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5863,"timestamp":6733989531244,"id":4551,"parentId":4459,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5826,"timestamp":6733989531281,"id":4552,"parentId":4460,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5798,"timestamp":6733989531310,"id":4553,"parentId":4461,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5774,"timestamp":6733989531333,"id":4554,"parentId":4462,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5749,"timestamp":6733989531359,"id":4555,"parentId":4463,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5721,"timestamp":6733989531387,"id":4556,"parentId":4464,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5694,"timestamp":6733989531414,"id":4557,"parentId":4465,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5667,"timestamp":6733989531442,"id":4558,"parentId":4466,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5637,"timestamp":6733989531472,"id":4559,"parentId":4467,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5612,"timestamp":6733989531497,"id":4560,"parentId":4468,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5586,"timestamp":6733989531524,"id":4561,"parentId":4469,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5555,"timestamp":6733989531555,"id":4562,"parentId":4470,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5529,"timestamp":6733989531581,"id":4563,"parentId":4471,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":5609,"timestamp":6733989531603,"id":4564,"parentId":4472,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5587,"timestamp":6733989531626,"id":4565,"parentId":4473,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5566,"timestamp":6733989531647,"id":4566,"parentId":4474,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5545,"timestamp":6733989531668,"id":4567,"parentId":4475,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5488,"timestamp":6733989531726,"id":4568,"parentId":4476,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5461,"timestamp":6733989531754,"id":4569,"parentId":4477,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5439,"timestamp":6733989531776,"id":4570,"parentId":4478,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5417,"timestamp":6733989531798,"id":4571,"parentId":4479,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5397,"timestamp":6733989531818,"id":4572,"parentId":4480,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":5361,"timestamp":6733989531854,"id":4573,"parentId":4481,"tags":{},"startTime":1776340936558,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8848,"timestamp":6733989528701,"id":4436,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/CompoundPath.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8815,"timestamp":6733989528836,"id":4437,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/LinearGradient.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8853,"timestamp":6733989528878,"id":4438,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/RadialGradient.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9243,"timestamp":6733989528918,"id":4439,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/BoundingRect.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9500,"timestamp":6733989528952,"id":4440,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/OrientedBoundingRect.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9708,"timestamp":6733989528989,"id":4441,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Point.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9900,"timestamp":6733989529022,"id":4442,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/IncrementalDisplayable.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9956,"timestamp":6733989529059,"id":4443,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Circle.js","layer":"app-pages-browser"},"startTime":1776340936555,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10023,"timestamp":6733989529094,"id":4444,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ellipse.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10078,"timestamp":6733989529129,"id":4445,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Sector.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10126,"timestamp":6733989529166,"id":4446,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ring.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10173,"timestamp":6733989529197,"id":4447,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polygon.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10238,"timestamp":6733989529229,"id":4448,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polyline.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10345,"timestamp":6733989529261,"id":4449,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Rect.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10494,"timestamp":6733989529293,"id":4450,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Line.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10686,"timestamp":6733989529324,"id":4451,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/BezierCurve.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10769,"timestamp":6733989529356,"id":4452,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Arc.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10884,"timestamp":6733989529388,"id":4453,"parentId":3645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12715,"timestamp":6733989529420,"id":4454,"parentId":3688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Element.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13424,"timestamp":6733989529451,"id":4455,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Source.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16157,"timestamp":6733989529481,"id":4456,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataStore.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16864,"timestamp":6733989529512,"id":4457,"parentId":3670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisTickLabelBuilder.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17018,"timestamp":6733989529549,"id":4458,"parentId":3691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/LRU.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18223,"timestamp":6733989529582,"id":4459,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/PathProxy.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18714,"timestamp":6733989529614,"id":4460,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisHelper.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18741,"timestamp":6733989529645,"id":4461,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCommonMixin.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19208,"timestamp":6733989529677,"id":4462,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/symbol.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19879,"timestamp":6733989529708,"id":4463,"parentId":3680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/time.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20192,"timestamp":6733989529738,"id":4464,"parentId":3669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/SeriesDataSchema.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20470,"timestamp":6733989529771,"id":4465,"parentId":3671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataValueHelper.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21035,"timestamp":6733989529804,"id":4466,"parentId":3676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21271,"timestamp":6733989529837,"id":4467,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesData.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21443,"timestamp":6733989529869,"id":4468,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataStackHelper.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21907,"timestamp":6733989529902,"id":4469,"parentId":3677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/createDimensions.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22347,"timestamp":6733989529934,"id":4470,"parentId":3678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Region.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22604,"timestamp":6733989529967,"id":4471,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/helper.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22752,"timestamp":6733989529999,"id":4472,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/TSpan.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22821,"timestamp":6733989530030,"id":4473,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/dashStyle.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22829,"timestamp":6733989530062,"id":4474,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/constants.js","layer":"app-pages-browser"},"startTime":1776340936556,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24676,"timestamp":6733989530094,"id":4475,"parentId":3693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelGuideHelper.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25265,"timestamp":6733989530126,"id":4476,"parentId":3693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelLayoutHelper.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25335,"timestamp":6733989530158,"id":4477,"parentId":3697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/vendor.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25482,"timestamp":6733989530189,"id":4478,"parentId":3692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/image.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25525,"timestamp":6733989530221,"id":4479,"parentId":3693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/util.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26792,"timestamp":6733989530253,"id":4480,"parentId":3694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/morphPath.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26885,"timestamp":6733989530284,"id":4481,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1776340936557,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":309,"timestamp":6733989564904,"id":4581,"parentId":4574,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":345,"timestamp":6733989564912,"id":4582,"parentId":4575,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":377,"timestamp":6733989564914,"id":4583,"parentId":4576,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":407,"timestamp":6733989564917,"id":4584,"parentId":4577,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":437,"timestamp":6733989564919,"id":4585,"parentId":4578,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":464,"timestamp":6733989564922,"id":4586,"parentId":4579,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":493,"timestamp":6733989564923,"id":4587,"parentId":4580,"tags":{},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9405,"timestamp":6733989565221,"id":4588,"parentId":4574,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9369,"timestamp":6733989565259,"id":4589,"parentId":4575,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9336,"timestamp":6733989565293,"id":4590,"parentId":4576,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9303,"timestamp":6733989565326,"id":4591,"parentId":4577,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9271,"timestamp":6733989565359,"id":4592,"parentId":4578,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9243,"timestamp":6733989565387,"id":4593,"parentId":4579,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":9212,"timestamp":6733989565418,"id":4594,"parentId":4580,"tags":{},"startTime":1776340936592,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10856,"timestamp":6733989564361,"id":4574,"parentId":3825,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/sectorLabel.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10900,"timestamp":6733989564453,"id":4575,"parentId":3828,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/LegendVisualProvider.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11245,"timestamp":6733989564503,"id":4576,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/SymbolDraw.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11627,"timestamp":6733989564640,"id":4577,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Symbol.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11814,"timestamp":6733989564720,"id":4578,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/lineAnimationDiff.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13116,"timestamp":6733989564768,"id":4579,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/poly.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13275,"timestamp":6733989564811,"id":4580,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/helper.js","layer":"app-pages-browser"},"startTime":1776340936591,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":254,"timestamp":6733989581698,"id":4666,"parentId":4595,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":289,"timestamp":6733989581704,"id":4667,"parentId":4596,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":312,"timestamp":6733989581706,"id":4668,"parentId":4597,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":337,"timestamp":6733989581708,"id":4669,"parentId":4598,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":359,"timestamp":6733989581710,"id":4670,"parentId":4599,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":380,"timestamp":6733989581712,"id":4671,"parentId":4600,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":414,"timestamp":6733989581714,"id":4672,"parentId":4601,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":438,"timestamp":6733989581716,"id":4673,"parentId":4602,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":465,"timestamp":6733989581718,"id":4674,"parentId":4603,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":493,"timestamp":6733989581720,"id":4675,"parentId":4604,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":524,"timestamp":6733989581722,"id":4676,"parentId":4605,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":547,"timestamp":6733989581724,"id":4677,"parentId":4606,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":569,"timestamp":6733989581725,"id":4678,"parentId":4607,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":593,"timestamp":6733989581727,"id":4679,"parentId":4608,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":619,"timestamp":6733989581729,"id":4680,"parentId":4609,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":640,"timestamp":6733989581730,"id":4681,"parentId":4610,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":665,"timestamp":6733989581732,"id":4682,"parentId":4611,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":690,"timestamp":6733989581734,"id":4683,"parentId":4612,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":727,"timestamp":6733989581736,"id":4684,"parentId":4613,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":764,"timestamp":6733989581737,"id":4685,"parentId":4614,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":785,"timestamp":6733989581739,"id":4686,"parentId":4615,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":811,"timestamp":6733989581741,"id":4687,"parentId":4616,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":832,"timestamp":6733989581742,"id":4688,"parentId":4617,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":854,"timestamp":6733989581744,"id":4689,"parentId":4618,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":979,"timestamp":6733989581746,"id":4690,"parentId":4619,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1003,"timestamp":6733989581747,"id":4691,"parentId":4620,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1024,"timestamp":6733989581749,"id":4692,"parentId":4621,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1045,"timestamp":6733989581751,"id":4693,"parentId":4622,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1077,"timestamp":6733989581752,"id":4694,"parentId":4623,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1102,"timestamp":6733989581754,"id":4695,"parentId":4624,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1124,"timestamp":6733989581755,"id":4696,"parentId":4625,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1150,"timestamp":6733989581756,"id":4697,"parentId":4626,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1176,"timestamp":6733989581758,"id":4698,"parentId":4627,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1202,"timestamp":6733989581759,"id":4699,"parentId":4628,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1226,"timestamp":6733989581761,"id":4700,"parentId":4629,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1257,"timestamp":6733989581762,"id":4701,"parentId":4630,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1278,"timestamp":6733989581764,"id":4702,"parentId":4631,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1301,"timestamp":6733989581765,"id":4703,"parentId":4632,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1325,"timestamp":6733989581767,"id":4704,"parentId":4633,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1348,"timestamp":6733989581769,"id":4705,"parentId":4634,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1372,"timestamp":6733989581770,"id":4706,"parentId":4635,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1396,"timestamp":6733989581772,"id":4707,"parentId":4636,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1421,"timestamp":6733989581773,"id":4708,"parentId":4637,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1445,"timestamp":6733989581775,"id":4709,"parentId":4638,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1475,"timestamp":6733989581776,"id":4710,"parentId":4639,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1497,"timestamp":6733989581777,"id":4711,"parentId":4640,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1519,"timestamp":6733989581779,"id":4712,"parentId":4641,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1545,"timestamp":6733989581781,"id":4713,"parentId":4642,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1574,"timestamp":6733989581782,"id":4714,"parentId":4643,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1596,"timestamp":6733989581784,"id":4715,"parentId":4644,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1617,"timestamp":6733989581785,"id":4716,"parentId":4645,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1644,"timestamp":6733989581786,"id":4717,"parentId":4646,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1677,"timestamp":6733989581788,"id":4718,"parentId":4647,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1702,"timestamp":6733989581789,"id":4719,"parentId":4648,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1723,"timestamp":6733989581790,"id":4720,"parentId":4649,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1751,"timestamp":6733989581792,"id":4721,"parentId":4650,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1777,"timestamp":6733989581793,"id":4722,"parentId":4651,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1799,"timestamp":6733989581795,"id":4723,"parentId":4652,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1824,"timestamp":6733989581796,"id":4724,"parentId":4653,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1846,"timestamp":6733989581797,"id":4725,"parentId":4654,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1868,"timestamp":6733989581799,"id":4726,"parentId":4655,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1890,"timestamp":6733989581800,"id":4727,"parentId":4656,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1915,"timestamp":6733989581801,"id":4728,"parentId":4657,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1938,"timestamp":6733989581803,"id":4729,"parentId":4658,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1961,"timestamp":6733989581804,"id":4730,"parentId":4659,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1997,"timestamp":6733989581806,"id":4731,"parentId":4660,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2020,"timestamp":6733989581807,"id":4732,"parentId":4661,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2050,"timestamp":6733989581808,"id":4733,"parentId":4662,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2076,"timestamp":6733989581810,"id":4734,"parentId":4663,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2101,"timestamp":6733989581811,"id":4735,"parentId":4664,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2123,"timestamp":6733989581812,"id":4736,"parentId":4665,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3959,"timestamp":6733989581960,"id":4737,"parentId":4595,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3926,"timestamp":6733989581995,"id":4738,"parentId":4596,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3903,"timestamp":6733989582019,"id":4739,"parentId":4597,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3875,"timestamp":6733989582047,"id":4740,"parentId":4598,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3852,"timestamp":6733989582070,"id":4741,"parentId":4599,"tags":{},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3829,"timestamp":6733989582094,"id":4742,"parentId":4600,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3793,"timestamp":6733989582130,"id":4743,"parentId":4601,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3768,"timestamp":6733989582155,"id":4744,"parentId":4602,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3739,"timestamp":6733989582185,"id":4745,"parentId":4603,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3710,"timestamp":6733989582215,"id":4746,"parentId":4604,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3677,"timestamp":6733989582248,"id":4747,"parentId":4605,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3654,"timestamp":6733989582272,"id":4748,"parentId":4606,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3630,"timestamp":6733989582296,"id":4749,"parentId":4607,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3606,"timestamp":6733989582321,"id":4750,"parentId":4608,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3578,"timestamp":6733989582349,"id":4751,"parentId":4609,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3556,"timestamp":6733989582372,"id":4752,"parentId":4610,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3529,"timestamp":6733989582399,"id":4753,"parentId":4611,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3503,"timestamp":6733989582425,"id":4754,"parentId":4612,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3464,"timestamp":6733989582464,"id":4755,"parentId":4613,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3427,"timestamp":6733989582502,"id":4756,"parentId":4614,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3404,"timestamp":6733989582526,"id":4757,"parentId":4615,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3378,"timestamp":6733989582552,"id":4758,"parentId":4616,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3355,"timestamp":6733989582575,"id":4759,"parentId":4617,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3230,"timestamp":6733989582701,"id":4760,"parentId":4618,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3205,"timestamp":6733989582726,"id":4761,"parentId":4619,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3181,"timestamp":6733989582751,"id":4762,"parentId":4620,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3158,"timestamp":6733989582774,"id":4763,"parentId":4621,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3135,"timestamp":6733989582797,"id":4764,"parentId":4622,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3103,"timestamp":6733989582830,"id":4765,"parentId":4623,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3076,"timestamp":6733989582857,"id":4766,"parentId":4624,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3053,"timestamp":6733989582881,"id":4767,"parentId":4625,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3026,"timestamp":6733989582908,"id":4768,"parentId":4626,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3000,"timestamp":6733989582935,"id":4769,"parentId":4627,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2972,"timestamp":6733989582963,"id":4770,"parentId":4628,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2947,"timestamp":6733989582988,"id":4771,"parentId":4629,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2915,"timestamp":6733989583021,"id":4772,"parentId":4630,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2892,"timestamp":6733989583044,"id":4773,"parentId":4631,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2868,"timestamp":6733989583068,"id":4774,"parentId":4632,"tags":{},"startTime":1776340936609,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2844,"timestamp":6733989583093,"id":4775,"parentId":4633,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2819,"timestamp":6733989583119,"id":4776,"parentId":4634,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2794,"timestamp":6733989583144,"id":4777,"parentId":4635,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2769,"timestamp":6733989583169,"id":4778,"parentId":4636,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2743,"timestamp":6733989583195,"id":4779,"parentId":4637,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2717,"timestamp":6733989583221,"id":4780,"parentId":4638,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2687,"timestamp":6733989583252,"id":4781,"parentId":4639,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2664,"timestamp":6733989583276,"id":4782,"parentId":4640,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2640,"timestamp":6733989583300,"id":4783,"parentId":4641,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2613,"timestamp":6733989583327,"id":4784,"parentId":4642,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2583,"timestamp":6733989583357,"id":4785,"parentId":4643,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2560,"timestamp":6733989583381,"id":4786,"parentId":4644,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2538,"timestamp":6733989583403,"id":4787,"parentId":4645,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2509,"timestamp":6733989583432,"id":4788,"parentId":4646,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2475,"timestamp":6733989583466,"id":4789,"parentId":4647,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2450,"timestamp":6733989583492,"id":4790,"parentId":4648,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":2468,"timestamp":6733989583519,"id":4791,"parentId":4649,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2444,"timestamp":6733989583544,"id":4792,"parentId":4650,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2417,"timestamp":6733989583571,"id":4793,"parentId":4651,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2394,"timestamp":6733989583595,"id":4794,"parentId":4652,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2367,"timestamp":6733989583622,"id":4795,"parentId":4653,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2344,"timestamp":6733989583645,"id":4796,"parentId":4654,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2320,"timestamp":6733989583669,"id":4797,"parentId":4655,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2298,"timestamp":6733989583691,"id":4798,"parentId":4656,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2272,"timestamp":6733989583718,"id":4799,"parentId":4657,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2248,"timestamp":6733989583742,"id":4800,"parentId":4658,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2224,"timestamp":6733989583767,"id":4801,"parentId":4659,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2187,"timestamp":6733989583804,"id":4802,"parentId":4660,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2163,"timestamp":6733989583828,"id":4803,"parentId":4661,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2131,"timestamp":6733989583860,"id":4804,"parentId":4662,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2104,"timestamp":6733989583887,"id":4805,"parentId":4663,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2079,"timestamp":6733989583913,"id":4806,"parentId":4664,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2056,"timestamp":6733989583936,"id":4807,"parentId":4665,"tags":{},"startTime":1776340936610,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7061,"timestamp":6733989579289,"id":4595,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7130,"timestamp":6733989579348,"id":4596,"parentId":3823,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/labelHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7337,"timestamp":6733989579388,"id":4597,"parentId":3824,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BaseBarSeries.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7471,"timestamp":6733989579427,"id":4598,"parentId":3825,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/shape/sausage.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7516,"timestamp":6733989579462,"id":4599,"parentId":3825,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/sectorHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9483,"timestamp":6733989579495,"id":4600,"parentId":3827,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/labelLayout.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9610,"timestamp":6733989579536,"id":4601,"parentId":3828,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":10137,"timestamp":6733989579577,"id":4602,"parentId":3830,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":11100,"timestamp":6733989579610,"id":4603,"parentId":3688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12053,"timestamp":6733989579643,"id":4604,"parentId":3835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/graphic.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12291,"timestamp":6733989579675,"id":4605,"parentId":3835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/core.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12747,"timestamp":6733989579707,"id":4606,"parentId":3835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/helper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13206,"timestamp":6733989579738,"id":4607,"parentId":3835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/patch.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13714,"timestamp":6733989579770,"id":4608,"parentId":3836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Layer.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13750,"timestamp":6733989579804,"id":4609,"parentId":3836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/requestAnimationFrame.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14319,"timestamp":6733989579846,"id":4610,"parentId":3837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/path.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14735,"timestamp":6733989579880,"id":4611,"parentId":3846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Tree.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15693,"timestamp":6733989579911,"id":4612,"parentId":3841,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/MapDraw.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16014,"timestamp":6733989579943,"id":4613,"parentId":3845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/layoutHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16078,"timestamp":6733989579975,"id":4614,"parentId":3845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/roamHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16393,"timestamp":6733989580006,"id":4615,"parentId":3845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/RoamController.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16425,"timestamp":6733989580037,"id":4616,"parentId":3845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/cursorHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16509,"timestamp":6733989580069,"id":4617,"parentId":3846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/treeHelper.js","layer":"app-pages-browser"},"startTime":1776340936606,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16631,"timestamp":6733989580103,"id":4618,"parentId":3847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/traversalHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16695,"timestamp":6733989580136,"id":4619,"parentId":3851,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17757,"timestamp":6733989580170,"id":4620,"parentId":3845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/bbox.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17960,"timestamp":6733989580202,"id":4621,"parentId":3852,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/animation.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18873,"timestamp":6733989580234,"id":4622,"parentId":3853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/VisualMapping.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19177,"timestamp":6733989580265,"id":4623,"parentId":3852,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/Breadcrumb.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19268,"timestamp":6733989580298,"id":4624,"parentId":3858,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19557,"timestamp":6733989580330,"id":4625,"parentId":3859,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19767,"timestamp":6733989580362,"id":4626,"parentId":3860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19995,"timestamp":6733989580393,"id":4627,"parentId":3860,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20211,"timestamp":6733989580425,"id":4628,"parentId":3862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LineDraw.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20508,"timestamp":6733989580456,"id":4629,"parentId":3862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/adjustEdge.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20552,"timestamp":6733989580489,"id":4630,"parentId":3862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/graphHelper.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20687,"timestamp":6733989580521,"id":4631,"parentId":3863,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20776,"timestamp":6733989580553,"id":4632,"parentId":3864,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/PointerPath.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20864,"timestamp":6733989580585,"id":4633,"parentId":4011,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisDefault.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21021,"timestamp":6733989580616,"id":4634,"parentId":3988,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21118,"timestamp":6733989580649,"id":4635,"parentId":3991,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21391,"timestamp":6733989580700,"id":4636,"parentId":3997,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectSymbol.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21799,"timestamp":6733989580733,"id":4637,"parentId":3999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectLine.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22472,"timestamp":6733989580765,"id":4638,"parentId":3999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Line.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22592,"timestamp":6733989580796,"id":4639,"parentId":3999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Polyline.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22758,"timestamp":6733989580827,"id":4640,"parentId":3999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectPolyline.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23144,"timestamp":6733989580857,"id":4641,"parentId":3999,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeLineDraw.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23339,"timestamp":6733989580891,"id":4642,"parentId":4003,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23445,"timestamp":6733989580924,"id":4643,"parentId":4011,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/OrdinalMeta.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23455,"timestamp":6733989580955,"id":4644,"parentId":4011,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisCommonTypes.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23859,"timestamp":6733989581002,"id":4645,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/styleCompat.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24629,"timestamp":6733989581032,"id":4646,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicTransition.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24828,"timestamp":6733989581064,"id":4647,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js","layer":"app-pages-browser"},"startTime":1776340936607,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25009,"timestamp":6733989581096,"id":4648,"parentId":4022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/helper.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25212,"timestamp":6733989581126,"id":4649,"parentId":4022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisAlignTicks.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27080,"timestamp":6733989581158,"id":4650,"parentId":4013,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27193,"timestamp":6733989581191,"id":4651,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/prepareCustom.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27267,"timestamp":6733989581223,"id":4652,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/prepareCustom.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27346,"timestamp":6733989581253,"id":4653,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/prepareCustom.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27442,"timestamp":6733989581287,"id":4654,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27476,"timestamp":6733989581323,"id":4655,"parentId":4019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27801,"timestamp":6733989581354,"id":4656,"parentId":4022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27897,"timestamp":6733989581386,"id":4657,"parentId":4022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Axis2D.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":28134,"timestamp":6733989581420,"id":4658,"parentId":4022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29105,"timestamp":6733989581456,"id":4659,"parentId":4023,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisBuilder.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29277,"timestamp":6733989581487,"id":4660,"parentId":4023,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/axisSplitHelper.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":29820,"timestamp":6733989581519,"id":4661,"parentId":4025,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30156,"timestamp":6733989581550,"id":4662,"parentId":4025,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/viewHelper.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30513,"timestamp":6733989581582,"id":4663,"parentId":4028,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/Polar.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30553,"timestamp":6733989581613,"id":4664,"parentId":4033,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/getTextRect.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":30937,"timestamp":6733989581644,"id":4665,"parentId":4035,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Interval.js","layer":"app-pages-browser"},"startTime":1776340936608,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":278,"timestamp":6733989643856,"id":4872,"parentId":4808,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":319,"timestamp":6733989643862,"id":4873,"parentId":4809,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":344,"timestamp":6733989643865,"id":4874,"parentId":4810,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":378,"timestamp":6733989643867,"id":4875,"parentId":4811,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":407,"timestamp":6733989643869,"id":4876,"parentId":4812,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":429,"timestamp":6733989643871,"id":4877,"parentId":4813,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":454,"timestamp":6733989643873,"id":4878,"parentId":4814,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":479,"timestamp":6733989643883,"id":4879,"parentId":4815,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":517,"timestamp":6733989643885,"id":4880,"parentId":4816,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":540,"timestamp":6733989643887,"id":4881,"parentId":4817,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":562,"timestamp":6733989643889,"id":4882,"parentId":4818,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":619,"timestamp":6733989643891,"id":4883,"parentId":4819,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":647,"timestamp":6733989643893,"id":4884,"parentId":4820,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"}] +[{"name":"read-resource","duration":782,"timestamp":6733989643895,"id":4885,"parentId":4821,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":835,"timestamp":6733989643902,"id":4886,"parentId":4822,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":858,"timestamp":6733989643905,"id":4887,"parentId":4823,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":879,"timestamp":6733989643907,"id":4888,"parentId":4824,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":906,"timestamp":6733989643909,"id":4889,"parentId":4825,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":941,"timestamp":6733989643910,"id":4890,"parentId":4826,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":971,"timestamp":6733989643912,"id":4891,"parentId":4827,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":996,"timestamp":6733989643913,"id":4892,"parentId":4828,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1022,"timestamp":6733989643915,"id":4893,"parentId":4829,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1044,"timestamp":6733989643917,"id":4894,"parentId":4830,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1067,"timestamp":6733989643919,"id":4895,"parentId":4831,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1101,"timestamp":6733989643922,"id":4896,"parentId":4832,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1133,"timestamp":6733989643923,"id":4897,"parentId":4833,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1160,"timestamp":6733989643925,"id":4898,"parentId":4834,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1184,"timestamp":6733989643927,"id":4899,"parentId":4835,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1217,"timestamp":6733989643929,"id":4900,"parentId":4836,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1245,"timestamp":6733989643931,"id":4901,"parentId":4837,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1271,"timestamp":6733989643933,"id":4902,"parentId":4838,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1293,"timestamp":6733989643934,"id":4903,"parentId":4839,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1316,"timestamp":6733989643936,"id":4904,"parentId":4840,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1339,"timestamp":6733989643938,"id":4905,"parentId":4841,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1360,"timestamp":6733989643940,"id":4906,"parentId":4842,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1381,"timestamp":6733989643942,"id":4907,"parentId":4843,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1408,"timestamp":6733989643943,"id":4908,"parentId":4844,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1440,"timestamp":6733989643945,"id":4909,"parentId":4845,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1462,"timestamp":6733989643947,"id":4910,"parentId":4846,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1487,"timestamp":6733989643948,"id":4911,"parentId":4847,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1513,"timestamp":6733989643950,"id":4912,"parentId":4848,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1567,"timestamp":6733989643951,"id":4913,"parentId":4849,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1619,"timestamp":6733989643953,"id":4914,"parentId":4850,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1651,"timestamp":6733989643954,"id":4915,"parentId":4851,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1678,"timestamp":6733989643956,"id":4916,"parentId":4852,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1707,"timestamp":6733989643957,"id":4917,"parentId":4853,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1735,"timestamp":6733989643959,"id":4918,"parentId":4854,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1758,"timestamp":6733989643960,"id":4919,"parentId":4855,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1780,"timestamp":6733989643962,"id":4920,"parentId":4856,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1801,"timestamp":6733989643964,"id":4921,"parentId":4857,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1838,"timestamp":6733989643965,"id":4922,"parentId":4858,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1860,"timestamp":6733989643966,"id":4923,"parentId":4859,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1882,"timestamp":6733989643968,"id":4924,"parentId":4860,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1902,"timestamp":6733989643969,"id":4925,"parentId":4861,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1932,"timestamp":6733989643971,"id":4926,"parentId":4862,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1954,"timestamp":6733989643972,"id":4927,"parentId":4863,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1978,"timestamp":6733989643974,"id":4928,"parentId":4864,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2005,"timestamp":6733989643975,"id":4929,"parentId":4865,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2031,"timestamp":6733989643976,"id":4930,"parentId":4866,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2058,"timestamp":6733989643978,"id":4931,"parentId":4867,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2083,"timestamp":6733989643979,"id":4932,"parentId":4868,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2109,"timestamp":6733989643980,"id":4933,"parentId":4869,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2133,"timestamp":6733989643982,"id":4934,"parentId":4870,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":2155,"timestamp":6733989643983,"id":4935,"parentId":4871,"tags":{},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4081,"timestamp":6733989644146,"id":4936,"parentId":4808,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4047,"timestamp":6733989644183,"id":4937,"parentId":4809,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":4017,"timestamp":6733989644213,"id":4938,"parentId":4810,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3984,"timestamp":6733989644246,"id":4939,"parentId":4811,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3953,"timestamp":6733989644277,"id":4940,"parentId":4812,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3930,"timestamp":6733989644302,"id":4941,"parentId":4813,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3903,"timestamp":6733989644329,"id":4942,"parentId":4814,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3869,"timestamp":6733989644364,"id":4943,"parentId":4815,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3829,"timestamp":6733989644404,"id":4944,"parentId":4816,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3805,"timestamp":6733989644429,"id":4945,"parentId":4817,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3782,"timestamp":6733989644453,"id":4946,"parentId":4818,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3720,"timestamp":6733989644515,"id":4947,"parentId":4819,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3595,"timestamp":6733989644647,"id":4948,"parentId":4820,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3564,"timestamp":6733989644679,"id":4949,"parentId":4821,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3505,"timestamp":6733989644739,"id":4950,"parentId":4822,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3481,"timestamp":6733989644764,"id":4951,"parentId":4823,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3454,"timestamp":6733989644792,"id":4952,"parentId":4824,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3428,"timestamp":6733989644818,"id":4953,"parentId":4825,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3391,"timestamp":6733989644856,"id":4954,"parentId":4826,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3362,"timestamp":6733989644886,"id":4955,"parentId":4827,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3334,"timestamp":6733989644914,"id":4956,"parentId":4828,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3310,"timestamp":6733989644939,"id":4957,"parentId":4829,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3286,"timestamp":6733989644963,"id":4958,"parentId":4830,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3259,"timestamp":6733989644992,"id":4959,"parentId":4831,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3223,"timestamp":6733989645028,"id":4960,"parentId":4832,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3188,"timestamp":6733989645063,"id":4961,"parentId":4833,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3163,"timestamp":6733989645089,"id":4962,"parentId":4834,"tags":{},"startTime":1776340936671,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3137,"timestamp":6733989645116,"id":4963,"parentId":4835,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3102,"timestamp":6733989645151,"id":4964,"parentId":4836,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3076,"timestamp":6733989645178,"id":4965,"parentId":4837,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3049,"timestamp":6733989645205,"id":4966,"parentId":4838,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3026,"timestamp":6733989645229,"id":4967,"parentId":4839,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":3002,"timestamp":6733989645254,"id":4968,"parentId":4840,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2978,"timestamp":6733989645278,"id":4969,"parentId":4841,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2956,"timestamp":6733989645301,"id":4970,"parentId":4842,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2933,"timestamp":6733989645325,"id":4971,"parentId":4843,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2906,"timestamp":6733989645353,"id":4972,"parentId":4844,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2872,"timestamp":6733989645386,"id":4973,"parentId":4845,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2849,"timestamp":6733989645410,"id":4974,"parentId":4846,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2824,"timestamp":6733989645436,"id":4975,"parentId":4847,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2796,"timestamp":6733989645464,"id":4976,"parentId":4848,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2735,"timestamp":6733989645526,"id":4977,"parentId":4849,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2686,"timestamp":6733989645576,"id":4978,"parentId":4850,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2653,"timestamp":6733989645608,"id":4979,"parentId":4851,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2624,"timestamp":6733989645637,"id":4980,"parentId":4852,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2595,"timestamp":6733989645667,"id":4981,"parentId":4853,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2566,"timestamp":6733989645697,"id":4982,"parentId":4854,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2542,"timestamp":6733989645721,"id":4983,"parentId":4855,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2519,"timestamp":6733989645744,"id":4984,"parentId":4856,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2496,"timestamp":6733989645767,"id":4985,"parentId":4857,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"}] +[{"name":"next-swc-loader","duration":2536,"timestamp":6733989645805,"id":4986,"parentId":4858,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2512,"timestamp":6733989645830,"id":4987,"parentId":4859,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2490,"timestamp":6733989645852,"id":4988,"parentId":4860,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2468,"timestamp":6733989645874,"id":4989,"parentId":4861,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2437,"timestamp":6733989645905,"id":4990,"parentId":4862,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2415,"timestamp":6733989645928,"id":4991,"parentId":4863,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2389,"timestamp":6733989645955,"id":4992,"parentId":4864,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2361,"timestamp":6733989645983,"id":4993,"parentId":4865,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2335,"timestamp":6733989646009,"id":4994,"parentId":4866,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2305,"timestamp":6733989646039,"id":4995,"parentId":4867,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2280,"timestamp":6733989646064,"id":4996,"parentId":4868,"tags":{},"startTime":1776340936672,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2253,"timestamp":6733989646092,"id":4997,"parentId":4869,"tags":{},"startTime":1776340936673,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2227,"timestamp":6733989646118,"id":4998,"parentId":4870,"tags":{},"startTime":1776340936673,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2205,"timestamp":6733989646141,"id":4999,"parentId":4871,"tags":{},"startTime":1776340936673,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":7938,"timestamp":6733989640686,"id":4808,"parentId":4035,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/IndicatorAxis.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8331,"timestamp":6733989640769,"id":4809,"parentId":4037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Geo.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8659,"timestamp":6733989640808,"id":4810,"parentId":4039,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoSVGResource.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8844,"timestamp":6733989640848,"id":4811,"parentId":4039,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoJSONResource.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":8937,"timestamp":6733989640885,"id":4812,"parentId":4040,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleAxisHelper.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9217,"timestamp":6733989640924,"id":4813,"parentId":4042,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/Single.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":9827,"timestamp":6733989640960,"id":4814,"parentId":4047,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/Parallel.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12117,"timestamp":6733989640998,"id":4815,"parentId":4049,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushController.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12313,"timestamp":6733989641031,"id":4816,"parentId":4049,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/brushHelper.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12593,"timestamp":6733989641068,"id":4817,"parentId":4033,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/dom.js","layer":"app-pages-browser"},"startTime":1776340936667,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13687,"timestamp":6733989641100,"id":4818,"parentId":4033,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/parseText.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":13982,"timestamp":6733989641138,"id":4819,"parentId":4203,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualSolution.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":14263,"timestamp":6733989641171,"id":4820,"parentId":4206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Ordinal.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15138,"timestamp":6733989641203,"id":4821,"parentId":4206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Time.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15183,"timestamp":6733989641236,"id":4822,"parentId":4190,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15213,"timestamp":6733989641269,"id":4823,"parentId":4190,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":15303,"timestamp":6733989641301,"id":4824,"parentId":4192,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/listComponent.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16028,"timestamp":6733989641334,"id":4825,"parentId":4195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16317,"timestamp":6733989641369,"id":4826,"parentId":4195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16431,"timestamp":6733989641402,"id":4827,"parentId":4195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16583,"timestamp":6733989641435,"id":4828,"parentId":4195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/globalListener.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16687,"timestamp":6733989641468,"id":4829,"parentId":4195,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/helper.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":16862,"timestamp":6733989641500,"id":4830,"parentId":4204,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/selector.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17464,"timestamp":6733989641532,"id":4831,"parentId":4204,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushTargetManager.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17679,"timestamp":6733989641567,"id":4832,"parentId":4205,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineModel.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17713,"timestamp":6733989641600,"id":4833,"parentId":4206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineView.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":17752,"timestamp":6733989641632,"id":4834,"parentId":4206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineAxis.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18040,"timestamp":6733989641664,"id":4835,"parentId":4192,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/text.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18284,"timestamp":6733989641696,"id":4836,"parentId":4210,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerModel.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18622,"timestamp":6733989641728,"id":4837,"parentId":4219,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/markerHelper.js","layer":"app-pages-browser"},"startTime":1776340936668,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18144,"timestamp":6733989642362,"id":4838,"parentId":4219,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerView.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18203,"timestamp":6733989642452,"id":4839,"parentId":4214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/history.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18306,"timestamp":6733989642504,"id":4840,"parentId":4215,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/sliderMove.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18562,"timestamp":6733989642553,"id":4841,"parentId":4213,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/event.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":18618,"timestamp":6733989642596,"id":4842,"parentId":4240,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualDefault.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":19022,"timestamp":6733989642640,"id":4843,"parentId":4243,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/conditionalExpression.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20486,"timestamp":6733989642685,"id":4844,"parentId":4231,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20527,"timestamp":6733989642761,"id":4845,"parentId":4232,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomView.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20735,"timestamp":6733989642809,"id":4846,"parentId":4233,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/helper.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20849,"timestamp":6733989642850,"id":4847,"parentId":4234,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":20878,"timestamp":6733989642889,"id":4848,"parentId":4234,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21451,"timestamp":6733989642923,"id":4849,"parentId":4237,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapModel.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21634,"timestamp":6733989642966,"id":4850,"parentId":4238,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapView.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21732,"timestamp":6733989643006,"id":4851,"parentId":4238,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/helper.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21753,"timestamp":6733989643043,"id":4852,"parentId":4239,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualMapAction.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21866,"timestamp":6733989643081,"id":4853,"parentId":4239,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualEncoding.js","layer":"app-pages-browser"},"startTime":1776340936669,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":21921,"timestamp":6733989643129,"id":4854,"parentId":4239,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/preprocessor.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22001,"timestamp":6733989643200,"id":4855,"parentId":4245,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/mixin/Draggable.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":22146,"timestamp":6733989643237,"id":4856,"parentId":4245,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/GestureMgr.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23330,"timestamp":6733989643275,"id":4857,"parentId":4248,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animator.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23455,"timestamp":6733989643337,"id":4858,"parentId":4266,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/transformPath.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23522,"timestamp":6733989643375,"id":4859,"parentId":4255,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/WeakMap.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":23538,"timestamp":6733989643408,"id":4860,"parentId":4437,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Gradient.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24191,"timestamp":6733989643442,"id":4861,"parentId":4459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/curve.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24289,"timestamp":6733989643474,"id":4862,"parentId":4460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Scale.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24570,"timestamp":6733989643510,"id":4863,"parentId":4460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Log.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":24907,"timestamp":6733989643544,"id":4864,"parentId":4460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/scaleRawExtentInfo.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":25590,"timestamp":6733989643596,"id":4865,"parentId":4480,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/dividePath.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26062,"timestamp":6733989643630,"id":4866,"parentId":4480,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/convertPath.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26322,"timestamp":6733989643662,"id":4867,"parentId":4467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/referHelper.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26835,"timestamp":6733989643700,"id":4868,"parentId":4445,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundSector.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":26898,"timestamp":6733989643738,"id":4869,"parentId":4447,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/poly.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27028,"timestamp":6733989643772,"id":4870,"parentId":4449,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundRect.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":27080,"timestamp":6733989643803,"id":4871,"parentId":4470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/polygon.js","layer":"app-pages-browser"},"startTime":1776340936670,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":884,"timestamp":6733989684778,"id":5008,"parentId":5000,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":920,"timestamp":6733989684782,"id":5009,"parentId":5001,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":943,"timestamp":6733989684784,"id":5010,"parentId":5002,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":971,"timestamp":6733989684785,"id":5011,"parentId":5003,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":992,"timestamp":6733989684787,"id":5012,"parentId":5004,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1012,"timestamp":6733989684788,"id":5013,"parentId":5005,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1032,"timestamp":6733989684790,"id":5014,"parentId":5006,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":1052,"timestamp":6733989684791,"id":5015,"parentId":5007,"tags":{},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10316,"timestamp":6733989685669,"id":5016,"parentId":5000,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10284,"timestamp":6733989685704,"id":5017,"parentId":5001,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10259,"timestamp":6733989685729,"id":5018,"parentId":5002,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10230,"timestamp":6733989685758,"id":5019,"parentId":5003,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10208,"timestamp":6733989685781,"id":5020,"parentId":5004,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10187,"timestamp":6733989685802,"id":5021,"parentId":5005,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10166,"timestamp":6733989685823,"id":5022,"parentId":5006,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":10145,"timestamp":6733989685844,"id":5023,"parentId":5007,"tags":{},"startTime":1776340936712,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12064,"timestamp":6733989684362,"id":5000,"parentId":4604,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/SVGPathRebuilder.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12204,"timestamp":6733989684447,"id":5001,"parentId":4604,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12697,"timestamp":6733989684488,"id":5002,"parentId":4604,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssAnimation.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12804,"timestamp":6733989684524,"id":5003,"parentId":4604,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssEmphasis.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12884,"timestamp":6733989684558,"id":5004,"parentId":4607,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/domapi.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12933,"timestamp":6733989684595,"id":5005,"parentId":4610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/line.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":12981,"timestamp":6733989684633,"id":5006,"parentId":4610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/cubic.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"}] +[{"name":"build-module-js","duration":13112,"timestamp":6733989684666,"id":5007,"parentId":4610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/quadratic.js","layer":"app-pages-browser"},"startTime":1776340936711,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":109,"timestamp":6733989699505,"id":5033,"parentId":5024,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":135,"timestamp":6733989699514,"id":5034,"parentId":5025,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":155,"timestamp":6733989699516,"id":5035,"parentId":5026,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":183,"timestamp":6733989699517,"id":5036,"parentId":5027,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":212,"timestamp":6733989699520,"id":5037,"parentId":5028,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":240,"timestamp":6733989699521,"id":5038,"parentId":5029,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":261,"timestamp":6733989699522,"id":5039,"parentId":5030,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":290,"timestamp":6733989699524,"id":5040,"parentId":5031,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":311,"timestamp":6733989699525,"id":5041,"parentId":5032,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":951,"timestamp":6733989699620,"id":5042,"parentId":5024,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":921,"timestamp":6733989699650,"id":5043,"parentId":5025,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":899,"timestamp":6733989699672,"id":5044,"parentId":5026,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":867,"timestamp":6733989699705,"id":5045,"parentId":5027,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":834,"timestamp":6733989699738,"id":5046,"parentId":5028,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":810,"timestamp":6733989699762,"id":5047,"parentId":5029,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":788,"timestamp":6733989699785,"id":5048,"parentId":5030,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":758,"timestamp":6733989699815,"id":5049,"parentId":5031,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":736,"timestamp":6733989699837,"id":5050,"parentId":5032,"tags":{},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1631,"timestamp":6733989699122,"id":5024,"parentId":4610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/arc.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1652,"timestamp":6733989699187,"id":5025,"parentId":4610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/windingLine.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2290,"timestamp":6733989699225,"id":5026,"parentId":4631,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Graph.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2469,"timestamp":6733989699259,"id":5027,"parentId":4611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/linkSeriesData.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2530,"timestamp":6733989699295,"id":5028,"parentId":4615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/interactionMutex.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2655,"timestamp":6733989699332,"id":5029,"parentId":4638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LinePath.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2705,"timestamp":6733989699370,"id":5030,"parentId":4656,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2763,"timestamp":6733989699409,"id":5031,"parentId":4663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/RadiusAxis.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2866,"timestamp":6733989699455,"id":5032,"parentId":4663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AngleAxis.js","layer":"app-pages-browser"},"startTime":1776340936726,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":47,"timestamp":6733989703946,"id":5064,"parentId":5051,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":73,"timestamp":6733989703949,"id":5065,"parentId":5052,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":94,"timestamp":6733989703950,"id":5066,"parentId":5053,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":116,"timestamp":6733989703952,"id":5067,"parentId":5054,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":137,"timestamp":6733989703953,"id":5068,"parentId":5055,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":159,"timestamp":6733989703954,"id":5069,"parentId":5056,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":181,"timestamp":6733989703956,"id":5070,"parentId":5057,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":211,"timestamp":6733989703957,"id":5071,"parentId":5058,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":233,"timestamp":6733989703959,"id":5072,"parentId":5059,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":258,"timestamp":6733989703960,"id":5073,"parentId":5060,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":281,"timestamp":6733989703961,"id":5074,"parentId":5061,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":304,"timestamp":6733989703962,"id":5075,"parentId":5062,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":343,"timestamp":6733989703964,"id":5076,"parentId":5063,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":907,"timestamp":6733989703996,"id":5077,"parentId":5051,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":881,"timestamp":6733989704023,"id":5078,"parentId":5052,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":859,"timestamp":6733989704046,"id":5079,"parentId":5053,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":835,"timestamp":6733989704070,"id":5080,"parentId":5054,"tags":{},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":813,"timestamp":6733989704092,"id":5081,"parentId":5055,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":790,"timestamp":6733989704115,"id":5082,"parentId":5056,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":768,"timestamp":6733989704138,"id":5083,"parentId":5057,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":737,"timestamp":6733989704169,"id":5084,"parentId":5058,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":714,"timestamp":6733989704193,"id":5085,"parentId":5059,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":688,"timestamp":6733989704219,"id":5086,"parentId":5060,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":664,"timestamp":6733989704243,"id":5087,"parentId":5061,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":640,"timestamp":6733989704267,"id":5088,"parentId":5062,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":599,"timestamp":6733989704308,"id":5089,"parentId":5063,"tags":{},"startTime":1776340936731,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1687,"timestamp":6733989703469,"id":5051,"parentId":4817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/fourPointsTransform.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":1797,"timestamp":6733989703516,"id":5052,"parentId":4857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Clip.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2062,"timestamp":6733989703551,"id":5053,"parentId":4857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/easing.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2280,"timestamp":6733989703584,"id":5054,"parentId":4857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/cubicEasing.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2390,"timestamp":6733989703622,"id":5055,"parentId":4813,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/SingleAxis.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2446,"timestamp":6733989703659,"id":5056,"parentId":4814,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelAxis.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3772,"timestamp":6733989703693,"id":5057,"parentId":4847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/AxisProxy.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3952,"timestamp":6733989703726,"id":5058,"parentId":4869,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/smoothBezier.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4195,"timestamp":6733989703760,"id":5059,"parentId":4811,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/nanhai.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4242,"timestamp":6733989703792,"id":5060,"parentId":4811,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/textCoord.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":4273,"timestamp":6733989703824,"id":5061,"parentId":4811,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5511,"timestamp":6733989703857,"id":5062,"parentId":4810,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseSVG.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":5547,"timestamp":6733989703890,"id":5063,"parentId":4810,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseXML.js","layer":"app-pages-browser"},"startTime":1776340936730,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":71,"timestamp":6733989711525,"id":5091,"parentId":5090,"tags":{},"startTime":1776340936738,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":2136,"timestamp":6733989711600,"id":5092,"parentId":5090,"tags":{},"startTime":1776340936738,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":2366,"timestamp":6733989711433,"id":5090,"parentId":5002,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssClassId.js","layer":"app-pages-browser"},"startTime":1776340936738,"traceId":"611bd841fd914c91"},{"name":"read-resource","duration":292,"timestamp":6733989715267,"id":5094,"parentId":5093,"tags":{},"startTime":1776340936742,"traceId":"611bd841fd914c91"},{"name":"next-swc-loader","duration":45,"timestamp":6733989715563,"id":5095,"parentId":5093,"tags":{},"startTime":1776340936742,"traceId":"611bd841fd914c91"},{"name":"build-module-js","duration":3738,"timestamp":6733989715194,"id":5093,"parentId":4606,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1776340936742,"traceId":"611bd841fd914c91"},{"name":"add-entry","duration":742361,"timestamp":6733988977155,"id":3413,"parentId":3406,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fsectors%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1776340936004,"traceId":"611bd841fd914c91"},{"name":"make","duration":746580,"timestamp":6733988972988,"id":3406,"parentId":3405,"tags":{},"startTime":1776340935999,"traceId":"611bd841fd914c91"},{"name":"chunk-graph","duration":4707,"timestamp":6733989735483,"id":5097,"parentId":5096,"tags":{},"startTime":1776340936762,"traceId":"611bd841fd914c91"},{"name":"optimize-modules","duration":4,"timestamp":6733989740212,"id":5099,"parentId":5096,"tags":{},"startTime":1776340936767,"traceId":"611bd841fd914c91"},{"name":"optimize-chunks","duration":66,"timestamp":6733989740275,"id":5100,"parentId":5096,"tags":{},"startTime":1776340936767,"traceId":"611bd841fd914c91"},{"name":"optimize-tree","duration":4,"timestamp":6733989740353,"id":5101,"parentId":5096,"tags":{},"startTime":1776340936767,"traceId":"611bd841fd914c91"},{"name":"optimize-chunk-modules","duration":3,"timestamp":6733989740373,"id":5102,"parentId":5096,"tags":{},"startTime":1776340936767,"traceId":"611bd841fd914c91"},{"name":"optimize","duration":1999,"timestamp":6733989740206,"id":5098,"parentId":5096,"tags":{},"startTime":1776340936767,"traceId":"611bd841fd914c91"},{"name":"module-hash","duration":6452,"timestamp":6733989746774,"id":5103,"parentId":5096,"tags":{},"startTime":1776340936773,"traceId":"611bd841fd914c91"},{"name":"code-generation","duration":37399,"timestamp":6733989753238,"id":5104,"parentId":5096,"tags":{},"startTime":1776340936780,"traceId":"611bd841fd914c91"},{"name":"hash","duration":13959,"timestamp":6733989793140,"id":5105,"parentId":5096,"tags":{},"startTime":1776340936820,"traceId":"611bd841fd914c91"},{"name":"code-generation-jobs","duration":151,"timestamp":6733989807098,"id":5106,"parentId":5096,"tags":{},"startTime":1776340936834,"traceId":"611bd841fd914c91"},{"name":"module-assets","duration":139,"timestamp":6733989807238,"id":5107,"parentId":5096,"tags":{},"startTime":1776340936834,"traceId":"611bd841fd914c91"},{"name":"create-chunk-assets","duration":103580,"timestamp":6733989807381,"id":5108,"parentId":5096,"tags":{},"startTime":1776340936834,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-generateClientManifest","duration":220,"timestamp":6733989912613,"id":5110,"parentId":3405,"tags":{},"startTime":1776340936939,"traceId":"611bd841fd914c91"},{"name":"NextJsBuildManifest-createassets","duration":393,"timestamp":6733989912443,"id":5109,"parentId":3405,"tags":{},"startTime":1776340936939,"traceId":"611bd841fd914c91"},{"name":"seal","duration":184177,"timestamp":6733989730468,"id":5096,"parentId":3405,"tags":{},"startTime":1776340936757,"traceId":"611bd841fd914c91"},{"name":"webpack-compilation","duration":942446,"timestamp":6733988972244,"id":3405,"parentId":1711,"tags":{"name":"client"},"startTime":1776340935999,"traceId":"611bd841fd914c91"},{"name":"emit","duration":18105,"timestamp":6733989914726,"id":5111,"parentId":1711,"tags":{},"startTime":1776340936941,"traceId":"611bd841fd914c91"},{"name":"compile-path","duration":2712306,"timestamp":6733987221322,"id":1692,"tags":{"trigger":"/sectors","isTurbopack":false},"startTime":1776340934248,"traceId":"611bd841fd914c91"},{"name":"webpack-invalidated-client","duration":2128963,"timestamp":6733987805160,"id":1711,"parentId":3,"tags":{"trigger":"manual"},"startTime":1776340934832,"traceId":"611bd841fd914c91"}] diff --git a/frontend/src/app/page.tsx b/frontend/src/app/page.tsx index b27d53c6..ee4a3241 100644 --- a/frontend/src/app/page.tsx +++ b/frontend/src/app/page.tsx @@ -60,10 +60,23 @@ export default function DashboardPage() { }, [loadData]); useWebSocket( - useCallback(() => { - loadData(); + useCallback((msg: { type: string; count?: number; scan_mode?: string; message?: string }) => { + if (msg.type === "scan_update") { + const modeLabel = msg.scan_mode === "intraday" ? "盘中实时" : "盘后"; + setRefreshResult(`${modeLabel}扫描完成,发现 ${msg.count ?? 0} 只股票`); + setRefreshing(false); + loadData(); + setTimeout(() => setRefreshResult(null), 5000); + } else if (msg.type === "scan_error") { + setRefreshResult("扫描失败,请重试"); + setRefreshing(false); + setTimeout(() => setRefreshResult(null), 5000); + } else { + // 其他消息类型(如 llm_analysis_ready),刷新数据 + loadData(); + } }, [loadData]), - ["llm_analysis_ready", "sector_scan_ready", "scan_complete"] + ["scan_update", "scan_error", "llm_analysis_ready", "sector_scan_ready", "scan_complete"] ); const handleRefresh = async () => { @@ -72,18 +85,20 @@ export default function DashboardPage() { try { const res = await postAPI<{ status: string; - count: number; - temperature: number; - scan_mode: string; + message?: string; is_trading: boolean; }>("/api/recommendations/refresh?scan_session=manual"); - const modeLabel = res.scan_mode === "intraday" ? "盘中实时" : "盘后"; - setRefreshResult(`${modeLabel}扫描完成,发现 ${res.count} 只股票`); - await loadData(); + + if (res.status === "already_running") { + setRefreshResult(res.message || "扫描正在执行中,请稍候"); + // 保持 refreshing,等待 WS 推送完成 + } else if (res.status === "scanning") { + setRefreshResult("扫描已启动,完成后自动刷新..."); + // 保持 refreshing,等待 WS 推送 + } } catch (e) { - console.error("刷新失败:", e); - setRefreshResult("扫描失败,请重试"); - } finally { + console.error("触发扫描失败:", e); + setRefreshResult("触发扫描失败,请重试"); setRefreshing(false); setTimeout(() => setRefreshResult(null), 5000); }