diff --git a/backend/.dockerignore b/backend/.dockerignore new file mode 100644 index 00000000..2601fc19 --- /dev/null +++ b/backend/.dockerignore @@ -0,0 +1,10 @@ +__pycache__ +*.pyc +*.pyo +.env +.git +.gitignore +venv +.venv +*.db +data/ diff --git a/backend/.env.production b/backend/.env.production new file mode 100644 index 00000000..97791ab5 --- /dev/null +++ b/backend/.env.production @@ -0,0 +1,19 @@ +# Tushare 数据源 +ASTOCK_TUSHARE_TOKEN=your_tushare_token_here + +# 调试模式(生产环境设为 false) +ASTOCK_DEBUG=false + +# DeepSeek LLM(不使用 AI 对话可留空) +ASTOCK_DEEPSEEK_API_KEY= + +# JWT 安全配置(生产环境务必修改!) +ASTOCK_JWT_SECRET=替换为一个随机长字符串 +ASTOCK_JWT_EXPIRY_HOURS=24 + +# 默认管理员账号(首次启动自动创建) +ASTOCK_ADMIN_USERNAME=admin +ASTOCK_ADMIN_PASSWORD=替换为一个安全密码 + +# 前端地址(用于 CORS) +ASTOCK_FRONTEND_URL=http://your-server-ip:3000 diff --git a/backend/Dockerfile b/backend/Dockerfile new file mode 100644 index 00000000..1cb7435f --- /dev/null +++ b/backend/Dockerfile @@ -0,0 +1,15 @@ +FROM python:3.13-slim + +WORKDIR /app + +COPY requirements.txt . +RUN pip install --no-cache-dir -r requirements.txt + +COPY . . + +# 数据库文件存放在 /app/data 目录,通过 volume 持久化 +RUN mkdir -p /app/data + +EXPOSE 8000 + +CMD ["uvicorn", "app.main:app", "--host", "0.0.0.0", "--port", "8000"] diff --git a/docker-compose.yml b/docker-compose.yml index d1bf718f..83d68e7b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,26 +1,29 @@ -version: "3.8" - services: backend: build: ./backend - ports: - - "8000:8000" + restart: unless-stopped env_file: - ./backend/.env + environment: + - ASTOCK_DATABASE_URL=sqlite:///./data/astock.db volumes: - - ./backend:/app - db_data:/app/data - command: uvicorn app.main:app --host 0.0.0.0 --port 8000 --reload + expose: + - "8000" + # 生产环境不需要映射端口,前端容器通过 Docker 网络内部访问 frontend: - build: ./frontend + build: + context: ./frontend + args: + - BACKEND_URL=http://backend:8000 + restart: unless-stopped ports: - "3000:3000" depends_on: - backend environment: - - NEXT_PUBLIC_API_URL=http://backend:8000 - command: npm run dev + - BACKEND_URL=http://backend:8000 volumes: db_data: diff --git a/frontend/.dockerignore b/frontend/.dockerignore new file mode 100644 index 00000000..944a2ece --- /dev/null +++ b/frontend/.dockerignore @@ -0,0 +1,4 @@ +node_modules +.next +.git +.env* diff --git a/frontend/.next/app-build-manifest.json b/frontend/.next/app-build-manifest.json index 3249d665..1e7fbbd3 100644 --- a/frontend/.next/app-build-manifest.json +++ b/frontend/.next/app-build-manifest.json @@ -16,13 +16,6 @@ "static/chunks/448-92a7b932cf4502ac.js", "static/chunks/app/layout-97bdd231e78ddf3f.js" ], - "/login/page": [ - "static/chunks/webpack-76aa9cbbdedb6a49.js", - "static/chunks/fd9d1056-f8a2d551cbb94c85.js", - "static/chunks/117-d0aa9486d6cf1a7a.js", - "static/chunks/main-app-7d7e5d1021afd90c.js", - "static/chunks/app/login/page-778febf452923618.js" - ], "/page": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", "static/chunks/fd9d1056-f8a2d551cbb94c85.js", @@ -30,12 +23,19 @@ "static/chunks/main-app-7d7e5d1021afd90c.js", "static/chunks/app/page-5a303311159f23ad.js" ], - "/recommendations/page": [ + "/login/page": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", "static/chunks/fd9d1056-f8a2d551cbb94c85.js", "static/chunks/117-d0aa9486d6cf1a7a.js", "static/chunks/main-app-7d7e5d1021afd90c.js", - "static/chunks/app/recommendations/page-ef6715bbb27168f0.js" + "static/chunks/app/login/page-778febf452923618.js" + ], + "/chat/page": [ + "static/chunks/webpack-76aa9cbbdedb6a49.js", + "static/chunks/fd9d1056-f8a2d551cbb94c85.js", + "static/chunks/117-d0aa9486d6cf1a7a.js", + "static/chunks/main-app-7d7e5d1021afd90c.js", + "static/chunks/app/chat/page-2dd3304322bd4036.js" ], "/sectors/page": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", @@ -44,12 +44,12 @@ "static/chunks/main-app-7d7e5d1021afd90c.js", "static/chunks/app/sectors/page-2f0e16a2b83354cf.js" ], - "/chat/page": [ + "/recommendations/page": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", "static/chunks/fd9d1056-f8a2d551cbb94c85.js", "static/chunks/117-d0aa9486d6cf1a7a.js", "static/chunks/main-app-7d7e5d1021afd90c.js", - "static/chunks/app/chat/page-2dd3304322bd4036.js" + "static/chunks/app/recommendations/page-ef6715bbb27168f0.js" ], "/stock/[code]/page": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", diff --git a/frontend/.next/build-manifest.json b/frontend/.next/build-manifest.json index f76a2e1a..16cfa56d 100644 --- a/frontend/.next/build-manifest.json +++ b/frontend/.next/build-manifest.json @@ -5,8 +5,8 @@ "devFiles": [], "ampDevFiles": [], "lowPriorityFiles": [ - "static/77YFCNa-r_QnYgqwH2vOe/_buildManifest.js", - "static/77YFCNa-r_QnYgqwH2vOe/_ssgManifest.js" + "static/zyMEF2O04rWB2PcTlD48N/_buildManifest.js", + "static/zyMEF2O04rWB2PcTlD48N/_ssgManifest.js" ], "rootMainFiles": [ "static/chunks/webpack-76aa9cbbdedb6a49.js", diff --git a/frontend/.next/server/app-paths-manifest.json b/frontend/.next/server/app-paths-manifest.json index 0a445c82..55c30f9d 100644 --- a/frontend/.next/server/app-paths-manifest.json +++ b/frontend/.next/server/app-paths-manifest.json @@ -1,11 +1,11 @@ { "/_not-found/page": "app/_not-found/page.js", - "/login/page": "app/login/page.js", "/api/chat/stream/route": "app/api/chat/stream/route.js", "/page": "app/page.js", - "/recommendations/page": "app/recommendations/page.js", - "/sectors/page": "app/sectors/page.js", + "/login/page": "app/login/page.js", "/chat/page": "app/chat/page.js", + "/sectors/page": "app/sectors/page.js", + "/recommendations/page": "app/recommendations/page.js", "/stock/[code]/page": "app/stock/[code]/page.js", "/users/page": "app/users/page.js" } \ No newline at end of file diff --git a/frontend/.next/server/app/recommendations/page.js b/frontend/.next/server/app/recommendations/page.js index 7b9903b1..a48adf7f 100644 --- a/frontend/.next/server/app/recommendations/page.js +++ b/frontend/.next/server/app/recommendations/page.js @@ -1 +1 @@ -(()=>{var e={};e.id=70,e.ids=[70],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},2992:(e,t,s)=>{"use strict";s.r(t),s.d(t,{GlobalError:()=>l.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>d}),s(3343),s(5166),s(5866);var a=s(3191),r=s(8716),n=s(7922),l=s.n(n),i=s(5231),o={};for(let e in i)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>i[e]);s.d(t,o);let d=["",{children:["recommendations",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(s.bind(s,3343)),"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(s.bind(s,5166)),"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(s.t.bind(s,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx"],x="/recommendations/page",m={require:s,loadChunk:()=>Promise.resolve()},u=new a.AppPageRouteModule({definition:{kind:r.x.APP_PAGE,page:"/recommendations/page",pathname:"/recommendations",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},2915:(e,t,s)=>{Promise.resolve().then(s.bind(s,2631))},2631:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>o});var a=s(326),r=s(7577),n=s(8069),l=s(9677),i=s(7892);function o(){let[e,t]=(0,r.useState)(null),[s,o]=(0,r.useState)("all"),[d,c]=(0,r.useState)(!1),x=(0,r.useCallback)(async()=>{try{let[e,s]=await Promise.all([(0,n.Io)("/api/recommendations/latest"),(0,n.Io)("/api/health")]);t(e),c(s.llm_enabled)}catch(e){console.error("加载推荐失败:",e)}},[]);(0,i.s)((0,r.useCallback)(()=>{x()},[x]));let m=e?.recommendations??[],u="all"===s?m:"buy"===s?m.filter(e=>"BUY"===e.signal):m.filter(e=>e.level===s);return(0,a.jsxs)("div",{className:"max-w-7xl mx-auto px-4 md:px-8 pt-6 pb-20 md:pb-10",children:[a.jsx("div",{className:"flex items-center justify-between mb-5 animate-fade-in-up",children:(0,a.jsxs)("div",{children:[a.jsx("h1",{className:"text-lg font-bold tracking-tight",children:"推荐列表"}),(0,a.jsxs)("p",{className:"text-xs text-text-muted mt-0.5",children:["共 ",a.jsx("span",{className:"font-mono tabular-nums",children:u.length})," 只"]})]})}),a.jsx("div",{className:"flex gap-2 mb-5 overflow-x-auto pb-1 animate-fade-in-up delay-75",children:[{key:"all",label:"全部"},{key:"buy",label:"买入信号"},{key:"强烈推荐",label:"强烈推荐"},{key:"推荐",label:"推荐"},{key:"观望",label:"观望"}].map(({key:e,label:t})=>a.jsx("button",{onClick:()=>o(e),className:`text-xs px-4 py-1.5 rounded-xl whitespace-nowrap transition-all duration-200 font-medium ${s===e?"bg-gradient-to-r from-amber-500/25 to-amber-600/20 text-amber-400 border border-amber-500/15":"bg-white/[0.03] text-text-muted hover:text-text-secondary hover:bg-white/[0.06] border border-transparent"}`,children:t},e))}),0===u.length?(0,a.jsxs)("div",{className:"glass-card-static p-12 text-center animate-fade-in-up",children:[(0,a.jsxs)("div",{className:"text-text-muted text-sm mb-1",children:["暂无","all"===s?"":"符合条件的","推荐"]}),a.jsx("div",{className:"text-text-muted/50 text-xs",children:"尝试切换筛选条件或触发新的扫描"})]}):a.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:u.map((e,t)=>a.jsx("div",{className:"animate-fade-in-up",style:{animationDelay:`${60*t}ms`},children:a.jsx(l.Z,{rec:e,showLLMLoading:d})},e.ts_code))})]})}},9677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});var a=s(326),r=s(1223);function n({rec:e,showLLMLoading:t=!1}){let s=(0,r.ny)(e.level);return(0,a.jsxs)("a",{href:`/stock/${e.ts_code}`,className:"block glass-card p-5 group",children:[(0,a.jsxs)("div",{className:"flex items-start justify-between mb-3",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("span",{className:"font-semibold text-sm tracking-tight",children:e.name}),a.jsx("span",{className:`text-xs px-2 py-0.5 rounded-full font-medium ${s.bg} ${s.text}`,children:e.level})]}),(0,a.jsxs)("div",{className:"text-xs text-text-muted mt-1 font-mono tabular-nums",children:[e.ts_code," ",a.jsx("span",{className:"text-text-muted/40 mx-1",children:"\xb7"})," ",e.sector]})]}),(0,a.jsxs)("div",{className:"text-right",children:[a.jsx("div",{className:`text-xl font-bold font-mono tabular-nums tracking-tight ${(0,r.Uz)(e.score)}`,children:e.score}),a.jsx("div",{className:`text-xs font-semibold tracking-wider ${(0,r.R8)(e.signal)}`,children:"BUY"===e.signal?"买入":"SELL"===e.signal?"卖出":"持有"})]})]}),(0,a.jsxs)("div",{className:"grid grid-cols-4 gap-2 mb-4",children:[a.jsx(l,{label:"市场",value:e.market_temp_score}),a.jsx(l,{label:"板块",value:e.sector_score}),a.jsx(l,{label:"资金",value:e.capital_score}),a.jsx(l,{label:"技术",value:e.technical_score})]}),e.entry_price&&(0,a.jsxs)("div",{className:"flex justify-between text-xs mb-3 bg-white/[0.03] rounded-xl px-4 py-2.5 border border-white/[0.04]",children:[(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"买入 "}),a.jsx("span",{className:"text-red-400 font-mono tabular-nums",children:e.entry_price})]}),(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"目标 "}),a.jsx("span",{className:"text-amber-400 font-mono tabular-nums",children:e.target_price})]}),(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"止损 "}),a.jsx("span",{className:"text-emerald-400 font-mono tabular-nums",children:e.stop_loss})]})]}),a.jsx("div",{className:"space-y-1.5",children:e.reasons.map((e,t)=>(0,a.jsxs)("div",{className:"text-xs text-text-secondary flex items-start gap-2",children:[a.jsx("span",{className:"w-1 h-1 rounded-full bg-amber-500/60 mt-[7px] shrink-0"}),a.jsx("span",{className:"leading-relaxed",children:e})]},t))}),e.llm_analysis?(0,a.jsxs)("div",{className:"mt-3 bg-accent-cyan/[0.06] border border-accent-cyan/[0.12] rounded-xl px-4 py-3",children:[a.jsx("div",{className:"text-xs text-accent-cyan/80 font-semibold tracking-wider mb-1.5",children:"AI 分析"}),a.jsx("div",{className:"text-xs text-text-secondary leading-relaxed",children:e.llm_analysis})]}):t?(0,a.jsxs)("div",{className:"mt-3 text-xs text-text-muted flex items-center gap-2",children:[a.jsx("span",{className:"inline-block w-3 h-3 border border-accent-cyan/30 border-t-accent-cyan/80 rounded-full animate-spin"}),"AI 分析中..."]}):null,e.risk_note&&a.jsx("div",{className:"mt-3 text-xs text-amber-500/60 bg-amber-500/[0.04] border border-amber-500/[0.08] rounded-lg px-3 py-1.5",children:e.risk_note}),(0,a.jsxs)("div",{className:"mt-3 flex items-center gap-1 text-xs text-text-muted opacity-0 group-hover:opacity-100 transition-opacity duration-300",children:[a.jsx("span",{children:"查看详情"}),a.jsx("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:a.jsx("path",{d:"M5 12h14M12 5l7 7-7 7"})})]})]})}function l({label:e,value:t}){return(0,a.jsxs)("div",{children:[(0,a.jsxs)("div",{className:"flex justify-between text-xs text-text-muted mb-1",children:[a.jsx("span",{className:"font-medium",children:e}),a.jsx("span",{className:"font-mono tabular-nums",children:t.toFixed(0)})]}),a.jsx("div",{className:"h-1.5 bg-white/[0.04] rounded-full overflow-hidden",children:a.jsx("div",{className:`h-full rounded-full transition-all duration-700 ease-out ${t>=70?"score-bar-gradient-high":t>=50?"score-bar-gradient-mid":"score-bar-gradient-low"}`,style:{width:`${Math.min(t,100)}%`}})})]})}},7892:(e,t,s)=>{"use strict";s.d(t,{s:()=>r});var a=s(7577);function r(e){let[t,s]=(0,a.useState)(!1),r=(0,a.useRef)(null),n=(0,a.useRef)(),l=(0,a.useCallback)(()=>{let t="https:"===window.location.protocol?"wss:":"ws:",a=new WebSocket(`${t}//${window.location.host}/ws`);a.onopen=()=>{s(!0);let e=setInterval(()=>{a.readyState===WebSocket.OPEN&&a.send("ping")},3e4);a.addEventListener("close",()=>clearInterval(e))},a.onmessage=t=>{if("pong"!==t.data)try{let s=JSON.parse(t.data);e?.(s)}catch{}},a.onclose=()=>{s(!1),n.current=setTimeout(l,5e3)},a.onerror=()=>a.close(),r.current=a},[e]);return{connected:t}}},1223:(e,t,s)=>{"use strict";function a(e){return Math.abs(e)>=1e4?(e/1e4).toFixed(2)+"亿":Math.abs(e)>=1?e.toFixed(2)+"万":e.toFixed(2)}function r(e){return e>=80?"text-red-400":e>=60?"text-orange-400":e>=40?"text-yellow-400":"text-gray-400"}function n(e){switch(e){case"强烈推荐":return{bg:"bg-red-500/20",text:"text-red-400"};case"推荐":return{bg:"bg-orange-500/20",text:"text-orange-400"};case"观望":return{bg:"bg-yellow-500/20",text:"text-yellow-400"};default:return{bg:"bg-gray-500/20",text:"text-gray-400"}}}function l(e){return"BUY"===e?"text-red-400":"SELL"===e?"text-green-400":"text-gray-400"}function i(e){return e>=70?"#ff6b6b":e>=50?"#f59e0b":e>=30?"#fbbf24":"#34d399"}function o(e){return e>=70?"火热":e>=50?"温和":e>=30?"偏冷":"冰点"}s.d(t,{R8:()=>l,Uz:()=>r,Zd:()=>o,jD:()=>i,ny:()=>n,uf:()=>a})},3343:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>a});let a=(0,s(8570).createProxy)(String.raw`/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx#default`)}};var t=require("../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),a=t.X(0,[948,982,171],()=>s(2992));module.exports=a})(); \ No newline at end of file +(()=>{var e={};e.id=70,e.ids=[70],e.modules={2934:e=>{"use strict";e.exports=require("next/dist/client/components/action-async-storage.external.js")},4580:e=>{"use strict";e.exports=require("next/dist/client/components/request-async-storage.external.js")},5869:e=>{"use strict";e.exports=require("next/dist/client/components/static-generation-async-storage.external.js")},399:e=>{"use strict";e.exports=require("next/dist/compiled/next-server/app-page.runtime.prod.js")},822:(e,t,s)=>{"use strict";s.r(t),s.d(t,{GlobalError:()=>l.a,__next_app__:()=>m,originalPathname:()=>x,pages:()=>c,routeModule:()=>u,tree:()=>d}),s(3343),s(5166),s(5866);var a=s(3191),r=s(8716),n=s(7922),l=s.n(n),i=s(5231),o={};for(let e in i)0>["default","tree","pages","GlobalError","originalPathname","__next_app__","routeModule"].indexOf(e)&&(o[e]=()=>i[e]);s.d(t,o);let d=["",{children:["recommendations",{children:["__PAGE__",{},{page:[()=>Promise.resolve().then(s.bind(s,3343)),"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx"]}]},{}]},{layout:[()=>Promise.resolve().then(s.bind(s,5166)),"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx"],"not-found":[()=>Promise.resolve().then(s.t.bind(s,5866,23)),"next/dist/client/components/not-found-error"]}],c=["/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx"],x="/recommendations/page",m={require:s,loadChunk:()=>Promise.resolve()},u=new a.AppPageRouteModule({definition:{kind:r.x.APP_PAGE,page:"/recommendations/page",pathname:"/recommendations",bundlePath:"",filename:"",appPaths:[]},userland:{loaderTree:d}})},2915:(e,t,s)=>{Promise.resolve().then(s.bind(s,2631))},2631:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>o});var a=s(326),r=s(7577),n=s(8069),l=s(9677),i=s(7892);function o(){let[e,t]=(0,r.useState)(null),[s,o]=(0,r.useState)("all"),[d,c]=(0,r.useState)(!1),x=(0,r.useCallback)(async()=>{try{let[e,s]=await Promise.all([(0,n.Io)("/api/recommendations/latest"),(0,n.Io)("/api/health")]);t(e),c(s.llm_enabled)}catch(e){console.error("加载推荐失败:",e)}},[]);(0,i.s)((0,r.useCallback)(()=>{x()},[x]));let m=e?.recommendations??[],u="all"===s?m:"buy"===s?m.filter(e=>"BUY"===e.signal):m.filter(e=>e.level===s);return(0,a.jsxs)("div",{className:"max-w-7xl mx-auto px-4 md:px-8 pt-6 pb-20 md:pb-10",children:[a.jsx("div",{className:"flex items-center justify-between mb-5 animate-fade-in-up",children:(0,a.jsxs)("div",{children:[a.jsx("h1",{className:"text-lg font-bold tracking-tight",children:"推荐列表"}),(0,a.jsxs)("p",{className:"text-xs text-text-muted mt-0.5",children:["共 ",a.jsx("span",{className:"font-mono tabular-nums",children:u.length})," 只"]})]})}),a.jsx("div",{className:"flex gap-2 mb-5 overflow-x-auto pb-1 animate-fade-in-up delay-75",children:[{key:"all",label:"全部"},{key:"buy",label:"买入信号"},{key:"强烈推荐",label:"强烈推荐"},{key:"推荐",label:"推荐"},{key:"观望",label:"观望"}].map(({key:e,label:t})=>a.jsx("button",{onClick:()=>o(e),className:`text-xs px-4 py-1.5 rounded-xl whitespace-nowrap transition-all duration-200 font-medium ${s===e?"bg-gradient-to-r from-amber-500/25 to-amber-600/20 text-amber-400 border border-amber-500/15":"bg-white/[0.03] text-text-muted hover:text-text-secondary hover:bg-white/[0.06] border border-transparent"}`,children:t},e))}),0===u.length?(0,a.jsxs)("div",{className:"glass-card-static p-12 text-center animate-fade-in-up",children:[(0,a.jsxs)("div",{className:"text-text-muted text-sm mb-1",children:["暂无","all"===s?"":"符合条件的","推荐"]}),a.jsx("div",{className:"text-text-muted/50 text-xs",children:"尝试切换筛选条件或触发新的扫描"})]}):a.jsx("div",{className:"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4",children:u.map((e,t)=>a.jsx("div",{className:"animate-fade-in-up",style:{animationDelay:`${60*t}ms`},children:a.jsx(l.Z,{rec:e,showLLMLoading:d})},e.ts_code))})]})}},9677:(e,t,s)=>{"use strict";s.d(t,{Z:()=>n});var a=s(326),r=s(1223);function n({rec:e,showLLMLoading:t=!1}){let s=(0,r.ny)(e.level);return(0,a.jsxs)("a",{href:`/stock/${e.ts_code}`,className:"block glass-card p-5 group",children:[(0,a.jsxs)("div",{className:"flex items-start justify-between mb-3",children:[(0,a.jsxs)("div",{children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[a.jsx("span",{className:"font-semibold text-sm tracking-tight",children:e.name}),a.jsx("span",{className:`text-xs px-2 py-0.5 rounded-full font-medium ${s.bg} ${s.text}`,children:e.level})]}),(0,a.jsxs)("div",{className:"text-xs text-text-muted mt-1 font-mono tabular-nums",children:[e.ts_code," ",a.jsx("span",{className:"text-text-muted/40 mx-1",children:"\xb7"})," ",e.sector]})]}),(0,a.jsxs)("div",{className:"text-right",children:[a.jsx("div",{className:`text-xl font-bold font-mono tabular-nums tracking-tight ${(0,r.Uz)(e.score)}`,children:e.score}),a.jsx("div",{className:`text-xs font-semibold tracking-wider ${(0,r.R8)(e.signal)}`,children:"BUY"===e.signal?"买入":"SELL"===e.signal?"卖出":"持有"})]})]}),(0,a.jsxs)("div",{className:"grid grid-cols-4 gap-2 mb-4",children:[a.jsx(l,{label:"市场",value:e.market_temp_score}),a.jsx(l,{label:"板块",value:e.sector_score}),a.jsx(l,{label:"资金",value:e.capital_score}),a.jsx(l,{label:"技术",value:e.technical_score})]}),e.entry_price&&(0,a.jsxs)("div",{className:"flex justify-between text-xs mb-3 bg-white/[0.03] rounded-xl px-4 py-2.5 border border-white/[0.04]",children:[(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"买入 "}),a.jsx("span",{className:"text-red-400 font-mono tabular-nums",children:e.entry_price})]}),(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"目标 "}),a.jsx("span",{className:"text-amber-400 font-mono tabular-nums",children:e.target_price})]}),(0,a.jsxs)("div",{children:[a.jsx("span",{className:"text-text-muted",children:"止损 "}),a.jsx("span",{className:"text-emerald-400 font-mono tabular-nums",children:e.stop_loss})]})]}),a.jsx("div",{className:"space-y-1.5",children:e.reasons.map((e,t)=>(0,a.jsxs)("div",{className:"text-xs text-text-secondary flex items-start gap-2",children:[a.jsx("span",{className:"w-1 h-1 rounded-full bg-amber-500/60 mt-[7px] shrink-0"}),a.jsx("span",{className:"leading-relaxed",children:e})]},t))}),e.llm_analysis?(0,a.jsxs)("div",{className:"mt-3 bg-accent-cyan/[0.06] border border-accent-cyan/[0.12] rounded-xl px-4 py-3",children:[a.jsx("div",{className:"text-xs text-accent-cyan/80 font-semibold tracking-wider mb-1.5",children:"AI 分析"}),a.jsx("div",{className:"text-xs text-text-secondary leading-relaxed",children:e.llm_analysis})]}):t?(0,a.jsxs)("div",{className:"mt-3 text-xs text-text-muted flex items-center gap-2",children:[a.jsx("span",{className:"inline-block w-3 h-3 border border-accent-cyan/30 border-t-accent-cyan/80 rounded-full animate-spin"}),"AI 分析中..."]}):null,e.risk_note&&a.jsx("div",{className:"mt-3 text-xs text-amber-500/60 bg-amber-500/[0.04] border border-amber-500/[0.08] rounded-lg px-3 py-1.5",children:e.risk_note}),(0,a.jsxs)("div",{className:"mt-3 flex items-center gap-1 text-xs text-text-muted opacity-0 group-hover:opacity-100 transition-opacity duration-300",children:[a.jsx("span",{children:"查看详情"}),a.jsx("svg",{width:"10",height:"10",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:a.jsx("path",{d:"M5 12h14M12 5l7 7-7 7"})})]})]})}function l({label:e,value:t}){return(0,a.jsxs)("div",{children:[(0,a.jsxs)("div",{className:"flex justify-between text-xs text-text-muted mb-1",children:[a.jsx("span",{className:"font-medium",children:e}),a.jsx("span",{className:"font-mono tabular-nums",children:t.toFixed(0)})]}),a.jsx("div",{className:"h-1.5 bg-white/[0.04] rounded-full overflow-hidden",children:a.jsx("div",{className:`h-full rounded-full transition-all duration-700 ease-out ${t>=70?"score-bar-gradient-high":t>=50?"score-bar-gradient-mid":"score-bar-gradient-low"}`,style:{width:`${Math.min(t,100)}%`}})})]})}},7892:(e,t,s)=>{"use strict";s.d(t,{s:()=>r});var a=s(7577);function r(e){let[t,s]=(0,a.useState)(!1),r=(0,a.useRef)(null),n=(0,a.useRef)(),l=(0,a.useCallback)(()=>{let t="https:"===window.location.protocol?"wss:":"ws:",a=new WebSocket(`${t}//${window.location.host}/ws`);a.onopen=()=>{s(!0);let e=setInterval(()=>{a.readyState===WebSocket.OPEN&&a.send("ping")},3e4);a.addEventListener("close",()=>clearInterval(e))},a.onmessage=t=>{if("pong"!==t.data)try{let s=JSON.parse(t.data);e?.(s)}catch{}},a.onclose=()=>{s(!1),n.current=setTimeout(l,5e3)},a.onerror=()=>a.close(),r.current=a},[e]);return{connected:t}}},1223:(e,t,s)=>{"use strict";function a(e){return Math.abs(e)>=1e4?(e/1e4).toFixed(2)+"亿":Math.abs(e)>=1?e.toFixed(2)+"万":e.toFixed(2)}function r(e){return e>=80?"text-red-400":e>=60?"text-orange-400":e>=40?"text-yellow-400":"text-gray-400"}function n(e){switch(e){case"强烈推荐":return{bg:"bg-red-500/20",text:"text-red-400"};case"推荐":return{bg:"bg-orange-500/20",text:"text-orange-400"};case"观望":return{bg:"bg-yellow-500/20",text:"text-yellow-400"};default:return{bg:"bg-gray-500/20",text:"text-gray-400"}}}function l(e){return"BUY"===e?"text-red-400":"SELL"===e?"text-green-400":"text-gray-400"}function i(e){return e>=70?"#ff6b6b":e>=50?"#f59e0b":e>=30?"#fbbf24":"#34d399"}function o(e){return e>=70?"火热":e>=50?"温和":e>=30?"偏冷":"冰点"}s.d(t,{R8:()=>l,Uz:()=>r,Zd:()=>o,jD:()=>i,ny:()=>n,uf:()=>a})},3343:(e,t,s)=>{"use strict";s.r(t),s.d(t,{default:()=>a});let a=(0,s(8570).createProxy)(String.raw`/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx#default`)}};var t=require("../../webpack-runtime.js");t.C(e);var s=e=>t(t.s=e),a=t.X(0,[948,982,171],()=>s(822));module.exports=a})(); \ No newline at end of file diff --git a/frontend/.next/server/app/recommendations/page_client-reference-manifest.js b/frontend/.next/server/app/recommendations/page_client-reference-manifest.js index 0910c21e..2f44aa45 100644 --- a/frontend/.next/server/app/recommendations/page_client-reference-manifest.js +++ b/frontend/.next/server/app/recommendations/page_client-reference-manifest.js @@ -1 +1 @@ -globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/recommendations/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"628":{"*":{"id":"5452","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"2688":{"*":{"id":"7973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3331":{"*":{"id":"8058","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"5315":{"*":{"id":"6826","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"7182":{"*":{"id":"8597","name":"*","chunks":[],"async":false}},"7449":{"*":{"id":"2836","name":"*","chunks":[],"async":false}},"7698":{"*":{"id":"8601","name":"*","chunks":[],"async":false}},"7773":{"*":{"id":"2631","name":"*","chunks":[],"async":false}},"8145":{"*":{"id":"9260","name":"*","chunks":[],"async":false}},"8991":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9314":{"*":{"id":"945","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css":{"id":2778,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx":{"id":7182,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx":{"id":3331,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx":{"id":5315,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx":{"id":8145,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx":{"id":8991,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx":{"id":7449,"name":"*","chunks":["931","static/chunks/app/page-5a303311159f23ad.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx":{"id":7773,"name":"*","chunks":["70","static/chunks/app/recommendations/page-ef6715bbb27168f0.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx":{"id":9314,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx":{"id":628,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx":{"id":7698,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx":{"id":2688,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aaron/source_code/astock-agent/frontend/src/":[],"/Users/aaron/source_code/astock-agent/frontend/src/app/layout":["static/css/fa5094a6607a8c23.css"],"/Users/aaron/source_code/astock-agent/frontend/src/app/page":[],"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page":[]}} \ No newline at end of file +globalThis.__RSC_MANIFEST=(globalThis.__RSC_MANIFEST||{});globalThis.__RSC_MANIFEST["/recommendations/page"]={"moduleLoading":{"prefix":"/_next/","crossOrigin":null},"ssrModuleMapping":{"80":{"*":{"id":"1868","name":"*","chunks":[],"async":false}},"628":{"*":{"id":"5452","name":"*","chunks":[],"async":false}},"1060":{"*":{"id":"9727","name":"*","chunks":[],"async":false}},"2688":{"*":{"id":"7973","name":"*","chunks":[],"async":false}},"2846":{"*":{"id":"2994","name":"*","chunks":[],"async":false}},"3331":{"*":{"id":"8058","name":"*","chunks":[],"async":false}},"4707":{"*":{"id":"9671","name":"*","chunks":[],"async":false}},"5315":{"*":{"id":"6826","name":"*","chunks":[],"async":false}},"6423":{"*":{"id":"4759","name":"*","chunks":[],"async":false}},"7182":{"*":{"id":"8597","name":"*","chunks":[],"async":false}},"7449":{"*":{"id":"2836","name":"*","chunks":[],"async":false}},"7698":{"*":{"id":"8601","name":"*","chunks":[],"async":false}},"7773":{"*":{"id":"2631","name":"*","chunks":[],"async":false}},"8145":{"*":{"id":"9260","name":"*","chunks":[],"async":false}},"8991":{"*":{"id":"4146","name":"*","chunks":[],"async":false}},"9107":{"*":{"id":"6114","name":"*","chunks":[],"async":false}},"9314":{"*":{"id":"945","name":"*","chunks":[],"async":false}}},"edgeSSRModuleMapping":{},"clientModules":{"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/app-router.js":{"id":2846,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/client-page.js":{"id":9107,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/error-boundary.js":{"id":1060,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/layout-router.js":{"id":4707,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/not-found-boundary.js":{"id":80,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/esm/client/components/render-from-template-context.js":{"id":6423,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css":{"id":2778,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx":{"id":7182,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx":{"id":3331,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx":{"id":5315,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx":{"id":8145,"name":"*","chunks":["448","static/chunks/448-92a7b932cf4502ac.js","185","static/chunks/app/layout-97bdd231e78ddf3f.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx":{"id":7449,"name":"*","chunks":["931","static/chunks/app/page-5a303311159f23ad.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx":{"id":8991,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx":{"id":628,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx":{"id":9314,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx":{"id":7773,"name":"*","chunks":["70","static/chunks/app/recommendations/page-ef6715bbb27168f0.js"],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx":{"id":7698,"name":"*","chunks":[],"async":false},"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx":{"id":2688,"name":"*","chunks":[],"async":false}},"entryCSSFiles":{"/Users/aaron/source_code/astock-agent/frontend/src/":[],"/Users/aaron/source_code/astock-agent/frontend/src/app/layout":["static/css/fa5094a6607a8c23.css"],"/Users/aaron/source_code/astock-agent/frontend/src/app/page":[],"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page":[]}} \ 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 94b30ce3..7209d7aa 100644 --- a/frontend/.next/server/server-reference-manifest.json +++ b/frontend/.next/server/server-reference-manifest.json @@ -1 +1 @@ -{"node":{},"edge":{},"encryptionKey":"mEKzCdLXC9Tw5xpwGdIONxBrCnit3XJOsa5Cm7fALlw="} \ No newline at end of file +{"node":{},"edge":{},"encryptionKey":"f3swqWaUk34ppPaPfJEtsu7hIqrZ76kvi8fuvlEN4Xc="} \ No newline at end of file diff --git a/frontend/.next/trace b/frontend/.next/trace index ef11788b..9c62d292 100644 --- a/frontend/.next/trace +++ b/frontend/.next/trace @@ -1,34 +1,34 @@ -[{"name":"next-swc-transform","duration":3006,"timestamp":5972171403164,"id":229,"parentId":228,"tags":{},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3018,"timestamp":5972171403153,"id":228,"parentId":225,"tags":{},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3282,"timestamp":5972171403073,"id":225,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3210,"timestamp":5972171403151,"id":227,"parentId":226,"tags":{},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3234,"timestamp":5972171403128,"id":226,"parentId":224,"tags":{},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4055,"timestamp":5972171403031,"id":224,"parentId":173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":150950,"timestamp":5972171257222,"id":35,"parentId":25,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119262,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4609,"timestamp":5972171405336,"id":234,"parentId":233,"tags":{},"startTime":1775579119410,"traceId":"0d955a0204df87b9"},{"name":"build-module-cjs","duration":5111,"timestamp":5972171405317,"id":233,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1775579119410,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1923,"timestamp":5972171413935,"id":240,"parentId":238,"tags":{},"startTime":1775579119419,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972171415866,"id":249,"parentId":238,"tags":{},"startTime":1775579119421,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2258,"timestamp":5972171413871,"id":238,"parentId":186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1775579119419,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2445,"timestamp":5972171413925,"id":239,"parentId":237,"tags":{},"startTime":1775579119419,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972171416374,"id":250,"parentId":237,"tags":{},"startTime":1775579119421,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2737,"timestamp":5972171413778,"id":237,"parentId":144,"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":1775579119419,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1862,"timestamp":5972171414807,"id":244,"parentId":243,"tags":{},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2654,"timestamp":5972171414798,"id":243,"parentId":225,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3766,"timestamp":5972171414817,"id":245,"parentId":241,"tags":{},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171418589,"id":253,"parentId":241,"tags":{},"startTime":1775579119424,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4141,"timestamp":5972171414571,"id":241,"parentId":143,"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":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3895,"timestamp":5972171414822,"id":246,"parentId":242,"tags":{},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972171418720,"id":254,"parentId":242,"tags":{},"startTime":1775579119424,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4060,"timestamp":5972171414737,"id":242,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-server-dom-webpack-server-edge.js","layer":"rsc"},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3774,"timestamp":5972171415026,"id":248,"parentId":247,"tags":{},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972171418804,"id":255,"parentId":247,"tags":{},"startTime":1775579119424,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8969,"timestamp":5972171414971,"id":247,"parentId":146,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1775579119420,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8848,"timestamp":5972171417718,"id":252,"parentId":251,"tags":{},"startTime":1775579119423,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171426574,"id":256,"parentId":251,"tags":{},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9134,"timestamp":5972171417634,"id":251,"parentId":133,"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":1775579119423,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":205484,"timestamp":5972171221948,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fstream%2Froute&name=app%2Fapi%2Fchat%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fstream%2Froute.ts&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":169906,"timestamp":5972171257674,"id":39,"parentId":29,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fsectors%2Fpage&name=app%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fsectors%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2342,"timestamp":5972171427129,"id":260,"parentId":259,"tags":{},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2390,"timestamp":5972171427083,"id":259,"parentId":257,"tags":{},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2775,"timestamp":5972171426891,"id":257,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"rsc"},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2531,"timestamp":5972171427143,"id":262,"parentId":261,"tags":{},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2544,"timestamp":5972171427131,"id":261,"parentId":258,"tags":{},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2998,"timestamp":5972171426971,"id":258,"parentId":243,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1775579119432,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":208610,"timestamp":5972171221941,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":809,"timestamp":5972171431597,"id":265,"parentId":264,"tags":{},"startTime":1775579119437,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":834,"timestamp":5972171431574,"id":264,"parentId":263,"tags":{},"startTime":1775579119437,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1041,"timestamp":5972171431533,"id":263,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1775579119436,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":210536,"timestamp":5972171222144,"id":33,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":210752,"timestamp":5972171221931,"id":24,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1162,"timestamp":5972171432293,"id":267,"parentId":266,"tags":{},"startTime":1775579119437,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972171433462,"id":268,"parentId":266,"tags":{},"startTime":1775579119438,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1398,"timestamp":5972171432199,"id":266,"parentId":208,"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":1775579119437,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":212145,"timestamp":5972171221954,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":176618,"timestamp":5972171257545,"id":38,"parentId":28,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Frecommendations%2Fpage&name=app%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Frecommendations%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1215,"timestamp":5972171434482,"id":271,"parentId":270,"tags":{},"startTime":1775579119439,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1256,"timestamp":5972171434442,"id":270,"parentId":269,"tags":{},"startTime":1775579119439,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1646,"timestamp":5972171434252,"id":269,"parentId":39,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"rsc"},"startTime":1775579119439,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":214383,"timestamp":5972171221965,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsectors%2Fpage&name=app%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fsectors%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":180986,"timestamp":5972171257747,"id":40,"parentId":30,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1486,"timestamp":5972171438599,"id":274,"parentId":273,"tags":{},"startTime":1775579119444,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1527,"timestamp":5972171438560,"id":273,"parentId":272,"tags":{},"startTime":1775579119444,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1763,"timestamp":5972171438492,"id":272,"parentId":38,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"rsc"},"startTime":1775579119443,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":218734,"timestamp":5972171221959,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frecommendations%2Fpage&name=app%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Frecommendations%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1002,"timestamp":5972171442140,"id":277,"parentId":276,"tags":{},"startTime":1775579119447,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1048,"timestamp":5972171442096,"id":276,"parentId":275,"tags":{},"startTime":1775579119447,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1273,"timestamp":5972171442020,"id":275,"parentId":40,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"rsc"},"startTime":1775579119447,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":221753,"timestamp":5972171221972,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":185951,"timestamp":5972171257882,"id":42,"parentId":32,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fusers%2Fpage&name=app%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fusers%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":885,"timestamp":5972171447117,"id":280,"parentId":279,"tags":{},"startTime":1775579119452,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":933,"timestamp":5972171447071,"id":279,"parentId":278,"tags":{},"startTime":1775579119452,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1150,"timestamp":5972171446981,"id":278,"parentId":42,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"rsc"},"startTime":1775579119452,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":226452,"timestamp":5972171222140,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fusers%2Fpage&name=app%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fusers%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module-css","duration":49382,"timestamp":5972171400204,"id":218,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1775579119405,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":191796,"timestamp":5972171257812,"id":41,"parentId":31,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fstock%2F%5Bcode%5D%2Fpage&name=app%2Fstock%2F%5Bcode%5D%2Fpage&pagePath=private-next-app-dir%2Fstock%2F%5Bcode%5D%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fstock%2F%5Bcode%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1561,"timestamp":5972171455326,"id":283,"parentId":282,"tags":{},"startTime":1775579119460,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1604,"timestamp":5972171455286,"id":282,"parentId":281,"tags":{},"startTime":1775579119460,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1866,"timestamp":5972171455185,"id":281,"parentId":41,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"rsc"},"startTime":1775579119460,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":235366,"timestamp":5972171222120,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fstock%2F%5Bcode%5D%2Fpage&name=app%2Fstock%2F%5Bcode%5D%2Fpage&pagePath=private-next-app-dir%2Fstock%2F%5Bcode%5D%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fstock%2F%5Bcode%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":840,"timestamp":5972171456721,"id":291,"parentId":290,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":870,"timestamp":5972171456694,"id":290,"parentId":285,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1131,"timestamp":5972171456692,"id":289,"parentId":288,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1167,"timestamp":5972171456657,"id":288,"parentId":284,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1192,"timestamp":5972171456748,"id":293,"parentId":292,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1219,"timestamp":5972171456722,"id":292,"parentId":286,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1242,"timestamp":5972171456785,"id":295,"parentId":294,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1278,"timestamp":5972171456750,"id":294,"parentId":287,"tags":{},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1829,"timestamp":5972171456429,"id":284,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1775579119461,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1769,"timestamp":5972171456499,"id":285,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"rsc"},"startTime":1775579119461,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2330,"timestamp":5972171456549,"id":286,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"rsc"},"startTime":1775579119461,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2291,"timestamp":5972171456608,"id":287,"parentId":120,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"rsc"},"startTime":1775579119462,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":237592,"timestamp":5972171221706,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":2178,"timestamp":5972171486116,"id":334,"parentId":19,"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%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":1775579119491,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":1271,"timestamp":5972171488309,"id":335,"parentId":19,"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":1775579119493,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":249,"timestamp":5972171489587,"id":336,"parentId":19,"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%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579119495,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":220,"timestamp":5972171489841,"id":337,"parentId":19,"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":1775579119495,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":212,"timestamp":5972171490065,"id":338,"parentId":19,"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":1775579119495,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":219,"timestamp":5972171490281,"id":339,"parentId":19,"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":1775579119495,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":209,"timestamp":5972171490504,"id":340,"parentId":19,"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%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579119495,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":284,"timestamp":5972171490716,"id":341,"parentId":19,"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%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579119496,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":221,"timestamp":5972171491005,"id":342,"parentId":19,"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":1775579119496,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":991,"timestamp":5972171495213,"id":357,"parentId":356,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1021,"timestamp":5972171495187,"id":356,"parentId":346,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":1673,"timestamp":5972171494896,"id":346,"parentId":339,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2038,"timestamp":5972171495153,"id":353,"parentId":352,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2075,"timestamp":5972171495117,"id":352,"parentId":344,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2737,"timestamp":5972171494806,"id":344,"parentId":336,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2370,"timestamp":5972171495186,"id":355,"parentId":354,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":2403,"timestamp":5972171495154,"id":354,"parentId":345,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":3310,"timestamp":5972171494852,"id":345,"parentId":338,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3062,"timestamp":5972171495115,"id":351,"parentId":350,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3113,"timestamp":5972171495066,"id":350,"parentId":343,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":4770,"timestamp":5972171494197,"id":343,"parentId":337,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"ssr"},"startTime":1775579119499,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7348,"timestamp":5972171495243,"id":359,"parentId":358,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7380,"timestamp":5972171495214,"id":358,"parentId":347,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":8943,"timestamp":5972171494933,"id":347,"parentId":340,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8616,"timestamp":5972171495293,"id":363,"parentId":362,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8643,"timestamp":5972171495269,"id":362,"parentId":349,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":9737,"timestamp":5972171495012,"id":349,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9519,"timestamp":5972171495268,"id":361,"parentId":360,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9544,"timestamp":5972171495244,"id":360,"parentId":348,"tags":{},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":10927,"timestamp":5972171494972,"id":348,"parentId":342,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"ssr"},"startTime":1775579119500,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2354,"timestamp":5972171511668,"id":373,"parentId":372,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2383,"timestamp":5972171511641,"id":372,"parentId":366,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2891,"timestamp":5972171511401,"id":366,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"ssr"},"startTime":1775579119516,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2605,"timestamp":5972171511694,"id":375,"parentId":374,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2631,"timestamp":5972171511669,"id":374,"parentId":367,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":3073,"timestamp":5972171511445,"id":367,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1775579119516,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4693,"timestamp":5972171511610,"id":369,"parentId":368,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4743,"timestamp":5972171511563,"id":368,"parentId":364,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":5368,"timestamp":5972171511238,"id":364,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"ssr"},"startTime":1775579119516,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4980,"timestamp":5972171511640,"id":371,"parentId":370,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5009,"timestamp":5972171511612,"id":370,"parentId":365,"tags":{},"startTime":1775579119517,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":5772,"timestamp":5972171511344,"id":365,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"ssr"},"startTime":1775579119516,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2201,"timestamp":5972171517913,"id":387,"parentId":386,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2222,"timestamp":5972171517894,"id":386,"parentId":378,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2767,"timestamp":5972171517618,"id":378,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2460,"timestamp":5972171517936,"id":391,"parentId":390,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2475,"timestamp":5972171517922,"id":390,"parentId":380,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3210,"timestamp":5972171517657,"id":380,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3003,"timestamp":5972171517875,"id":383,"parentId":382,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3032,"timestamp":5972171517847,"id":382,"parentId":376,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4084,"timestamp":5972171517317,"id":376,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1775579119522,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8160,"timestamp":5972171517950,"id":393,"parentId":392,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8169,"timestamp":5972171517942,"id":392,"parentId":381,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8678,"timestamp":5972171517674,"id":381,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8448,"timestamp":5972171517921,"id":389,"parentId":388,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8456,"timestamp":5972171517914,"id":388,"parentId":379,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10066,"timestamp":5972171517638,"id":379,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9822,"timestamp":5972171517893,"id":385,"parentId":384,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9838,"timestamp":5972171517878,"id":384,"parentId":377,"tags":{},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13576,"timestamp":5972171517593,"id":377,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1775579119523,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":121,"timestamp":5972171536434,"id":398,"parentId":394,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972171536563,"id":405,"parentId":394,"tags":{},"startTime":1775579119542,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":619,"timestamp":5972171536147,"id":394,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3842,"timestamp":5972171536495,"id":404,"parentId":403,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3853,"timestamp":5972171536487,"id":403,"parentId":397,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4154,"timestamp":5972171536412,"id":397,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4088,"timestamp":5972171536486,"id":402,"parentId":401,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4098,"timestamp":5972171536476,"id":401,"parentId":396,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4451,"timestamp":5972171536392,"id":396,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4375,"timestamp":5972171536474,"id":400,"parentId":399,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4398,"timestamp":5972171536452,"id":399,"parentId":395,"tags":{},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4892,"timestamp":5972171536362,"id":395,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1775579119541,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3266,"timestamp":5972171543810,"id":410,"parentId":409,"tags":{},"startTime":1775579119549,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3296,"timestamp":5972171543784,"id":409,"parentId":406,"tags":{},"startTime":1775579119549,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3747,"timestamp":5972171543547,"id":406,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1775579119548,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":416,"timestamp":5972171551798,"id":430,"parentId":417,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":455,"timestamp":5972171551800,"id":431,"parentId":418,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":62,"timestamp":5972171552220,"id":454,"parentId":417,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972171552258,"id":455,"parentId":418,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2122,"timestamp":5972171551452,"id":417,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1775579119556,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2234,"timestamp":5972171551523,"id":418,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1775579119556,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6428,"timestamp":5972171547481,"id":416,"parentId":415,"tags":{},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6439,"timestamp":5972171547472,"id":415,"parentId":412,"tags":{},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6705,"timestamp":5972171547393,"id":412,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6643,"timestamp":5972171547470,"id":414,"parentId":413,"tags":{},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6665,"timestamp":5972171547449,"id":413,"parentId":411,"tags":{},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7280,"timestamp":5972171547350,"id":411,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1775579119552,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3853,"timestamp":5972171552018,"id":435,"parentId":434,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3866,"timestamp":5972171552009,"id":434,"parentId":420,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4749,"timestamp":5972171551588,"id":420,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4321,"timestamp":5972171552026,"id":437,"parentId":436,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4328,"timestamp":5972171552019,"id":436,"parentId":421,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4948,"timestamp":5972171551609,"id":421,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4529,"timestamp":5972171552035,"id":439,"parentId":438,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4537,"timestamp":5972171552028,"id":438,"parentId":422,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5068,"timestamp":5972171551632,"id":422,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4698,"timestamp":5972171552007,"id":433,"parentId":432,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4718,"timestamp":5972171551988,"id":432,"parentId":419,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6204,"timestamp":5972171551566,"id":419,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8448,"timestamp":5972171552042,"id":441,"parentId":440,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8456,"timestamp":5972171552036,"id":440,"parentId":423,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9173,"timestamp":5972171551650,"id":423,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8773,"timestamp":5972171552057,"id":445,"parentId":444,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8781,"timestamp":5972171552051,"id":444,"parentId":425,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9566,"timestamp":5972171551699,"id":425,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9223,"timestamp":5972171552050,"id":443,"parentId":442,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9231,"timestamp":5972171552043,"id":442,"parentId":424,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9947,"timestamp":5972171551667,"id":424,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9557,"timestamp":5972171552065,"id":447,"parentId":446,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9564,"timestamp":5972171552058,"id":446,"parentId":426,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10413,"timestamp":5972171551716,"id":426,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10211,"timestamp":5972171552086,"id":453,"parentId":452,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10218,"timestamp":5972171552080,"id":452,"parentId":429,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10884,"timestamp":5972171551779,"id":429,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10589,"timestamp":5972171552079,"id":451,"parentId":450,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10597,"timestamp":5972171552073,"id":450,"parentId":428,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11013,"timestamp":5972171551759,"id":428,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-transform","duration":10705,"timestamp":5972171552072,"id":449,"parentId":448,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10712,"timestamp":5972171552066,"id":448,"parentId":427,"tags":{},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11235,"timestamp":5972171551732,"id":427,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1775579119557,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19414,"timestamp":5972171543728,"id":408,"parentId":407,"tags":{},"startTime":1775579119549,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171563148,"id":460,"parentId":407,"tags":{},"startTime":1775579119568,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20047,"timestamp":5972171543605,"id":407,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1775579119549,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51,"timestamp":5972171566650,"id":488,"parentId":485,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972171566708,"id":493,"parentId":485,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":493,"timestamp":5972171566551,"id":485,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1775579119571,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2223,"timestamp":5972171564835,"id":476,"parentId":475,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2232,"timestamp":5972171564827,"id":475,"parentId":464,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2961,"timestamp":5972171564276,"id":464,"parentId":377,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2466,"timestamp":5972171564777,"id":472,"parentId":471,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2476,"timestamp":5972171564767,"id":471,"parentId":462,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3178,"timestamp":5972171564234,"id":462,"parentId":379,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2592,"timestamp":5972171564825,"id":474,"parentId":473,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2640,"timestamp":5972171564778,"id":473,"parentId":463,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3427,"timestamp":5972171564257,"id":463,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2927,"timestamp":5972171564765,"id":470,"parentId":469,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2950,"timestamp":5972171564743,"id":469,"parentId":461,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4027,"timestamp":5972171564185,"id":461,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4468,"timestamp":5972171564843,"id":478,"parentId":477,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4477,"timestamp":5972171564836,"id":477,"parentId":465,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5361,"timestamp":5972171564294,"id":465,"parentId":377,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5184,"timestamp":5972171564850,"id":480,"parentId":479,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5192,"timestamp":5972171564844,"id":479,"parentId":466,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5870,"timestamp":5972171564312,"id":466,"parentId":379,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5331,"timestamp":5972171564858,"id":482,"parentId":481,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5338,"timestamp":5972171564851,"id":481,"parentId":467,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6023,"timestamp":5972171564328,"id":467,"parentId":379,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7677,"timestamp":5972171564868,"id":484,"parentId":483,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7687,"timestamp":5972171564862,"id":483,"parentId":468,"tags":{},"startTime":1775579119570,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8570,"timestamp":5972171564344,"id":468,"parentId":377,"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":1775579119569,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6255,"timestamp":5972171566667,"id":490,"parentId":489,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6269,"timestamp":5972171566653,"id":489,"parentId":486,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6547,"timestamp":5972171566604,"id":486,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6482,"timestamp":5972171566676,"id":492,"parentId":491,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6491,"timestamp":5972171566668,"id":491,"parentId":487,"tags":{},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6696,"timestamp":5972171566627,"id":487,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1775579119572,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16122,"timestamp":5972171558715,"id":458,"parentId":456,"tags":{},"startTime":1775579119564,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972171574845,"id":494,"parentId":456,"tags":{},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16646,"timestamp":5972171558312,"id":456,"parentId":346,"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":1775579119563,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16229,"timestamp":5972171558735,"id":459,"parentId":457,"tags":{},"startTime":1775579119564,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972171574968,"id":495,"parentId":457,"tags":{},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16649,"timestamp":5972171558391,"id":457,"parentId":346,"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":1775579119563,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59,"timestamp":5972171578818,"id":515,"parentId":514,"tags":{},"startTime":1775579119584,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972171578884,"id":516,"parentId":514,"tags":{},"startTime":1775579119584,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":581,"timestamp":5972171578734,"id":514,"parentId":467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1775579119584,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3739,"timestamp":5972171575615,"id":503,"parentId":502,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3764,"timestamp":5972171575591,"id":502,"parentId":496,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4248,"timestamp":5972171575400,"id":496,"parentId":419,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4021,"timestamp":5972171575635,"id":507,"parentId":506,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4029,"timestamp":5972171575627,"id":506,"parentId":498,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4383,"timestamp":5972171575483,"id":498,"parentId":411,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4230,"timestamp":5972171575643,"id":509,"parentId":508,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4238,"timestamp":5972171575636,"id":508,"parentId":499,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4551,"timestamp":5972171575503,"id":499,"parentId":411,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4435,"timestamp":5972171575626,"id":505,"parentId":504,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4444,"timestamp":5972171575616,"id":504,"parentId":497,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5002,"timestamp":5972171575456,"id":497,"parentId":412,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4862,"timestamp":5972171575658,"id":513,"parentId":512,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4869,"timestamp":5972171575652,"id":512,"parentId":501,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5096,"timestamp":5972171575543,"id":501,"parentId":419,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4994,"timestamp":5972171575651,"id":511,"parentId":510,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5002,"timestamp":5972171575644,"id":510,"parentId":500,"tags":{},"startTime":1775579119581,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5200,"timestamp":5972171575526,"id":500,"parentId":421,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1775579119580,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":354,"timestamp":5972171582699,"id":524,"parentId":517,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":551,"timestamp":5972171583057,"id":536,"parentId":517,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1521,"timestamp":5972171582314,"id":517,"parentId":456,"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":1775579119587,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2149,"timestamp":5972171582949,"id":531,"parentId":530,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2161,"timestamp":5972171582939,"id":530,"parentId":521,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2805,"timestamp":5972171582538,"id":521,"parentId":461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1775579119587,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2390,"timestamp":5972171582959,"id":533,"parentId":532,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2399,"timestamp":5972171582951,"id":532,"parentId":522,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3026,"timestamp":5972171582556,"id":522,"parentId":461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4620,"timestamp":5972171582851,"id":527,"parentId":526,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4646,"timestamp":5972171582828,"id":526,"parentId":519,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5650,"timestamp":5972171582423,"id":519,"parentId":426,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1775579119587,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5203,"timestamp":5972171582938,"id":529,"parentId":528,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5290,"timestamp":5972171582853,"id":528,"parentId":520,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5725,"timestamp":5972171582971,"id":535,"parentId":534,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5738,"timestamp":5972171582959,"id":534,"parentId":523,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6401,"timestamp":5972171582573,"id":523,"parentId":461,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4039,"timestamp":5972171586819,"id":548,"parentId":547,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4050,"timestamp":5972171586811,"id":547,"parentId":539,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4757,"timestamp":5972171586603,"id":539,"parentId":465,"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":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4541,"timestamp":5972171586827,"id":550,"parentId":549,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4549,"timestamp":5972171586820,"id":549,"parentId":540,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5251,"timestamp":5972171586623,"id":540,"parentId":465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5121,"timestamp":5972171586780,"id":544,"parentId":543,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5169,"timestamp":5972171586733,"id":543,"parentId":537,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6242,"timestamp":5972171586810,"id":546,"parentId":545,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6272,"timestamp":5972171586781,"id":545,"parentId":538,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6638,"timestamp":5972171586844,"id":554,"parentId":553,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6647,"timestamp":5972171586837,"id":553,"parentId":542,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7203,"timestamp":5972171586662,"id":542,"parentId":465,"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":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7485,"timestamp":5972171586836,"id":552,"parentId":551,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7494,"timestamp":5972171586828,"id":551,"parentId":541,"tags":{},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8237,"timestamp":5972171586644,"id":541,"parentId":465,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5544,"timestamp":5972171589642,"id":563,"parentId":562,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5569,"timestamp":5972171589618,"id":562,"parentId":555,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-ts","duration":7694,"timestamp":5972171356583,"id":121,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/api/chat/stream/route.ts","layer":"rsc"},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":108072,"timestamp":5972171257467,"id":37,"parentId":27,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119262,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7726,"timestamp":5972171363323,"id":139,"parentId":133,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972171371058,"id":157,"parentId":133,"tags":{},"startTime":1775579119376,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9042,"timestamp":5972171363150,"id":133,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8885,"timestamp":5972171363318,"id":138,"parentId":132,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972171372209,"id":158,"parentId":132,"tags":{},"startTime":1775579119377,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10404,"timestamp":5972171363103,"id":132,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10216,"timestamp":5972171363297,"id":136,"parentId":130,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972171373518,"id":159,"parentId":130,"tags":{},"startTime":1775579119378,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10871,"timestamp":5972171362944,"id":130,"parentId":34,"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":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10514,"timestamp":5972171363311,"id":137,"parentId":131,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972171373830,"id":160,"parentId":131,"tags":{},"startTime":1775579119379,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11523,"timestamp":5972171363046,"id":131,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11316,"timestamp":5972171363327,"id":140,"parentId":134,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972171374648,"id":161,"parentId":134,"tags":{},"startTime":1775579119380,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12232,"timestamp":5972171363196,"id":134,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12097,"timestamp":5972171363341,"id":141,"parentId":135,"tags":{},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972171375442,"id":162,"parentId":135,"tags":{},"startTime":1775579119380,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12430,"timestamp":5972171363244,"id":135,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1775579119368,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8576,"timestamp":5972171370454,"id":152,"parentId":151,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8639,"timestamp":5972171370393,"id":151,"parentId":142,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9233,"timestamp":5972171370119,"id":142,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/parallel-route-default.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8893,"timestamp":5972171370468,"id":154,"parentId":153,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8905,"timestamp":5972171370456,"id":153,"parentId":143,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9542,"timestamp":5972171370180,"id":143,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9254,"timestamp":5972171370477,"id":156,"parentId":155,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9263,"timestamp":5972171370469,"id":155,"parentId":144,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9655,"timestamp":5972171370209,"id":144,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11626,"timestamp":5972171370375,"id":148,"parentId":145,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972171382008,"id":163,"parentId":145,"tags":{},"startTime":1775579119387,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12676,"timestamp":5972171370235,"id":145,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12535,"timestamp":5972171370382,"id":149,"parentId":146,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972171382921,"id":164,"parentId":146,"tags":{},"startTime":1775579119388,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14226,"timestamp":5972171370281,"id":146,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14128,"timestamp":5972171370387,"id":150,"parentId":147,"tags":{},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":80,"timestamp":5972171384524,"id":165,"parentId":147,"tags":{},"startTime":1775579119389,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14869,"timestamp":5972171370325,"id":147,"parentId":96,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1775579119375,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13,"timestamp":5972171385735,"id":166,"parentId":130,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"build-module-external","duration":10,"timestamp":5972171390383,"id":182,"parentId":131,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"build-module-external","duration":4,"timestamp":5972171390397,"id":183,"parentId":131,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"build-module-external","duration":4,"timestamp":5972171390404,"id":184,"parentId":131,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2992,"timestamp":5972171389622,"id":175,"parentId":174,"tags":{},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3017,"timestamp":5972171389600,"id":174,"parentId":173,"tags":{},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3357,"timestamp":5972171389523,"id":173,"parentId":86,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1775579119394,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2708,"timestamp":5972171390556,"id":190,"parentId":189,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2730,"timestamp":5972171390537,"id":189,"parentId":177,"tags":{},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3505,"timestamp":5972171390262,"id":177,"parentId":133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3207,"timestamp":5972171390568,"id":192,"parentId":191,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3218,"timestamp":5972171390558,"id":191,"parentId":178,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3749,"timestamp":5972171390291,"id":178,"parentId":133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3442,"timestamp":5972171390605,"id":200,"parentId":199,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3449,"timestamp":5972171390598,"id":199,"parentId":185,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3688,"timestamp":5972171390459,"id":185,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3563,"timestamp":5972171390588,"id":196,"parentId":195,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3571,"timestamp":5972171390581,"id":195,"parentId":180,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3898,"timestamp":5972171390339,"id":180,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3644,"timestamp":5972171390597,"id":198,"parentId":197,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3653,"timestamp":5972171390589,"id":197,"parentId":181,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3940,"timestamp":5972171390359,"id":181,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9395,"timestamp":5972171385775,"id":168,"parentId":167,"tags":{},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"build-module-cjs","duration":9861,"timestamp":5972171385753,"id":167,"parentId":44,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9812,"timestamp":5972171385808,"id":172,"parentId":171,"tags":{},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9881,"timestamp":5972171385799,"id":171,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9890,"timestamp":5972171385793,"id":170,"parentId":169,"tags":{},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9941,"timestamp":5972171385782,"id":169,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1775579119391,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5148,"timestamp":5972171390580,"id":194,"parentId":193,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5160,"timestamp":5972171390569,"id":193,"parentId":179,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5480,"timestamp":5972171390318,"id":179,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5202,"timestamp":5972171390622,"id":204,"parentId":203,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5211,"timestamp":5972171390613,"id":203,"parentId":187,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5384,"timestamp":5972171390500,"id":187,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5276,"timestamp":5972171390613,"id":202,"parentId":201,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5284,"timestamp":5972171390606,"id":201,"parentId":186,"tags":{},"startTime":1775579119396,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5836,"timestamp":5972171390481,"id":186,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":175391,"timestamp":5972171221915,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1775579119227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5796,"timestamp":5972171393164,"id":207,"parentId":206,"tags":{},"startTime":1775579119398,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5817,"timestamp":5972171393146,"id":206,"parentId":205,"tags":{},"startTime":1775579119398,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6265,"timestamp":5972171393051,"id":205,"parentId":142,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1775579119398,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":78,"timestamp":5972171400616,"id":219,"parentId":218,"tags":{},"startTime":1775579119406,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10640,"timestamp":5972171390522,"id":188,"parentId":176,"tags":{},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972171401171,"id":223,"parentId":176,"tags":{},"startTime":1775579119406,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11330,"timestamp":5972171390193,"id":176,"parentId":133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1775579119395,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1715,"timestamp":5972171400823,"id":222,"parentId":221,"tags":{},"startTime":1775579119406,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1758,"timestamp":5972171400782,"id":221,"parentId":220,"tags":{},"startTime":1775579119406,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":2246,"timestamp":5972171400623,"id":220,"parentId":37,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"rsc"},"startTime":1775579119406,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5334,"timestamp":5972171398137,"id":215,"parentId":210,"tags":{},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972171403480,"id":230,"parentId":210,"tags":{},"startTime":1775579119408,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6411,"timestamp":5972171397654,"id":210,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5946,"timestamp":5972171398125,"id":213,"parentId":208,"tags":{},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972171404076,"id":231,"parentId":208,"tags":{},"startTime":1775579119409,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6814,"timestamp":5972171397523,"id":208,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1775579119402,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6195,"timestamp":5972171398146,"id":217,"parentId":212,"tags":{},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972171404345,"id":232,"parentId":212,"tags":{},"startTime":1775579119409,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7184,"timestamp":5972171397951,"id":212,"parentId":147,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7558,"timestamp":5972171398133,"id":214,"parentId":209,"tags":{},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972171405697,"id":235,"parentId":209,"tags":{},"startTime":1775579119411,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8264,"timestamp":5972171397603,"id":209,"parentId":131,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7730,"timestamp":5972171398142,"id":216,"parentId":211,"tags":{},"startTime":1775579119403,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972171405876,"id":236,"parentId":211,"tags":{},"startTime":1775579119411,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8460,"timestamp":5972171397698,"id":211,"parentId":143,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1775579119403,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":1510,"timestamp":5972171632748,"id":659,"parentId":651,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2014,"timestamp":5972171632620,"id":651,"parentId":622,"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":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2460,"timestamp":5972171632783,"id":666,"parentId":665,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2467,"timestamp":5972171632776,"id":665,"parentId":654,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2741,"timestamp":5972171632679,"id":654,"parentId":622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2689,"timestamp":5972171632775,"id":664,"parentId":663,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2697,"timestamp":5972171632768,"id":663,"parentId":653,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3094,"timestamp":5972171632659,"id":653,"parentId":622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2755,"timestamp":5972171633004,"id":672,"parentId":671,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2768,"timestamp":5972171632992,"id":671,"parentId":667,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3012,"timestamp":5972171632914,"id":667,"parentId":641,"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":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3749,"timestamp":5972171632735,"id":656,"parentId":655,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3775,"timestamp":5972171632710,"id":655,"parentId":649,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5171,"timestamp":5972171632542,"id":649,"parentId":623,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1775579119637,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4709,"timestamp":5972171633012,"id":674,"parentId":673,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4718,"timestamp":5972171633005,"id":673,"parentId":668,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5017,"timestamp":5972171632936,"id":668,"parentId":621,"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":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4973,"timestamp":5972171633020,"id":676,"parentId":675,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4980,"timestamp":5972171633013,"id":675,"parentId":669,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5188,"timestamp":5972171632955,"id":669,"parentId":621,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5428,"timestamp":5972171632747,"id":658,"parentId":657,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5438,"timestamp":5972171632737,"id":657,"parentId":650,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6653,"timestamp":5972171632592,"id":650,"parentId":614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6222,"timestamp":5972171633028,"id":678,"parentId":677,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6229,"timestamp":5972171633021,"id":677,"parentId":670,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6541,"timestamp":5972171632973,"id":670,"parentId":621,"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":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1194,"timestamp":5972171644365,"id":681,"parentId":680,"tags":{},"startTime":1775579119649,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1217,"timestamp":5972171644344,"id":680,"parentId":679,"tags":{},"startTime":1775579119649,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2046,"timestamp":5972171644266,"id":679,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1775579119649,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":782,"timestamp":5972171646529,"id":693,"parentId":692,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":791,"timestamp":5972171646521,"id":692,"parentId":684,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1260,"timestamp":5972171646398,"id":684,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1501,"timestamp":5972171646537,"id":695,"parentId":694,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1510,"timestamp":5972171646530,"id":694,"parentId":685,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1839,"timestamp":5972171646418,"id":685,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1991,"timestamp":5972171646508,"id":689,"parentId":688,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2010,"timestamp":5972171646489,"id":688,"parentId":682,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2631,"timestamp":5972171646331,"id":682,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2473,"timestamp":5972171646545,"id":697,"parentId":696,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2481,"timestamp":5972171646538,"id":696,"parentId":686,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2722,"timestamp":5972171646436,"id":686,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2643,"timestamp":5972171646520,"id":691,"parentId":690,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2655,"timestamp":5972171646509,"id":690,"parentId":683,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3179,"timestamp":5972171646374,"id":683,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4982,"timestamp":5972171646552,"id":699,"parentId":698,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4990,"timestamp":5972171646546,"id":698,"parentId":687,"tags":{},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5541,"timestamp":5972171646468,"id":687,"parentId":650,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1775579119651,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":927,"timestamp":5972171654146,"id":702,"parentId":701,"tags":{},"startTime":1775579119659,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":951,"timestamp":5972171654124,"id":701,"parentId":700,"tags":{},"startTime":1775579119659,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1213,"timestamp":5972171654073,"id":700,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1775579119659,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":721,"timestamp":5972171655472,"id":710,"parentId":709,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":733,"timestamp":5972171655462,"id":709,"parentId":704,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1156,"timestamp":5972171655377,"id":704,"parentId":683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1318,"timestamp":5972171655460,"id":708,"parentId":707,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1335,"timestamp":5972171655444,"id":707,"parentId":703,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1711,"timestamp":5972171655342,"id":703,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1579,"timestamp":5972171655480,"id":712,"parentId":711,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1587,"timestamp":5972171655473,"id":711,"parentId":705,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1742,"timestamp":5972171655398,"id":705,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1656,"timestamp":5972171655489,"id":714,"parentId":713,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1663,"timestamp":5972171655482,"id":713,"parentId":706,"tags":{},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1961,"timestamp":5972171655417,"id":706,"parentId":682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1775579119660,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":807,"timestamp":5972171656733,"id":720,"parentId":719,"tags":{},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":817,"timestamp":5972171656724,"id":719,"parentId":716,"tags":{},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1019,"timestamp":5972171656667,"id":716,"parentId":700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1539,"timestamp":5972171656722,"id":718,"parentId":717,"tags":{},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1570,"timestamp":5972171656692,"id":717,"parentId":715,"tags":{},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2085,"timestamp":5972171656614,"id":715,"parentId":700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1775579119662,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1088,"timestamp":5972171658786,"id":722,"parentId":721,"tags":{},"startTime":1775579119664,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972171659883,"id":733,"parentId":721,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1319,"timestamp":5972171658721,"id":721,"parentId":650,"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":1775579119664,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":819,"timestamp":5972171659622,"id":725,"parentId":724,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":840,"timestamp":5972171659602,"id":724,"parentId":723,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1127,"timestamp":5972171659551,"id":723,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1775579119664,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1175,"timestamp":5972171659763,"id":729,"parentId":727,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972171660942,"id":734,"parentId":727,"tags":{},"startTime":1775579119666,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1429,"timestamp":5972171659684,"id":727,"parentId":640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1341,"timestamp":5972171659789,"id":732,"parentId":731,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1354,"timestamp":5972171659777,"id":731,"parentId":726,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2196,"timestamp":5972171659659,"id":726,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2770,"timestamp":5972171659772,"id":730,"parentId":728,"tags":{},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972171662546,"id":735,"parentId":728,"tags":{},"startTime":1775579119667,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2961,"timestamp":5972171659724,"id":728,"parentId":640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1775579119665,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":1,"timestamp":5972171662828,"id":737,"parentId":736,"tags":{},"startTime":1775579119668,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171662832,"id":738,"parentId":736,"tags":{},"startTime":1775579119668,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":548,"timestamp":5972171662761,"id":736,"parentId":726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1775579119668,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":382,"timestamp":5972171663577,"id":741,"parentId":740,"tags":{},"startTime":1775579119669,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":402,"timestamp":5972171663557,"id":740,"parentId":739,"tags":{},"startTime":1775579119669,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":559,"timestamp":5972171663517,"id":739,"parentId":726,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1775579119668,"traceId":"0d955a0204df87b9"},{"name":"make","duration":443494,"timestamp":5972171221539,"id":21,"parentId":19,"tags":{},"startTime":1775579119226,"traceId":"0d955a0204df87b9"},{"name":"get-entries","duration":430,"timestamp":5972171665636,"id":743,"parentId":742,"tags":{},"startTime":1775579119671,"traceId":"0d955a0204df87b9"},{"name":"node-file-trace-plugin","duration":30569,"timestamp":5972171667982,"id":744,"parentId":742,"tags":{"traceEntryCount":"20"},"startTime":1775579119673,"traceId":"0d955a0204df87b9"},{"name":"collect-traced-files","duration":373,"timestamp":5972171698557,"id":745,"parentId":742,"tags":{},"startTime":1775579119704,"traceId":"0d955a0204df87b9"},{"name":"finish-modules","duration":33392,"timestamp":5972171665540,"id":742,"parentId":20,"tags":{},"startTime":1775579119670,"traceId":"0d955a0204df87b9"},{"name":"chunk-graph","duration":5262,"timestamp":5972171710108,"id":747,"parentId":746,"tags":{},"startTime":1775579119715,"traceId":"0d955a0204df87b9"},{"name":"optimize-modules","duration":12,"timestamp":5972171715427,"id":749,"parentId":746,"tags":{},"startTime":1775579119720,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunks","duration":6543,"timestamp":5972171715485,"id":750,"parentId":746,"tags":{},"startTime":1775579119720,"traceId":"0d955a0204df87b9"},{"name":"optimize-tree","duration":13,"timestamp":5972171722067,"id":751,"parentId":746,"tags":{},"startTime":1775579119727,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunk-modules","duration":5060,"timestamp":5972171722124,"id":752,"parentId":746,"tags":{},"startTime":1775579119727,"traceId":"0d955a0204df87b9"},{"name":"optimize","duration":11808,"timestamp":5972171715403,"id":748,"parentId":746,"tags":{},"startTime":1775579119720,"traceId":"0d955a0204df87b9"},{"name":"module-hash","duration":5063,"timestamp":5972171735648,"id":753,"parentId":746,"tags":{},"startTime":1775579119741,"traceId":"0d955a0204df87b9"}] -[{"name":"generate-buildid","duration":120,"timestamp":5972170686892,"id":4,"parentId":1,"tags":{},"startTime":1775579118692,"traceId":"0d955a0204df87b9"},{"name":"load-custom-routes","duration":984,"timestamp":5972170687083,"id":5,"parentId":1,"tags":{},"startTime":1775579118692,"traceId":"0d955a0204df87b9"},{"name":"create-pages-mapping","duration":65,"timestamp":5972170713937,"id":6,"parentId":1,"tags":{},"startTime":1775579118719,"traceId":"0d955a0204df87b9"},{"name":"collect-app-paths","duration":1388,"timestamp":5972170714014,"id":7,"parentId":1,"tags":{},"startTime":1775579118719,"traceId":"0d955a0204df87b9"},{"name":"create-app-mapping","duration":338,"timestamp":5972170715416,"id":8,"parentId":1,"tags":{},"startTime":1775579118720,"traceId":"0d955a0204df87b9"},{"name":"public-dir-conflict-check","duration":189,"timestamp":5972170715978,"id":9,"parentId":1,"tags":{},"startTime":1775579118721,"traceId":"0d955a0204df87b9"},{"name":"generate-routes-manifest","duration":1105,"timestamp":5972170716242,"id":10,"parentId":1,"tags":{},"startTime":1775579118721,"traceId":"0d955a0204df87b9"},{"name":"create-dist-dir","duration":92,"timestamp":5972170717723,"id":11,"parentId":1,"tags":{},"startTime":1775579118723,"traceId":"0d955a0204df87b9"},{"name":"write-routes-manifest","duration":264,"timestamp":5972170723535,"id":12,"parentId":1,"tags":{},"startTime":1775579118728,"traceId":"0d955a0204df87b9"},{"name":"generate-required-server-files","duration":162,"timestamp":5972170723819,"id":13,"parentId":1,"tags":{},"startTime":1775579118729,"traceId":"0d955a0204df87b9"},{"name":"create-entrypoints","duration":15104,"timestamp":5972170979694,"id":17,"parentId":15,"tags":{},"startTime":1775579118985,"traceId":"0d955a0204df87b9"},{"name":"generate-webpack-config","duration":182247,"timestamp":5972170994888,"id":18,"parentId":16,"tags":{},"startTime":1775579119000,"traceId":"0d955a0204df87b9"},{"name":"next-trace-entrypoint-plugin","duration":1012,"timestamp":5972171219452,"id":20,"parentId":19,"tags":{},"startTime":1775579119224,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":13687,"timestamp":5972171258263,"id":43,"parentId":24,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1775579119263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13008,"timestamp":5972171261347,"id":47,"parentId":46,"tags":{},"startTime":1775579119266,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13397,"timestamp":5972171260969,"id":46,"parentId":44,"tags":{},"startTime":1775579119266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18058,"timestamp":5972171260034,"id":44,"parentId":23,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1775579119265,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16708,"timestamp":5972171261433,"id":49,"parentId":48,"tags":{},"startTime":1775579119266,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16778,"timestamp":5972171261368,"id":48,"parentId":45,"tags":{},"startTime":1775579119266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33034,"timestamp":5972171260902,"id":45,"parentId":33,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1775579119266,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":40216,"timestamp":5972171257350,"id":36,"parentId":26,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fapi%2Fchat%2Fstream%2Froute&name=app%2Fapi%2Fchat%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fstream%2Froute.ts&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119262,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":96,"timestamp":5972171299319,"id":50,"parentId":44,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1775579119304,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":7,"timestamp":5972171299430,"id":51,"parentId":44,"tags":{"name":"react","layer":null},"startTime":1775579119304,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2707,"timestamp":5972171303390,"id":59,"parentId":58,"tags":{},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3509,"timestamp":5972171303375,"id":58,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3724,"timestamp":5972171303320,"id":53,"parentId":52,"tags":{},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4331,"timestamp":5972171303222,"id":52,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4217,"timestamp":5972171303351,"id":55,"parentId":54,"tags":{},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4964,"timestamp":5972171303335,"id":54,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4943,"timestamp":5972171303368,"id":57,"parentId":56,"tags":{},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5930,"timestamp":5972171303358,"id":56,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/utils.js","layer":null},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5929,"timestamp":5972171303407,"id":61,"parentId":60,"tags":{},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6841,"timestamp":5972171303395,"id":60,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1775579119308,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5454,"timestamp":5972171305214,"id":70,"parentId":69,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5487,"timestamp":5972171305184,"id":69,"parentId":64,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5902,"timestamp":5972171305059,"id":64,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5820,"timestamp":5972171305151,"id":66,"parentId":65,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5881,"timestamp":5972171305092,"id":65,"parentId":62,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7719,"timestamp":5972171304940,"id":62,"parentId":44,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7493,"timestamp":5972171305183,"id":68,"parentId":67,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7524,"timestamp":5972171305153,"id":67,"parentId":63,"tags":{},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9175,"timestamp":5972171305033,"id":63,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1775579119310,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6402,"timestamp":5972171314501,"id":73,"parentId":72,"tags":{},"startTime":1775579119319,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6450,"timestamp":5972171314456,"id":72,"parentId":71,"tags":{},"startTime":1775579119319,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7385,"timestamp":5972171314364,"id":71,"parentId":43,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1775579119319,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":71076,"timestamp":5972171252325,"id":34,"parentId":22,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579119257,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2000,"timestamp":5972171324715,"id":83,"parentId":82,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2038,"timestamp":5972171324680,"id":82,"parentId":79,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2351,"timestamp":5972171324599,"id":79,"parentId":63,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2309,"timestamp":5972171324677,"id":81,"parentId":80,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2363,"timestamp":5972171324625,"id":80,"parentId":74,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2784,"timestamp":5972171324504,"id":74,"parentId":58,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1775579119329,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4069,"timestamp":5972171324575,"id":76,"parentId":75,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4350,"timestamp":5972171324562,"id":75,"parentId":43,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":null},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4340,"timestamp":5972171324593,"id":78,"parentId":77,"tags":{},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4599,"timestamp":5972171324583,"id":77,"parentId":43,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1775579119330,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1392,"timestamp":5972171327876,"id":90,"parentId":89,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1568,"timestamp":5972171327701,"id":89,"parentId":86,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1938,"timestamp":5972171327553,"id":86,"parentId":52,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1805,"timestamp":5972171327982,"id":92,"parentId":91,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1864,"timestamp":5972171327924,"id":91,"parentId":87,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2553,"timestamp":5972171327650,"id":87,"parentId":52,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2407,"timestamp":5972171328009,"id":94,"parentId":93,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2432,"timestamp":5972171327985,"id":93,"parentId":88,"tags":{},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4111,"timestamp":5972171327677,"id":88,"parentId":71,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1775579119333,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5631,"timestamp":5972171327544,"id":85,"parentId":84,"tags":{},"startTime":1775579119332,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6091,"timestamp":5972171327519,"id":84,"parentId":43,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js","layer":null},"startTime":1775579119332,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42,"timestamp":5972171342163,"id":98,"parentId":95,"tags":{},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":82,"timestamp":5972171342240,"id":101,"parentId":95,"tags":{},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1185,"timestamp":5972171341574,"id":95,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":20,"timestamp":5972171345413,"id":102,"parentId":87,"tags":{"name":"path","layer":null},"startTime":1775579119350,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11,"timestamp":5972171346654,"id":103,"parentId":84,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6432,"timestamp":5972171342172,"id":99,"parentId":96,"tags":{},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":90,"timestamp":5972171348615,"id":116,"parentId":96,"tags":{},"startTime":1775579119354,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11709,"timestamp":5972171342021,"id":96,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6959,"timestamp":5972171346785,"id":106,"parentId":105,"tags":{},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6996,"timestamp":5972171346749,"id":105,"parentId":104,"tags":{},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7224,"timestamp":5972171346673,"id":104,"parentId":86,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11718,"timestamp":5972171342185,"id":100,"parentId":97,"tags":{},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972171353909,"id":117,"parentId":97,"tags":{},"startTime":1775579119359,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12089,"timestamp":5972171342085,"id":97,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1775579119347,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7743,"timestamp":5972171347627,"id":115,"parentId":114,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7753,"timestamp":5972171347619,"id":114,"parentId":109,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7946,"timestamp":5972171347547,"id":109,"parentId":87,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7886,"timestamp":5972171347614,"id":113,"parentId":112,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7899,"timestamp":5972171347601,"id":112,"parentId":108,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8136,"timestamp":5972171347526,"id":108,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8070,"timestamp":5972171347599,"id":111,"parentId":110,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8091,"timestamp":5972171347578,"id":110,"parentId":107,"tags":{},"startTime":1775579119353,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8581,"timestamp":5972171347481,"id":107,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1775579119352,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11,"timestamp":5972171357068,"id":129,"parentId":97,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3799,"timestamp":5972171356789,"id":128,"parentId":127,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3816,"timestamp":5972171356778,"id":127,"parentId":122,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4235,"timestamp":5972171356639,"id":122,"parentId":88,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4219,"timestamp":5972171356776,"id":126,"parentId":125,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4257,"timestamp":5972171356739,"id":125,"parentId":121,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6460,"timestamp":5972171354857,"id":119,"parentId":118,"tags":{},"startTime":1775579119360,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6569,"timestamp":5972171354835,"id":118,"parentId":45,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1775579119360,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4689,"timestamp":5972171356737,"id":124,"parentId":123,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4749,"timestamp":5972171356678,"id":123,"parentId":120,"tags":{},"startTime":1775579119362,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":5863,"timestamp":5972171356318,"id":120,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1775579119361,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":6087,"timestamp":5972171589299,"id":555,"parentId":514,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5718,"timestamp":5972171589675,"id":565,"parentId":564,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5750,"timestamp":5972171589644,"id":564,"parentId":557,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5882,"timestamp":5972171589732,"id":569,"parentId":568,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5910,"timestamp":5972171589705,"id":568,"parentId":559,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6003,"timestamp":5972171589704,"id":567,"parentId":566,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6032,"timestamp":5972171589676,"id":566,"parentId":558,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7931,"timestamp":5972171589760,"id":571,"parentId":570,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7959,"timestamp":5972171589733,"id":570,"parentId":560,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15778,"timestamp":5972171582708,"id":525,"parentId":518,"tags":{},"startTime":1775579119588,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972171598496,"id":572,"parentId":518,"tags":{},"startTime":1775579119603,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16296,"timestamp":5972171582380,"id":518,"parentId":423,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1775579119587,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":17635,"timestamp":5972171582466,"id":520,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"ssr"},"startTime":1775579119587,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":16326,"timestamp":5972171586494,"id":537,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"ssr"},"startTime":1775579119591,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":16271,"timestamp":5972171586560,"id":538,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"ssr"},"startTime":1775579119592,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3203,"timestamp":5972171599653,"id":582,"parentId":581,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3231,"timestamp":5972171599636,"id":581,"parentId":575,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3602,"timestamp":5972171599464,"id":575,"parentId":496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1775579119604,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3472,"timestamp":5972171599635,"id":580,"parentId":579,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3485,"timestamp":5972171599624,"id":579,"parentId":574,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3903,"timestamp":5972171599437,"id":574,"parentId":497,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1775579119604,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3774,"timestamp":5972171599670,"id":584,"parentId":583,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3791,"timestamp":5972171599654,"id":583,"parentId":576,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4095,"timestamp":5972171599485,"id":576,"parentId":496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1775579119604,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4006,"timestamp":5972171599622,"id":578,"parentId":577,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4053,"timestamp":5972171599576,"id":577,"parentId":573,"tags":{},"startTime":1775579119605,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14751,"timestamp":5972171589591,"id":561,"parentId":556,"tags":{},"startTime":1775579119595,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972171604347,"id":594,"parentId":556,"tags":{},"startTime":1775579119609,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15074,"timestamp":5972171589355,"id":556,"parentId":379,"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":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2895,"timestamp":5972171601541,"id":589,"parentId":588,"tags":{},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2928,"timestamp":5972171601508,"id":588,"parentId":585,"tags":{},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3241,"timestamp":5972171601260,"id":585,"parentId":555,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2903,"timestamp":5972171601604,"id":593,"parentId":592,"tags":{},"startTime":1775579119607,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2931,"timestamp":5972171601577,"id":592,"parentId":587,"tags":{},"startTime":1775579119607,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":17374,"timestamp":5972171589406,"id":557,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"ssr"},"startTime":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":17338,"timestamp":5972171589449,"id":558,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/capital-flow.tsx","layer":"ssr"},"startTime":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":17303,"timestamp":5972171589490,"id":559,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/score-radar.tsx","layer":"ssr"},"startTime":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":17268,"timestamp":5972171589528,"id":560,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/kline-chart.tsx","layer":"ssr"},"startTime":1775579119594,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5244,"timestamp":5972171601576,"id":591,"parentId":590,"tags":{},"startTime":1775579119607,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5278,"timestamp":5972171601543,"id":590,"parentId":586,"tags":{},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2275,"timestamp":5972171605472,"id":602,"parentId":601,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2295,"timestamp":5972171605453,"id":601,"parentId":597,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2965,"timestamp":5972171604971,"id":597,"parentId":499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2466,"timestamp":5972171605482,"id":604,"parentId":603,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2476,"timestamp":5972171605474,"id":603,"parentId":598,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3212,"timestamp":5972171604991,"id":598,"parentId":519,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2142,"timestamp":5972171608838,"id":610,"parentId":609,"tags":{},"startTime":1775579119614,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2153,"timestamp":5972171608830,"id":609,"parentId":606,"tags":{},"startTime":1775579119614,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2889,"timestamp":5972171608506,"id":606,"parentId":541,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1775579119613,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2583,"timestamp":5972171608828,"id":608,"parentId":607,"tags":{},"startTime":1775579119614,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2600,"timestamp":5972171608812,"id":607,"parentId":605,"tags":{},"startTime":1775579119614,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3214,"timestamp":5972171608473,"id":605,"parentId":542,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1775579119613,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":13913,"timestamp":5972171599358,"id":573,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"ssr"},"startTime":1775579119604,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":13697,"timestamp":5972171601310,"id":586,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":13660,"timestamp":5972171601356,"id":587,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"ssr"},"startTime":1775579119606,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10572,"timestamp":5972171605338,"id":599,"parentId":595,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171615915,"id":619,"parentId":595,"tags":{},"startTime":1775579119621,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11164,"timestamp":5972171604868,"id":595,"parentId":380,"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":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10688,"timestamp":5972171605348,"id":600,"parentId":596,"tags":{},"startTime":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972171616040,"id":620,"parentId":596,"tags":{},"startTime":1775579119621,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11221,"timestamp":5972171604927,"id":596,"parentId":377,"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":1775579119610,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4749,"timestamp":5972171612689,"id":612,"parentId":611,"tags":{},"startTime":1775579119618,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972171617443,"id":639,"parentId":611,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5033,"timestamp":5972171612511,"id":611,"parentId":461,"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":1775579119617,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":961,"timestamp":5972171617331,"id":632,"parentId":631,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":970,"timestamp":5972171617323,"id":631,"parentId":623,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1445,"timestamp":5972171617198,"id":623,"parentId":598,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1781,"timestamp":5972171617322,"id":630,"parentId":629,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1792,"timestamp":5972171617312,"id":629,"parentId":622,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2284,"timestamp":5972171617174,"id":622,"parentId":598,"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":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2126,"timestamp":5972171617339,"id":634,"parentId":633,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2134,"timestamp":5972171617331,"id":633,"parentId":624,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2717,"timestamp":5972171617218,"id":624,"parentId":598,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6205,"timestamp":5972171613738,"id":618,"parentId":615,"tags":{},"startTime":1775579119619,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972171619948,"id":646,"parentId":615,"tags":{},"startTime":1775579119625,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6465,"timestamp":5972171613575,"id":615,"parentId":411,"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":1775579119619,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6310,"timestamp":5972171613735,"id":617,"parentId":614,"tags":{},"startTime":1775579119619,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972171620048,"id":647,"parentId":614,"tags":{},"startTime":1775579119625,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6652,"timestamp":5972171613525,"id":614,"parentId":365,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1775579119618,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6452,"timestamp":5972171613728,"id":616,"parentId":613,"tags":{},"startTime":1775579119619,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972171620183,"id":648,"parentId":613,"tags":{},"startTime":1775579119625,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6782,"timestamp":5972171613472,"id":613,"parentId":344,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1775579119618,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5375,"timestamp":5972171617347,"id":636,"parentId":635,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5383,"timestamp":5972171617340,"id":635,"parentId":625,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5844,"timestamp":5972171617237,"id":625,"parentId":598,"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":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5778,"timestamp":5972171617310,"id":628,"parentId":627,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5803,"timestamp":5972171617285,"id":627,"parentId":621,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6815,"timestamp":5972171617130,"id":621,"parentId":598,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6252,"timestamp":5972171617718,"id":643,"parentId":642,"tags":{},"startTime":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6265,"timestamp":5972171617705,"id":642,"parentId":640,"tags":{},"startTime":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6740,"timestamp":5972171617587,"id":640,"parentId":606,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6980,"timestamp":5972171617355,"id":638,"parentId":637,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6988,"timestamp":5972171617348,"id":637,"parentId":626,"tags":{},"startTime":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7743,"timestamp":5972171617256,"id":626,"parentId":598,"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":1775579119622,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7275,"timestamp":5972171617730,"id":645,"parentId":644,"tags":{},"startTime":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7286,"timestamp":5972171617719,"id":644,"parentId":641,"tags":{},"startTime":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7662,"timestamp":5972171617613,"id":641,"parentId":605,"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":1775579119623,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1092,"timestamp":5972171632767,"id":662,"parentId":661,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1106,"timestamp":5972171632757,"id":661,"parentId":652,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1577,"timestamp":5972171632640,"id":652,"parentId":622,"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":1775579119638,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1502,"timestamp":5972171632756,"id":660,"parentId":659,"tags":{},"startTime":1775579119638,"traceId":"0d955a0204df87b9"}] -[{"name":"code-generation","duration":24625,"timestamp":5972171740728,"id":754,"parentId":746,"tags":{},"startTime":1775579119746,"traceId":"0d955a0204df87b9"},{"name":"hash","duration":3370,"timestamp":5972171767799,"id":755,"parentId":746,"tags":{},"startTime":1775579119773,"traceId":"0d955a0204df87b9"},{"name":"code-generation-jobs","duration":215,"timestamp":5972171771169,"id":756,"parentId":746,"tags":{},"startTime":1775579119776,"traceId":"0d955a0204df87b9"},{"name":"module-assets","duration":121,"timestamp":5972171771364,"id":757,"parentId":746,"tags":{},"startTime":1775579119776,"traceId":"0d955a0204df87b9"},{"name":"create-chunk-assets","duration":3454,"timestamp":5972171771488,"id":758,"parentId":746,"tags":{},"startTime":1775579119776,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":17400,"timestamp":5972171780061,"id":760,"parentId":759,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1775579119785,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":16069,"timestamp":5972171781416,"id":761,"parentId":759,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1775579119786,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":15597,"timestamp":5972171781900,"id":763,"parentId":759,"tags":{"name":"../app/login/page.js","cache":"MISS"},"startTime":1775579119787,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":16063,"timestamp":5972171781548,"id":762,"parentId":759,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1775579119786,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":16006,"timestamp":5972171782006,"id":764,"parentId":759,"tags":{"name":"../app/api/chat/stream/route.js","cache":"MISS"},"startTime":1775579119787,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":16889,"timestamp":5972171782763,"id":767,"parentId":759,"tags":{"name":"../app/sectors/page.js","cache":"MISS"},"startTime":1775579119788,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":17475,"timestamp":5972171782876,"id":768,"parentId":759,"tags":{"name":"../app/chat/page.js","cache":"MISS"},"startTime":1775579119788,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":18106,"timestamp":5972171782547,"id":766,"parentId":759,"tags":{"name":"../app/recommendations/page.js","cache":"MISS"},"startTime":1775579119787,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":16178,"timestamp":5972171784892,"id":771,"parentId":759,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1775579119790,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":17102,"timestamp":5972171784926,"id":772,"parentId":759,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1775579119790,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":20891,"timestamp":5972171782086,"id":765,"parentId":759,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1775579119787,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":19941,"timestamp":5972171783056,"id":769,"parentId":759,"tags":{"name":"../app/stock/[code]/page.js","cache":"MISS"},"startTime":1775579119788,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":18272,"timestamp":5972171784747,"id":770,"parentId":759,"tags":{"name":"../app/users/page.js","cache":"MISS"},"startTime":1775579119790,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":20054,"timestamp":5972171787601,"id":776,"parentId":759,"tags":{"name":"171.js","cache":"MISS"},"startTime":1775579119793,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":29054,"timestamp":5972171787259,"id":775,"parentId":759,"tags":{"name":"682.js","cache":"MISS"},"startTime":1775579119792,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":39611,"timestamp":5972171785075,"id":773,"parentId":759,"tags":{"name":"948.js","cache":"MISS"},"startTime":1775579119790,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":68797,"timestamp":5972171785477,"id":774,"parentId":759,"tags":{"name":"982.js","cache":"MISS"},"startTime":1775579119790,"traceId":"0d955a0204df87b9"},{"name":"terser-webpack-plugin-optimize","duration":77688,"timestamp":5972171776595,"id":759,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1775579119782,"traceId":"0d955a0204df87b9"},{"name":"css-minimizer-plugin","duration":108,"timestamp":5972171854372,"id":777,"parentId":19,"tags":{},"startTime":1775579119859,"traceId":"0d955a0204df87b9"},{"name":"create-trace-assets","duration":685,"timestamp":5972171854583,"id":778,"parentId":20,"tags":{},"startTime":1775579119860,"traceId":"0d955a0204df87b9"},{"name":"seal","duration":153731,"timestamp":5972171704622,"id":746,"parentId":19,"tags":{},"startTime":1775579119710,"traceId":"0d955a0204df87b9"},{"name":"webpack-compilation","duration":643078,"timestamp":5972171218528,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1775579119223,"traceId":"0d955a0204df87b9"},{"name":"emit","duration":8026,"timestamp":5972171861842,"id":779,"parentId":16,"tags":{},"startTime":1775579119867,"traceId":"0d955a0204df87b9"},{"name":"webpack-close","duration":195271,"timestamp":5972171870070,"id":780,"parentId":16,"tags":{"name":"server"},"startTime":1775579119875,"traceId":"0d955a0204df87b9"},{"name":"webpack-generate-error-stats","duration":1235,"timestamp":5972172065373,"id":781,"parentId":780,"tags":{},"startTime":1775579120070,"traceId":"0d955a0204df87b9"},{"name":"run-webpack-compiler","duration":1087114,"timestamp":5972170979692,"id":16,"parentId":15,"tags":{},"startTime":1775579118985,"traceId":"0d955a0204df87b9"},{"name":"format-webpack-messages","duration":42,"timestamp":5972172066810,"id":782,"parentId":15,"tags":{},"startTime":1775579120072,"traceId":"0d955a0204df87b9"},{"name":"worker-main-server","duration":1087364,"timestamp":5972170979537,"id":15,"parentId":1,"tags":{},"startTime":1775579118984,"traceId":"0d955a0204df87b9"},{"name":"create-entrypoints","duration":13163,"timestamp":5972172314476,"id":786,"parentId":784,"tags":{},"startTime":1775579120319,"traceId":"0d955a0204df87b9"},{"name":"generate-webpack-config","duration":152378,"timestamp":5972172327723,"id":787,"parentId":785,"tags":{},"startTime":1775579120333,"traceId":"0d955a0204df87b9"},{"name":"make","duration":333,"timestamp":5972172520367,"id":789,"parentId":788,"tags":{},"startTime":1775579120525,"traceId":"0d955a0204df87b9"},{"name":"chunk-graph","duration":304,"timestamp":5972172521833,"id":791,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"optimize-modules","duration":10,"timestamp":5972172522190,"id":793,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunks","duration":83,"timestamp":5972172522244,"id":794,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"optimize-tree","duration":9,"timestamp":5972172522359,"id":795,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunk-modules","duration":61,"timestamp":5972172522456,"id":796,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"optimize","duration":373,"timestamp":5972172522163,"id":792,"parentId":790,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"module-hash","duration":40,"timestamp":5972172522883,"id":797,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"code-generation","duration":71,"timestamp":5972172522939,"id":798,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"hash","duration":182,"timestamp":5972172523117,"id":799,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"code-generation-jobs","duration":25,"timestamp":5972172523298,"id":800,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"module-assets","duration":34,"timestamp":5972172523313,"id":801,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"create-chunk-assets","duration":113,"timestamp":5972172523353,"id":802,"parentId":790,"tags":{},"startTime":1775579120528,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":133,"timestamp":5972172531601,"id":804,"parentId":803,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1775579120537,"traceId":"0d955a0204df87b9"},{"name":"terser-webpack-plugin-optimize","duration":1681,"timestamp":5972172530058,"id":803,"parentId":788,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1775579120535,"traceId":"0d955a0204df87b9"},{"name":"css-minimizer-plugin","duration":66,"timestamp":5972172531782,"id":805,"parentId":788,"tags":{},"startTime":1775579120537,"traceId":"0d955a0204df87b9"},{"name":"seal","duration":11124,"timestamp":5972172521648,"id":790,"parentId":788,"tags":{},"startTime":1775579120527,"traceId":"0d955a0204df87b9"},{"name":"webpack-compilation","duration":14438,"timestamp":5972172518479,"id":788,"parentId":785,"tags":{"name":"edge-server"},"startTime":1775579120523,"traceId":"0d955a0204df87b9"},{"name":"emit","duration":1050,"timestamp":5972172533082,"id":806,"parentId":785,"tags":{},"startTime":1775579120538,"traceId":"0d955a0204df87b9"},{"name":"webpack-close","duration":283,"timestamp":5972172534340,"id":807,"parentId":785,"tags":{"name":"edge-server"},"startTime":1775579120539,"traceId":"0d955a0204df87b9"},{"name":"webpack-generate-error-stats","duration":1139,"timestamp":5972172534644,"id":808,"parentId":807,"tags":{},"startTime":1775579120540,"traceId":"0d955a0204df87b9"},{"name":"run-webpack-compiler","duration":221412,"timestamp":5972172314474,"id":785,"parentId":784,"tags":{},"startTime":1775579120319,"traceId":"0d955a0204df87b9"},{"name":"format-webpack-messages","duration":34,"timestamp":5972172535889,"id":809,"parentId":784,"tags":{},"startTime":1775579120541,"traceId":"0d955a0204df87b9"},{"name":"worker-main-edge-server","duration":221637,"timestamp":5972172314325,"id":784,"parentId":1,"tags":{},"startTime":1775579120319,"traceId":"0d955a0204df87b9"},{"name":"create-entrypoints","duration":12718,"timestamp":5972172773734,"id":812,"parentId":810,"tags":{},"startTime":1775579120779,"traceId":"0d955a0204df87b9"},{"name":"generate-webpack-config","duration":152046,"timestamp":5972172786526,"id":813,"parentId":811,"tags":{},"startTime":1775579120791,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":6404,"timestamp":5972172998104,"id":831,"parentId":818,"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":1775579121003,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":1904,"timestamp":5972173004609,"id":832,"parentId":823,"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%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":1775579121010,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":429,"timestamp":5972173006527,"id":833,"parentId":824,"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%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579121011,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":466,"timestamp":5972173006972,"id":834,"parentId":825,"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":1775579121012,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":332,"timestamp":5972173007451,"id":835,"parentId":826,"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":1775579121012,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":316,"timestamp":5972173007832,"id":836,"parentId":827,"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":1775579121013,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":333,"timestamp":5972173008160,"id":837,"parentId":828,"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%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579121013,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":349,"timestamp":5972173008543,"id":838,"parentId":829,"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%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579121013,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":851,"timestamp":5972173008907,"id":839,"parentId":830,"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":1775579121014,"traceId":"0d955a0204df87b9"},{"name":"next-client-pages-loader","duration":108,"timestamp":5972173010929,"id":841,"parentId":840,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1775579121016,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":3176,"timestamp":5972173010034,"id":840,"parentId":819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1775579121015,"traceId":"0d955a0204df87b9"},{"name":"next-client-pages-loader","duration":20,"timestamp":5972173013627,"id":843,"parentId":842,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1775579121019,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":836,"timestamp":5972173013222,"id":842,"parentId":820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1775579121018,"traceId":"0d955a0204df87b9"},{"name":"next-client-pages-loader","duration":7,"timestamp":5972173014091,"id":845,"parentId":844,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1775579121019,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":391,"timestamp":5972173014065,"id":844,"parentId":822,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1775579121019,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5078,"timestamp":5972173020796,"id":854,"parentId":853,"tags":{},"startTime":1775579121026,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5122,"timestamp":5972173020757,"id":853,"parentId":848,"tags":{},"startTime":1775579121026,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8674,"timestamp":5972173019810,"id":848,"parentId":817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1775579121025,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7846,"timestamp":5972173020660,"id":850,"parentId":849,"tags":{},"startTime":1775579121026,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8302,"timestamp":5972173020246,"id":849,"parentId":846,"tags":{},"startTime":1775579121025,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11089,"timestamp":5972173018807,"id":846,"parentId":816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/next.js","layer":null},"startTime":1775579121024,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9152,"timestamp":5972173020755,"id":852,"parentId":851,"tags":{},"startTime":1775579121026,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9227,"timestamp":5972173020682,"id":851,"parentId":847,"tags":{},"startTime":1775579121026,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14155,"timestamp":5972173019754,"id":847,"parentId":821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/router.js","layer":null},"startTime":1775579121025,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2174,"timestamp":5972173039381,"id":860,"parentId":859,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2276,"timestamp":5972173039321,"id":859,"parentId":855,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3571,"timestamp":5972173039158,"id":855,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3380,"timestamp":5972173039417,"id":862,"parentId":861,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3415,"timestamp":5972173039383,"id":861,"parentId":856,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4538,"timestamp":5972173039233,"id":856,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4265,"timestamp":5972173039518,"id":866,"parentId":865,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4337,"timestamp":5972173039446,"id":865,"parentId":858,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5232,"timestamp":5972173039287,"id":858,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6018,"timestamp":5972173039445,"id":864,"parentId":863,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6046,"timestamp":5972173039418,"id":863,"parentId":857,"tags":{},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8746,"timestamp":5972173039262,"id":857,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1775579121044,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6695,"timestamp":5972173041326,"id":870,"parentId":869,"tags":{},"startTime":1775579121046,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6789,"timestamp":5972173041234,"id":869,"parentId":867,"tags":{},"startTime":1775579121046,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7378,"timestamp":5972173041114,"id":867,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1775579121046,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7653,"timestamp":5972173041458,"id":872,"parentId":871,"tags":{},"startTime":1775579121046,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":7785,"timestamp":5972173041328,"id":871,"parentId":868,"tags":{},"startTime":1775579121046,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13497,"timestamp":5972173041156,"id":868,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/index.js","layer":null},"startTime":1775579121046,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13073,"timestamp":5972173045244,"id":885,"parentId":884,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13104,"timestamp":5972173045218,"id":884,"parentId":874,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13968,"timestamp":5972173044833,"id":874,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13556,"timestamp":5972173045259,"id":887,"parentId":886,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13570,"timestamp":5972173045246,"id":886,"parentId":875,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15156,"timestamp":5972173044864,"id":875,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":14763,"timestamp":5972173045271,"id":889,"parentId":888,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":14775,"timestamp":5972173045260,"id":888,"parentId":876,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17376,"timestamp":5972173044891,"id":876,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16982,"timestamp":5972173045295,"id":893,"parentId":892,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16992,"timestamp":5972173045286,"id":892,"parentId":878,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17625,"timestamp":5972173044943,"id":878,"parentId":831,"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":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":17344,"timestamp":5972173045285,"id":891,"parentId":890,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":17357,"timestamp":5972173045272,"id":890,"parentId":877,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18592,"timestamp":5972173044915,"id":877,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":18311,"timestamp":5972173045215,"id":883,"parentId":882,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":18377,"timestamp":5972173045151,"id":882,"parentId":873,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21449,"timestamp":5972173044778,"id":873,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":20936,"timestamp":5972173045303,"id":895,"parentId":894,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":20944,"timestamp":5972173045296,"id":894,"parentId":879,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21798,"timestamp":5972173044969,"id":879,"parentId":840,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29957,"timestamp":5972173045069,"id":881,"parentId":880,"tags":{},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30508,"timestamp":5972173044991,"id":880,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1775579121050,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4624,"timestamp":5972173082438,"id":930,"parentId":929,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4640,"timestamp":5972173082427,"id":929,"parentId":898,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6034,"timestamp":5972173081321,"id":898,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1775579121086,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4951,"timestamp":5972173082414,"id":926,"parentId":925,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4986,"timestamp":5972173082380,"id":925,"parentId":896,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6648,"timestamp":5972173081232,"id":896,"parentId":842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1775579121086,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5475,"timestamp":5972173082426,"id":928,"parentId":927,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5487,"timestamp":5972173082416,"id":927,"parentId":897,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7406,"timestamp":5972173081296,"id":897,"parentId":844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1775579121086,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6180,"timestamp":5972173082534,"id":936,"parentId":935,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6213,"timestamp":5972173082502,"id":935,"parentId":901,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":8345,"timestamp":5972173081657,"id":901,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7456,"timestamp":5972173082565,"id":938,"parentId":937,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7488,"timestamp":5972173082535,"id":937,"parentId":902,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9198,"timestamp":5972173082500,"id":934,"parentId":933,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9252,"timestamp":5972173082450,"id":933,"parentId":900,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":11764,"timestamp":5972173081353,"id":900,"parentId":834,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1775579121086,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10537,"timestamp":5972173082597,"id":940,"parentId":939,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10570,"timestamp":5972173082566,"id":939,"parentId":903,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10746,"timestamp":5972173082636,"id":942,"parentId":941,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10785,"timestamp":5972173082598,"id":941,"parentId":904,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11208,"timestamp":5972173082665,"id":944,"parentId":943,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11240,"timestamp":5972173082637,"id":943,"parentId":905,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11576,"timestamp":5972173082725,"id":948,"parentId":947,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11606,"timestamp":5972173082696,"id":947,"parentId":907,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11847,"timestamp":5972173082695,"id":946,"parentId":945,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11878,"timestamp":5972173082666,"id":945,"parentId":906,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":14778,"timestamp":5972173082813,"id":954,"parentId":953,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":14810,"timestamp":5972173082784,"id":953,"parentId":910,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16053,"timestamp":5972173082754,"id":950,"parentId":949,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16085,"timestamp":5972173082725,"id":949,"parentId":908,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":18210,"timestamp":5972173082783,"id":952,"parentId":951,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":18242,"timestamp":5972173082755,"id":951,"parentId":909,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":19512,"timestamp":5972173082825,"id":956,"parentId":955,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":19525,"timestamp":5972173082814,"id":955,"parentId":914,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20425,"timestamp":5972173082184,"id":914,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":19786,"timestamp":5972173082835,"id":958,"parentId":957,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":19795,"timestamp":5972173082826,"id":957,"parentId":915,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20633,"timestamp":5972173082201,"id":915,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":19997,"timestamp":5972173082843,"id":960,"parentId":959,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":20005,"timestamp":5972173082836,"id":959,"parentId":916,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20834,"timestamp":5972173082213,"id":916,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":20186,"timestamp":5972173082868,"id":966,"parentId":965,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":20194,"timestamp":5972173082861,"id":965,"parentId":919,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21286,"timestamp":5972173082256,"id":919,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":20689,"timestamp":5972173082859,"id":964,"parentId":963,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":20697,"timestamp":5972173082852,"id":963,"parentId":918,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22013,"timestamp":5972173082244,"id":918,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21358,"timestamp":5972173082906,"id":970,"parentId":969,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21387,"timestamp":5972173082879,"id":969,"parentId":921,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22266,"timestamp":5972173082280,"id":921,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21713,"timestamp":5972173082851,"id":962,"parentId":961,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21721,"timestamp":5972173082844,"id":961,"parentId":917,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23233,"timestamp":5972173082228,"id":917,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":22597,"timestamp":5972173082877,"id":968,"parentId":967,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22606,"timestamp":5972173082869,"id":967,"parentId":920,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23624,"timestamp":5972173082268,"id":920,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":25019,"timestamp":5972173082927,"id":972,"parentId":971,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25039,"timestamp":5972173082911,"id":971,"parentId":922,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25951,"timestamp":5972173082295,"id":922,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21489,"timestamp":5972173086764,"id":985,"parentId":984,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21522,"timestamp":5972173086732,"id":984,"parentId":975,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21915,"timestamp":5972173086458,"id":975,"parentId":857,"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":1775579121091,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21601,"timestamp":5972173086778,"id":987,"parentId":986,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21613,"timestamp":5972173086766,"id":986,"parentId":976,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21950,"timestamp":5972173086536,"id":976,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1775579121091,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21704,"timestamp":5972173086788,"id":989,"parentId":988,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21713,"timestamp":5972173086779,"id":988,"parentId":977,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22125,"timestamp":5972173086560,"id":977,"parentId":857,"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":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21896,"timestamp":5972173086798,"id":991,"parentId":990,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21906,"timestamp":5972173086789,"id":990,"parentId":978,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22298,"timestamp":5972173086581,"id":978,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":25947,"timestamp":5972173082940,"id":974,"parentId":973,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25958,"timestamp":5972173082929,"id":973,"parentId":923,"tags":{},"startTime":1775579121088,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27673,"timestamp":5972173082310,"id":923,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/script.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":23182,"timestamp":5972173086807,"id":993,"parentId":992,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":23191,"timestamp":5972173086799,"id":992,"parentId":979,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23587,"timestamp":5972173086597,"id":979,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":23366,"timestamp":5972173086824,"id":997,"parentId":996,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23374,"timestamp":5972173086816,"id":996,"parentId":981,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23686,"timestamp":5972173086626,"id":981,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":23502,"timestamp":5972173086815,"id":995,"parentId":994,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23510,"timestamp":5972173086808,"id":994,"parentId":980,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25686,"timestamp":5972173086612,"id":980,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":25522,"timestamp":5972173086832,"id":999,"parentId":998,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25530,"timestamp":5972173086825,"id":998,"parentId":982,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25944,"timestamp":5972173086640,"id":982,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":25778,"timestamp":5972173086840,"id":1001,"parentId":1000,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25787,"timestamp":5972173086833,"id":1000,"parentId":983,"tags":{},"startTime":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26167,"timestamp":5972173086654,"id":983,"parentId":876,"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":1775579121092,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":30481,"timestamp":5972173082448,"id":932,"parentId":931,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30491,"timestamp":5972173082439,"id":931,"parentId":899,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38514,"timestamp":5972173081338,"id":899,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1775579121086,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":41299,"timestamp":5972173081707,"id":902,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":41262,"timestamp":5972173081758,"id":903,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":41228,"timestamp":5972173081800,"id":904,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44596,"timestamp":5972173082130,"id":912,"parentId":911,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45416,"timestamp":5972173082118,"id":911,"parentId":858,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45212,"timestamp":5972173082327,"id":924,"parentId":913,"tags":{},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":92,"timestamp":5972173127573,"id":1002,"parentId":913,"tags":{},"startTime":1775579121133,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45846,"timestamp":5972173082141,"id":913,"parentId":855,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":54229,"timestamp":5972173081847,"id":905,"parentId":833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":54200,"timestamp":5972173081892,"id":906,"parentId":835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":54170,"timestamp":5972173081947,"id":907,"parentId":836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":59956,"timestamp":5972173082032,"id":909,"parentId":839,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":60009,"timestamp":5972173081992,"id":908,"parentId":837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":65438,"timestamp":5972173082074,"id":910,"parentId":838,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"app-pages-browser"},"startTime":1775579121087,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3135,"timestamp":5972173152753,"id":1010,"parentId":1009,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3164,"timestamp":5972173152732,"id":1009,"parentId":1004,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4130,"timestamp":5972173152511,"id":1004,"parentId":873,"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":1775579121157,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3967,"timestamp":5972173152729,"id":1008,"parentId":1007,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4034,"timestamp":5972173152664,"id":1007,"parentId":1003,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4675,"timestamp":5972173152415,"id":1003,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1775579121157,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4334,"timestamp":5972173152764,"id":1012,"parentId":1011,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4344,"timestamp":5972173152754,"id":1011,"parentId":1005,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5697,"timestamp":5972173152548,"id":1005,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1775579121157,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5480,"timestamp":5972173152773,"id":1014,"parentId":1013,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5489,"timestamp":5972173152765,"id":1013,"parentId":1006,"tags":{},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6559,"timestamp":5972173152570,"id":1006,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1775579121158,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1231,"timestamp":5972173163009,"id":1031,"parentId":1030,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1257,"timestamp":5972173162984,"id":1030,"parentId":1015,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2442,"timestamp":5972173162290,"id":1015,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1720,"timestamp":5972173163021,"id":1033,"parentId":1032,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1731,"timestamp":5972173163011,"id":1032,"parentId":1016,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2744,"timestamp":5972173162337,"id":1016,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2058,"timestamp":5972173163031,"id":1035,"parentId":1034,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2067,"timestamp":5972173163022,"id":1034,"parentId":1017,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3492,"timestamp":5972173162361,"id":1017,"parentId":874,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2816,"timestamp":5972173163057,"id":1041,"parentId":1040,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2825,"timestamp":5972173163049,"id":1040,"parentId":1020,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3721,"timestamp":5972173162416,"id":1020,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3786,"timestamp":5972173163065,"id":1043,"parentId":1042,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3795,"timestamp":5972173163058,"id":1042,"parentId":1021,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4934,"timestamp":5972173162432,"id":1021,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4339,"timestamp":5972173163040,"id":1037,"parentId":1036,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4348,"timestamp":5972173163032,"id":1036,"parentId":1018,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5909,"timestamp":5972173162380,"id":1018,"parentId":875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5249,"timestamp":5972173163048,"id":1039,"parentId":1038,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5258,"timestamp":5972173163040,"id":1038,"parentId":1019,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6118,"timestamp":5972173162398,"id":1019,"parentId":875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5424,"timestamp":5972173163099,"id":1051,"parentId":1050,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5432,"timestamp":5972173163092,"id":1050,"parentId":1028,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6111,"timestamp":5972173162603,"id":1028,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6165,"timestamp":5972173163091,"id":1049,"parentId":1048,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6175,"timestamp":5972173163083,"id":1048,"parentId":1027,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6842,"timestamp":5972173162589,"id":1027,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7323,"timestamp":5972173163082,"id":1047,"parentId":1046,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7332,"timestamp":5972173163074,"id":1046,"parentId":1023,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8269,"timestamp":5972173162465,"id":1023,"parentId":877,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7900,"timestamp":5972173163074,"id":1045,"parentId":1044,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7910,"timestamp":5972173163066,"id":1044,"parentId":1022,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9124,"timestamp":5972173162449,"id":1022,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7431,"timestamp":5972173164150,"id":1060,"parentId":1059,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7441,"timestamp":5972173164141,"id":1059,"parentId":1053,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7712,"timestamp":5972173164040,"id":1053,"parentId":876,"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":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7623,"timestamp":5972173164139,"id":1058,"parentId":1057,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7640,"timestamp":5972173164122,"id":1057,"parentId":1052,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8145,"timestamp":5972173164014,"id":1052,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8005,"timestamp":5972173164160,"id":1062,"parentId":1061,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8014,"timestamp":5972173164151,"id":1061,"parentId":1054,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8498,"timestamp":5972173164059,"id":1054,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8395,"timestamp":5972173164168,"id":1064,"parentId":1063,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8404,"timestamp":5972173164161,"id":1063,"parentId":1055,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8698,"timestamp":5972173164074,"id":1055,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8601,"timestamp":5972173164177,"id":1066,"parentId":1065,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8609,"timestamp":5972173164169,"id":1065,"parentId":1056,"tags":{},"startTime":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11283,"timestamp":5972173164101,"id":1056,"parentId":873,"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":1775579121169,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21829,"timestamp":5972173162491,"id":1025,"parentId":1024,"tags":{},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22410,"timestamp":5972173162482,"id":1024,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22157,"timestamp":5972173162739,"id":1029,"parentId":1026,"tags":{},"startTime":1775579121168,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":63,"timestamp":5972173184903,"id":1152,"parentId":1026,"tags":{},"startTime":1775579121190,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22805,"timestamp":5972173162549,"id":1026,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1775579121167,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3522,"timestamp":5972173183087,"id":1105,"parentId":1104,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3533,"timestamp":5972173183078,"id":1104,"parentId":1069,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7220,"timestamp":5972173179857,"id":1069,"parentId":873,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4025,"timestamp":5972173183063,"id":1101,"parentId":1100,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4052,"timestamp":5972173183037,"id":1100,"parentId":1067,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":7628,"timestamp":5972173179770,"id":1067,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4328,"timestamp":5972173183077,"id":1103,"parentId":1102,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4340,"timestamp":5972173183066,"id":1102,"parentId":1068,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8043,"timestamp":5972173179832,"id":1068,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4786,"timestamp":5972173183097,"id":1107,"parentId":1106,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4796,"timestamp":5972173183088,"id":1106,"parentId":1070,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9049,"timestamp":5972173179877,"id":1070,"parentId":876,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5828,"timestamp":5972173183106,"id":1109,"parentId":1108,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5837,"timestamp":5972173183098,"id":1108,"parentId":1071,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9295,"timestamp":5972173179896,"id":1071,"parentId":876,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6074,"timestamp":5972173183124,"id":1113,"parentId":1112,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6083,"timestamp":5972173183116,"id":1112,"parentId":1073,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9461,"timestamp":5972173179933,"id":1073,"parentId":873,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6285,"timestamp":5972173183115,"id":1111,"parentId":1110,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6293,"timestamp":5972173183107,"id":1110,"parentId":1072,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9931,"timestamp":5972173179913,"id":1072,"parentId":873,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6710,"timestamp":5972173183141,"id":1117,"parentId":1116,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6718,"timestamp":5972173183133,"id":1116,"parentId":1075,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10034,"timestamp":5972173179965,"id":1075,"parentId":876,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6855,"timestamp":5972173183150,"id":1119,"parentId":1118,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6863,"timestamp":5972173183142,"id":1118,"parentId":1076,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10241,"timestamp":5972173179983,"id":1076,"parentId":876,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7063,"timestamp":5972173183169,"id":1123,"parentId":1122,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7072,"timestamp":5972173183161,"id":1122,"parentId":1078,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10325,"timestamp":5972173180018,"id":1078,"parentId":877,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7188,"timestamp":5972173183160,"id":1121,"parentId":1120,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7197,"timestamp":5972173183151,"id":1120,"parentId":1077,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10599,"timestamp":5972173180002,"id":1077,"parentId":873,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7474,"timestamp":5972173183132,"id":1115,"parentId":1114,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7482,"timestamp":5972173183125,"id":1114,"parentId":1074,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11070,"timestamp":5972173179949,"id":1074,"parentId":873,"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":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7829,"timestamp":5972173183196,"id":1127,"parentId":1126,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7847,"timestamp":5972173183179,"id":1126,"parentId":1080,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11127,"timestamp":5972173180058,"id":1080,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7985,"timestamp":5972173183206,"id":1129,"parentId":1128,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7994,"timestamp":5972173183197,"id":1128,"parentId":1081,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11344,"timestamp":5972173180077,"id":1081,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8202,"timestamp":5972173183224,"id":1131,"parentId":1130,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8213,"timestamp":5972173183214,"id":1130,"parentId":1083,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11453,"timestamp":5972173180128,"id":1083,"parentId":880,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8408,"timestamp":5972173183178,"id":1125,"parentId":1124,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8417,"timestamp":5972173183170,"id":1124,"parentId":1079,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11842,"timestamp":5972173180042,"id":1079,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8626,"timestamp":5972173183263,"id":1135,"parentId":1134,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8643,"timestamp":5972173183247,"id":1134,"parentId":1090,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9862,"timestamp":5972173182247,"id":1090,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8838,"timestamp":5972173183283,"id":1139,"parentId":1138,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8847,"timestamp":5972173183275,"id":1138,"parentId":1092,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10055,"timestamp":5972173182321,"id":1092,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9091,"timestamp":5972173183292,"id":1141,"parentId":1140,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9099,"timestamp":5972173183284,"id":1140,"parentId":1093,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10176,"timestamp":5972173182345,"id":1093,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9227,"timestamp":5972173183299,"id":1143,"parentId":1142,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9234,"timestamp":5972173183293,"id":1142,"parentId":1094,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10329,"timestamp":5972173182361,"id":1094,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":12594,"timestamp":5972173183244,"id":1133,"parentId":1132,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":12614,"timestamp":5972173183225,"id":1132,"parentId":1084,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16777,"timestamp":5972173180141,"id":1084,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13612,"timestamp":5972173183315,"id":1147,"parentId":1146,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13620,"timestamp":5972173183308,"id":1146,"parentId":1096,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14747,"timestamp":5972173182405,"id":1096,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13833,"timestamp":5972173183330,"id":1151,"parentId":1150,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13840,"timestamp":5972173183323,"id":1150,"parentId":1098,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14859,"timestamp":5972173182438,"id":1098,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":15409,"timestamp":5972173183307,"id":1145,"parentId":1144,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":15417,"timestamp":5972173183300,"id":1144,"parentId":1095,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17381,"timestamp":5972173182383,"id":1095,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16469,"timestamp":5972173183322,"id":1149,"parentId":1148,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16476,"timestamp":5972173183316,"id":1148,"parentId":1097,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17694,"timestamp":5972173182419,"id":1097,"parentId":923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16850,"timestamp":5972173183274,"id":1137,"parentId":1136,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16860,"timestamp":5972173183265,"id":1136,"parentId":1091,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19251,"timestamp":5972173182296,"id":1091,"parentId":918,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":15484,"timestamp":5972173186073,"id":1166,"parentId":1165,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":15492,"timestamp":5972173186065,"id":1165,"parentId":1155,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15931,"timestamp":5972173185861,"id":1155,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":15735,"timestamp":5972173186064,"id":1164,"parentId":1163,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":15744,"timestamp":5972173186055,"id":1163,"parentId":1154,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16164,"timestamp":5972173185840,"id":1154,"parentId":914,"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":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":15931,"timestamp":5972173186080,"id":1168,"parentId":1167,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":15938,"timestamp":5972173186074,"id":1167,"parentId":1156,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16288,"timestamp":5972173185877,"id":1156,"parentId":981,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16118,"timestamp":5972173186054,"id":1162,"parentId":1161,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16138,"timestamp":5972173186035,"id":1161,"parentId":1153,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16921,"timestamp":5972173185803,"id":1153,"parentId":977,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16643,"timestamp":5972173186088,"id":1170,"parentId":1169,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16651,"timestamp":5972173186081,"id":1169,"parentId":1157,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17187,"timestamp":5972173185891,"id":1157,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":16946,"timestamp":5972173186138,"id":1174,"parentId":1173,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":16988,"timestamp":5972173186096,"id":1173,"parentId":1159,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17376,"timestamp":5972173185940,"id":1159,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":17227,"timestamp":5972173186096,"id":1172,"parentId":1171,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":17234,"timestamp":5972173186089,"id":1171,"parentId":1158,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17624,"timestamp":5972173185906,"id":1158,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":17399,"timestamp":5972173186148,"id":1176,"parentId":1175,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":17409,"timestamp":5972173186139,"id":1175,"parentId":1160,"tags":{},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17792,"timestamp":5972173185982,"id":1160,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1775579121191,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2429,"timestamp":5972173205294,"id":1182,"parentId":1181,"tags":{},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2457,"timestamp":5972173205270,"id":1181,"parentId":1177,"tags":{},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3783,"timestamp":5972173204560,"id":1177,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3042,"timestamp":5972173205309,"id":1184,"parentId":1183,"tags":{},"startTime":1775579121210,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":3055,"timestamp":5972173205297,"id":1183,"parentId":1180,"tags":{},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4202,"timestamp":5972173204642,"id":1180,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js","layer":null},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29291,"timestamp":5972173182212,"id":1087,"parentId":1086,"tags":{},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29530,"timestamp":5972173182189,"id":1086,"parentId":867,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/jsx-runtime.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28808,"timestamp":5972173182919,"id":1099,"parentId":1082,"tags":{},"startTime":1775579121188,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173211732,"id":1206,"parentId":1082,"tags":{},"startTime":1775579121217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31851,"timestamp":5972173180090,"id":1082,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29710,"timestamp":5972173182237,"id":1089,"parentId":1088,"tags":{},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29892,"timestamp":5972173182222,"id":1088,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/client.js","layer":null},"startTime":1775579121187,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2599,"timestamp":5972173210635,"id":1197,"parentId":1196,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2608,"timestamp":5972173210627,"id":1196,"parentId":1187,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3207,"timestamp":5972173210190,"id":1187,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4506,"timestamp":5972173210613,"id":1193,"parentId":1192,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4533,"timestamp":5972173210590,"id":1192,"parentId":1185,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5374,"timestamp":5972173210118,"id":1185,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4846,"timestamp":5972173210655,"id":1201,"parentId":1200,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4855,"timestamp":5972173210647,"id":1200,"parentId":1189,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5478,"timestamp":5972173210223,"id":1189,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5050,"timestamp":5972173210664,"id":1203,"parentId":1202,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5058,"timestamp":5972173210656,"id":1202,"parentId":1190,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5612,"timestamp":5972173210239,"id":1190,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":5266,"timestamp":5972173210625,"id":1195,"parentId":1194,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":5277,"timestamp":5972173210615,"id":1194,"parentId":1186,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6218,"timestamp":5972173210169,"id":1186,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6211,"timestamp":5972173210646,"id":1199,"parentId":1198,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6223,"timestamp":5972173210636,"id":1198,"parentId":1188,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":7514,"timestamp":5972173210207,"id":1188,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7058,"timestamp":5972173210671,"id":1205,"parentId":1204,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7066,"timestamp":5972173210665,"id":1204,"parentId":1191,"tags":{},"startTime":1775579121216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8182,"timestamp":5972173210254,"id":1191,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1775579121215,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":351,"timestamp":5972173221747,"id":1256,"parentId":1255,"tags":{},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8928,"timestamp":5972173214406,"id":1234,"parentId":1233,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8940,"timestamp":5972173214397,"id":1233,"parentId":1208,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9926,"timestamp":5972173213767,"id":1208,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9280,"timestamp":5972173214424,"id":1238,"parentId":1237,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9289,"timestamp":5972173214415,"id":1237,"parentId":1210,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10220,"timestamp":5972173213808,"id":1210,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9633,"timestamp":5972173214415,"id":1236,"parentId":1235,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9642,"timestamp":5972173214407,"id":1235,"parentId":1209,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10478,"timestamp":5972173213790,"id":1209,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9879,"timestamp":5972173214395,"id":1232,"parentId":1231,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9899,"timestamp":5972173214376,"id":1231,"parentId":1207,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10925,"timestamp":5972173213738,"id":1207,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10230,"timestamp":5972173214441,"id":1242,"parentId":1241,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10238,"timestamp":5972173214433,"id":1241,"parentId":1220,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10723,"timestamp":5972173214077,"id":1220,"parentId":1016,"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":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10375,"timestamp":5972173214432,"id":1240,"parentId":1239,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10383,"timestamp":5972173214425,"id":1239,"parentId":1211,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11085,"timestamp":5972173213825,"id":1211,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10412,"timestamp":5972173214512,"id":1246,"parentId":1245,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10440,"timestamp":5972173214485,"id":1245,"parentId":1222,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":11547,"timestamp":5972173214143,"id":1222,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11164,"timestamp":5972173214541,"id":1248,"parentId":1247,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11193,"timestamp":5972173214513,"id":1247,"parentId":1223,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":12001,"timestamp":5972173214183,"id":1223,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11725,"timestamp":5972173214483,"id":1244,"parentId":1243,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11768,"timestamp":5972173214442,"id":1243,"parentId":1221,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":12935,"timestamp":5972173214099,"id":1221,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":12753,"timestamp":5972173214589,"id":1254,"parentId":1253,"tags":{},"startTime":1775579121220,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":12762,"timestamp":5972173214582,"id":1253,"parentId":1230,"tags":{},"startTime":1775579121220,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13166,"timestamp":5972173214302,"id":1230,"parentId":1006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":12924,"timestamp":5972173214550,"id":1250,"parentId":1249,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":12933,"timestamp":5972173214542,"id":1249,"parentId":1224,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13632,"timestamp":5972173214224,"id":1224,"parentId":1005,"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":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":13765,"timestamp":5972173214581,"id":1252,"parentId":1251,"tags":{},"startTime":1775579121220,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":13796,"timestamp":5972173214551,"id":1251,"parentId":1229,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":14383,"timestamp":5972173214266,"id":1229,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24025,"timestamp":5972173204631,"id":1179,"parentId":1178,"tags":{},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24149,"timestamp":5972173204617,"id":1178,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1775579121210,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9395,"timestamp":5972173222971,"id":1273,"parentId":1272,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9406,"timestamp":5972173222963,"id":1272,"parentId":1260,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10818,"timestamp":5972173221852,"id":1260,"parentId":1018,"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":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9737,"timestamp":5972173222943,"id":1269,"parentId":1268,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9749,"timestamp":5972173222932,"id":1268,"parentId":1258,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11197,"timestamp":5972173221809,"id":1258,"parentId":1018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10051,"timestamp":5972173222962,"id":1271,"parentId":1270,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10070,"timestamp":5972173222944,"id":1270,"parentId":1259,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11389,"timestamp":5972173221832,"id":1259,"parentId":1018,"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":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10292,"timestamp":5972173222992,"id":1277,"parentId":1276,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10305,"timestamp":5972173222980,"id":1276,"parentId":1262,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11323,"timestamp":5972173222062,"id":1262,"parentId":1084,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10412,"timestamp":5972173222979,"id":1275,"parentId":1274,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10420,"timestamp":5972173222972,"id":1274,"parentId":1261,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11645,"timestamp":5972173221870,"id":1261,"parentId":1019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10590,"timestamp":5972173222930,"id":1267,"parentId":1266,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10631,"timestamp":5972173222890,"id":1266,"parentId":1257,"tags":{},"startTime":1775579121228,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":12581,"timestamp":5972173221752,"id":1257,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27762,"timestamp":5972173213851,"id":1213,"parentId":1212,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27921,"timestamp":5972173213839,"id":1212,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/index.js","layer":null},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27720,"timestamp":5972173214049,"id":1217,"parentId":1216,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27928,"timestamp":5972173214041,"id":1216,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27910,"timestamp":5972173214063,"id":1219,"parentId":1218,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27958,"timestamp":5972173214054,"id":1218,"parentId":857,"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":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27778,"timestamp":5972173214249,"id":1226,"parentId":1225,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27931,"timestamp":5972173214240,"id":1225,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27913,"timestamp":5972173214262,"id":1228,"parentId":1227,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27976,"timestamp":5972173214255,"id":1227,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28204,"timestamp":5972173214035,"id":1215,"parentId":1214,"tags":{},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28548,"timestamp":5972173213859,"id":1214,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1775579121219,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2632,"timestamp":5972173239876,"id":1312,"parentId":1311,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2640,"timestamp":5972173239868,"id":1311,"parentId":1284,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":3918,"timestamp":5972173238783,"id":1284,"parentId":1067,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2863,"timestamp":5972173239846,"id":1306,"parentId":1305,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2889,"timestamp":5972173239821,"id":1305,"parentId":1281,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4389,"timestamp":5972173238712,"id":1281,"parentId":1067,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3245,"timestamp":5972173239868,"id":1310,"parentId":1309,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3254,"timestamp":5972173239859,"id":1309,"parentId":1283,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4715,"timestamp":5972173238760,"id":1283,"parentId":1070,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7494,"timestamp":5972173239884,"id":1314,"parentId":1313,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7503,"timestamp":5972173239877,"id":1313,"parentId":1285,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8760,"timestamp":5972173238804,"id":1285,"parentId":1081,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7712,"timestamp":5972173239858,"id":1308,"parentId":1307,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7723,"timestamp":5972173239849,"id":1307,"parentId":1282,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9096,"timestamp":5972173238740,"id":1282,"parentId":1081,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7951,"timestamp":5972173239892,"id":1316,"parentId":1315,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7959,"timestamp":5972173239885,"id":1315,"parentId":1286,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9225,"timestamp":5972173238817,"id":1286,"parentId":1070,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8152,"timestamp":5972173239900,"id":1318,"parentId":1317,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8160,"timestamp":5972173239893,"id":1317,"parentId":1287,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9868,"timestamp":5972173238833,"id":1287,"parentId":1074,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8778,"timestamp":5972173239935,"id":1324,"parentId":1323,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8786,"timestamp":5972173239928,"id":1323,"parentId":1290,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10272,"timestamp":5972173238895,"id":1290,"parentId":1074,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9264,"timestamp":5972173239913,"id":1320,"parentId":1319,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9277,"timestamp":5972173239901,"id":1319,"parentId":1288,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10809,"timestamp":5972173238851,"id":1288,"parentId":1074,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":9741,"timestamp":5972173239927,"id":1322,"parentId":1321,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":9749,"timestamp":5972173239919,"id":1321,"parentId":1289,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11383,"timestamp":5972173238866,"id":1289,"parentId":1074,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10274,"timestamp":5972173239982,"id":1328,"parentId":1327,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10283,"timestamp":5972173239974,"id":1327,"parentId":1292,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11474,"timestamp":5972173238956,"id":1292,"parentId":1091,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10446,"timestamp":5972173239989,"id":1330,"parentId":1329,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10453,"timestamp":5972173239983,"id":1329,"parentId":1293,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11692,"timestamp":5972173238968,"id":1293,"parentId":1084,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10669,"timestamp":5972173239997,"id":1332,"parentId":1331,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10676,"timestamp":5972173239990,"id":1331,"parentId":1294,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11787,"timestamp":5972173238983,"id":1294,"parentId":1084,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":10809,"timestamp":5972173239973,"id":1326,"parentId":1325,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":10846,"timestamp":5972173239936,"id":1325,"parentId":1291,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11259,"timestamp":5972173240011,"id":1336,"parentId":1335,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11266,"timestamp":5972173240005,"id":1335,"parentId":1296,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12328,"timestamp":5972173239007,"id":1296,"parentId":1095,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":11336,"timestamp":5972173240004,"id":1334,"parentId":1333,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":11343,"timestamp":5972173239998,"id":1333,"parentId":1295,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12438,"timestamp":5972173238995,"id":1295,"parentId":1084,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32096,"timestamp":5972173222085,"id":1264,"parentId":1263,"tags":{},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32316,"timestamp":5972173222077,"id":1263,"parentId":923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/index.js","layer":null},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":14386,"timestamp":5972173240027,"id":1340,"parentId":1339,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":14394,"timestamp":5972173240020,"id":1339,"parentId":1298,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15531,"timestamp":5972173239036,"id":1298,"parentId":1153,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":14554,"timestamp":5972173240019,"id":1338,"parentId":1337,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":14562,"timestamp":5972173240012,"id":1337,"parentId":1297,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15736,"timestamp":5972173239019,"id":1297,"parentId":1153,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":14726,"timestamp":5972173240035,"id":1342,"parentId":1341,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":14733,"timestamp":5972173240028,"id":1341,"parentId":1299,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15850,"timestamp":5972173239050,"id":1299,"parentId":1153,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8718,"timestamp":5972173246304,"id":1355,"parentId":1354,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8738,"timestamp":5972173246285,"id":1354,"parentId":1343,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9651,"timestamp":5972173245512,"id":1343,"parentId":1220,"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":1775579121250,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8854,"timestamp":5972173246315,"id":1357,"parentId":1356,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8863,"timestamp":5972173246306,"id":1356,"parentId":1344,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9827,"timestamp":5972173245552,"id":1344,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":null},"startTime":1775579121250,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":12148,"timestamp":5972173246326,"id":1359,"parentId":1358,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":12160,"timestamp":5972173246316,"id":1358,"parentId":1345,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14923,"timestamp":5972173245573,"id":1345,"parentId":1180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":null},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29142,"timestamp":5972173231624,"id":1279,"parentId":1278,"tags":{},"startTime":1775579121237,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972173260772,"id":1374,"parentId":1278,"tags":{},"startTime":1775579121266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32071,"timestamp":5972173230430,"id":1278,"parentId":1017,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1775579121235,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":25500,"timestamp":5972173238915,"id":1291,"parentId":903,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":6941,"timestamp":5972173257488,"id":1367,"parentId":1366,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":6972,"timestamp":5972173257461,"id":1366,"parentId":1360,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9110,"timestamp":5972173256096,"id":1360,"parentId":1055,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1775579121261,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":7689,"timestamp":5972173257549,"id":1371,"parentId":1370,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":7718,"timestamp":5972173257522,"id":1370,"parentId":1362,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8430,"timestamp":5972173257521,"id":1369,"parentId":1368,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8462,"timestamp":5972173257490,"id":1368,"parentId":1361,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":8879,"timestamp":5972173257580,"id":1373,"parentId":1372,"tags":{},"startTime":1775579121263,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":8910,"timestamp":5972173257550,"id":1372,"parentId":1363,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":264355,"timestamp":5972173239072,"id":1301,"parentId":1300,"tags":{},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":265285,"timestamp":5972173239065,"id":1300,"parentId":1028,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":264684,"timestamp":5972173239682,"id":1304,"parentId":1302,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":50,"timestamp":5972173504379,"id":1429,"parentId":1302,"tags":{},"startTime":1775579121509,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":265913,"timestamp":5972173239081,"id":1302,"parentId":1076,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":265336,"timestamp":5972173239673,"id":1303,"parentId":1280,"tags":{},"startTime":1775579121245,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":48,"timestamp":5972173505014,"id":1430,"parentId":1280,"tags":{},"startTime":1775579121510,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":266640,"timestamp":5972173238652,"id":1280,"parentId":1021,"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":1775579121244,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":242021,"timestamp":5972173263614,"id":1399,"parentId":1398,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":242045,"timestamp":5972173263591,"id":1398,"parentId":1375,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":242889,"timestamp":5972173262941,"id":1375,"parentId":1281,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":242207,"timestamp":5972173263635,"id":1403,"parentId":1402,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":242216,"timestamp":5972173263627,"id":1402,"parentId":1379,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":242992,"timestamp":5972173263029,"id":1379,"parentId":1188,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":242387,"timestamp":5972173263643,"id":1405,"parentId":1404,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":242395,"timestamp":5972173263636,"id":1404,"parentId":1382,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":243122,"timestamp":5972173263061,"id":1382,"parentId":1006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":242564,"timestamp":5972173263626,"id":1401,"parentId":1400,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":242576,"timestamp":5972173263615,"id":1400,"parentId":1378,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":243295,"timestamp":5972173263001,"id":1378,"parentId":1189,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":244945,"timestamp":5972173263671,"id":1407,"parentId":1406,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":244975,"timestamp":5972173263644,"id":1406,"parentId":1384,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":245338,"timestamp":5972173263696,"id":1413,"parentId":1412,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":245347,"timestamp":5972173263688,"id":1412,"parentId":1389,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":246195,"timestamp":5972173263193,"id":1389,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":245709,"timestamp":5972173263687,"id":1411,"parentId":1410,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":245716,"timestamp":5972173263680,"id":1410,"parentId":1388,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":246639,"timestamp":5972173263177,"id":1388,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":246117,"timestamp":5972173263715,"id":1417,"parentId":1416,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":246125,"timestamp":5972173263708,"id":1416,"parentId":1391,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":246918,"timestamp":5972173263226,"id":1391,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":246451,"timestamp":5972173263704,"id":1415,"parentId":1414,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":246458,"timestamp":5972173263697,"id":1414,"parentId":1390,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":247449,"timestamp":5972173263210,"id":1390,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":246948,"timestamp":5972173263723,"id":1419,"parentId":1418,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":246956,"timestamp":5972173263716,"id":1418,"parentId":1392,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":247884,"timestamp":5972173263241,"id":1392,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":247401,"timestamp":5972173263738,"id":1423,"parentId":1422,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":247413,"timestamp":5972173263731,"id":1422,"parentId":1394,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":247992,"timestamp":5972173263277,"id":1394,"parentId":1208,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":247596,"timestamp":5972173263679,"id":1409,"parentId":1408,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":247605,"timestamp":5972173263672,"id":1408,"parentId":1387,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":249249,"timestamp":5972173263160,"id":1387,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":248964,"timestamp":5972173263746,"id":1425,"parentId":1424,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":248972,"timestamp":5972173263739,"id":1424,"parentId":1395,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":249578,"timestamp":5972173263291,"id":1395,"parentId":1208,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":249144,"timestamp":5972173263730,"id":1421,"parentId":1420,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":249152,"timestamp":5972173263723,"id":1420,"parentId":1393,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":250366,"timestamp":5972173263261,"id":1393,"parentId":1224,"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":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":249879,"timestamp":5972173263753,"id":1427,"parentId":1426,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":249886,"timestamp":5972173263746,"id":1426,"parentId":1396,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":250443,"timestamp":5972173263304,"id":1396,"parentId":1207,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":268486,"timestamp":5972173245724,"id":1347,"parentId":1346,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":268925,"timestamp":5972173245591,"id":1346,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":268327,"timestamp":5972173246201,"id":1352,"parentId":1350,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173514535,"id":1433,"parentId":1350,"tags":{},"startTime":1775579121519,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":268931,"timestamp":5972173245748,"id":1350,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":268942,"timestamp":5972173245743,"id":1349,"parentId":1348,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":269344,"timestamp":5972173245733,"id":1348,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":268877,"timestamp":5972173246203,"id":1353,"parentId":1351,"tags":{},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173515084,"id":1434,"parentId":1351,"tags":{},"startTime":1775579121520,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":269431,"timestamp":5972173245950,"id":1351,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1775579121251,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":263952,"timestamp":5972173256134,"id":1361,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/capital-flow.tsx","layer":"app-pages-browser"},"startTime":1775579121261,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":263917,"timestamp":5972173256177,"id":1362,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/score-radar.tsx","layer":"app-pages-browser"},"startTime":1775579121261,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":263425,"timestamp":5972173257330,"id":1365,"parentId":1364,"tags":{},"startTime":1775579121262,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":92,"timestamp":5972173520764,"id":1438,"parentId":1364,"tags":{},"startTime":1775579121526,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":264899,"timestamp":5972173256252,"id":1364,"parentId":1017,"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":1775579121261,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3472,"timestamp":5972173517904,"id":1437,"parentId":1436,"tags":{},"startTime":1775579121523,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3501,"timestamp":5972173517876,"id":1436,"parentId":1435,"tags":{},"startTime":1775579121523,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4298,"timestamp":5972173517415,"id":1435,"parentId":1345,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":null},"startTime":1775579121522,"traceId":"0d955a0204df87b9"},{"name":"build-module-tsx","duration":267403,"timestamp":5972173256213,"id":1363,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/kline-chart.tsx","layer":"app-pages-browser"},"startTime":1775579121261,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":261377,"timestamp":5972173263052,"id":1381,"parentId":1380,"tags":{},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":261707,"timestamp":5972173263045,"id":1380,"parentId":1086,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":261765,"timestamp":5972173262992,"id":1377,"parentId":1376,"tags":{},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":262536,"timestamp":5972173262981,"id":1376,"parentId":1188,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":261965,"timestamp":5972173263557,"id":1397,"parentId":1383,"tags":{},"startTime":1775579121269,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972173525528,"id":1452,"parentId":1383,"tags":{},"startTime":1775579121530,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":262715,"timestamp":5972173263076,"id":1383,"parentId":901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":262980,"timestamp":5972173263155,"id":1386,"parentId":1385,"tags":{},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":265187,"timestamp":5972173263148,"id":1385,"parentId":919,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"build-module-ts","duration":267183,"timestamp":5972173263113,"id":1384,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1775579121268,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":21581,"timestamp":5972173523496,"id":1451,"parentId":1450,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21608,"timestamp":5972173523471,"id":1450,"parentId":1439,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22847,"timestamp":5972173522589,"id":1439,"parentId":1261,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"postcss-process","duration":182020,"timestamp":5972173426313,"id":1428,"parentId":1265,"tags":{},"startTime":1775579121431,"traceId":"0d955a0204df87b9"},{"name":"postcss-loader","duration":386206,"timestamp":5972173222166,"id":1265,"parentId":1255,"tags":{},"startTime":1775579121227,"traceId":"0d955a0204df87b9"},{"name":"css-loader","duration":20083,"timestamp":5972173608512,"id":1462,"parentId":1255,"tags":{"astUsed":"true"},"startTime":1775579121613,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":122394,"timestamp":5972173507155,"id":1432,"parentId":1431,"tags":{},"startTime":1775579121512,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":127353,"timestamp":5972173507123,"id":1431,"parentId":1212,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1775579121512,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":656794,"timestamp":5972172979306,"id":820,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":657094,"timestamp":5972172979323,"id":822,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":107360,"timestamp":5972173529679,"id":1457,"parentId":1456,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":107384,"timestamp":5972173529657,"id":1456,"parentId":1453,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":108421,"timestamp":5972173528980,"id":1453,"parentId":1298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1775579121534,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":107711,"timestamp":5972173529701,"id":1461,"parentId":1460,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":107721,"timestamp":5972173529692,"id":1460,"parentId":1455,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":108675,"timestamp":5972173529041,"id":1455,"parentId":1290,"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":1775579121534,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":108033,"timestamp":5972173529691,"id":1459,"parentId":1458,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":108043,"timestamp":5972173529682,"id":1458,"parentId":1454,"tags":{},"startTime":1775579121535,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":108854,"timestamp":5972173529021,"id":1454,"parentId":1297,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1775579121534,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2405,"timestamp":5972173636523,"id":1474,"parentId":1473,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2436,"timestamp":5972173636492,"id":1473,"parentId":1464,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2967,"timestamp":5972173636276,"id":1464,"parentId":1278,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2714,"timestamp":5972173636536,"id":1476,"parentId":1475,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2725,"timestamp":5972173636525,"id":1475,"parentId":1465,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3181,"timestamp":5972173636306,"id":1465,"parentId":1278,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2938,"timestamp":5972173636555,"id":1480,"parentId":1479,"tags":{},"startTime":1775579121642,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2946,"timestamp":5972173636547,"id":1479,"parentId":1469,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3417,"timestamp":5972173636366,"id":1469,"parentId":1300,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3244,"timestamp":5972173636546,"id":1478,"parentId":1477,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3253,"timestamp":5972173636537,"id":1477,"parentId":1466,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3613,"timestamp":5972173636327,"id":1466,"parentId":1345,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":null},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":117466,"timestamp":5972173522755,"id":1446,"parentId":1445,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":119323,"timestamp":5972173522746,"id":1445,"parentId":1227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.production.min.js","layer":"app-pages-browser"},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":118644,"timestamp":5972173523434,"id":1449,"parentId":1442,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173642085,"id":1512,"parentId":1442,"tags":{},"startTime":1775579121647,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":119552,"timestamp":5972173522681,"id":1442,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":119592,"timestamp":5972173522666,"id":1441,"parentId":1440,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":119701,"timestamp":5972173522654,"id":1440,"parentId":1218,"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":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":119584,"timestamp":5972173522774,"id":1448,"parentId":1447,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":119805,"timestamp":5972173522760,"id":1447,"parentId":1214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.min.js","layer":"app-pages-browser"},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":119829,"timestamp":5972173522740,"id":1444,"parentId":1443,"tags":{},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":165314,"timestamp":5972173522732,"id":1443,"parentId":1225,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.min.js","layer":"app-pages-browser"},"startTime":1775579121528,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":51540,"timestamp":5972173636563,"id":1482,"parentId":1481,"tags":{},"startTime":1775579121642,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":51550,"timestamp":5972173636556,"id":1481,"parentId":1470,"tags":{},"startTime":1775579121642,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52062,"timestamp":5972173636383,"id":1470,"parentId":1302,"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":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":51882,"timestamp":5972173636571,"id":1484,"parentId":1483,"tags":{},"startTime":1775579121642,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":51890,"timestamp":5972173636564,"id":1483,"parentId":1471,"tags":{},"startTime":1775579121642,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52506,"timestamp":5972173636400,"id":1471,"parentId":1382,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711434,"timestamp":5972172979234,"id":819,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711342,"timestamp":5972172979333,"id":824,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711226,"timestamp":5972172979453,"id":830,"parentId":815,"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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711230,"timestamp":5972172979451,"id":828,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711242,"timestamp":5972172979447,"id":826,"parentId":815,"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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711240,"timestamp":5972172979450,"id":827,"parentId":815,"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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":711259,"timestamp":5972172979431,"id":825,"parentId":815,"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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":51957,"timestamp":5972173638749,"id":1501,"parentId":1500,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":51965,"timestamp":5972173638742,"id":1500,"parentId":1488,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52679,"timestamp":5972173638228,"id":1488,"parentId":1388,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":52172,"timestamp":5972173638741,"id":1499,"parentId":1498,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":52181,"timestamp":5972173638734,"id":1498,"parentId":1487,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52973,"timestamp":5972173638210,"id":1487,"parentId":1388,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":52469,"timestamp":5972173638722,"id":1495,"parentId":1494,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":52489,"timestamp":5972173638702,"id":1494,"parentId":1485,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53439,"timestamp":5972173638152,"id":1485,"parentId":1391,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":52834,"timestamp":5972173638765,"id":1505,"parentId":1504,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":52842,"timestamp":5972173638758,"id":1504,"parentId":1490,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53473,"timestamp":5972173638269,"id":1490,"parentId":1388,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":52991,"timestamp":5972173638757,"id":1503,"parentId":1502,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":52999,"timestamp":5972173638750,"id":1502,"parentId":1489,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53719,"timestamp":5972173638252,"id":1489,"parentId":1388,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":53204,"timestamp":5972173638772,"id":1507,"parentId":1506,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":53212,"timestamp":5972173638766,"id":1506,"parentId":1491,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53866,"timestamp":5972173638285,"id":1491,"parentId":1387,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":54014,"timestamp":5972173638780,"id":1509,"parentId":1508,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":54022,"timestamp":5972173638773,"id":1508,"parentId":1492,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":54649,"timestamp":5972173638301,"id":1492,"parentId":1387,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":54168,"timestamp":5972173638787,"id":1511,"parentId":1510,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":54175,"timestamp":5972173638781,"id":1510,"parentId":1493,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":54871,"timestamp":5972173638317,"id":1493,"parentId":1387,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":54490,"timestamp":5972173638733,"id":1497,"parentId":1496,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":54500,"timestamp":5972173638723,"id":1496,"parentId":1486,"tags":{},"startTime":1775579121644,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":56072,"timestamp":5972173638189,"id":1486,"parentId":1389,"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":1775579121643,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59191,"timestamp":5972173636430,"id":1472,"parentId":1463,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173695636,"id":1515,"parentId":1463,"tags":{},"startTime":1775579121701,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59662,"timestamp":5972173636188,"id":1463,"parentId":1278,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59508,"timestamp":5972173636354,"id":1468,"parentId":1467,"tags":{},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":87119,"timestamp":5972173636343,"id":1467,"parentId":1263,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1775579121641,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35762,"timestamp":5972173689412,"id":1514,"parentId":1513,"tags":{},"startTime":1775579121694,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36024,"timestamp":5972173689376,"id":1513,"parentId":1345,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":null},"startTime":1775579121694,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1489,"timestamp":5972173724074,"id":1519,"parentId":1518,"tags":{},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1537,"timestamp":5972173724026,"id":1518,"parentId":1516,"tags":{},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1826,"timestamp":5972173723882,"id":1516,"parentId":1469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1660,"timestamp":5972173724088,"id":1521,"parentId":1520,"tags":{},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1672,"timestamp":5972173724077,"id":1520,"parentId":1517,"tags":{},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2009,"timestamp":5972173723972,"id":1517,"parentId":1360,"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":null},"startTime":1775579121729,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":591,"timestamp":5972173726273,"id":1533,"parentId":1532,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":603,"timestamp":5972173726266,"id":1532,"parentId":1525,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":922,"timestamp":5972173726168,"id":1525,"parentId":1470,"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":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":869,"timestamp":5972173726264,"id":1531,"parentId":1530,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":878,"timestamp":5972173726256,"id":1530,"parentId":1524,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1069,"timestamp":5972173726143,"id":1524,"parentId":1469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1217,"timestamp":5972173726243,"id":1527,"parentId":1526,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1246,"timestamp":5972173726215,"id":1526,"parentId":1522,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1671,"timestamp":5972173726075,"id":1522,"parentId":1455,"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":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2471,"timestamp":5972173726255,"id":1529,"parentId":1528,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2482,"timestamp":5972173726245,"id":1528,"parentId":1523,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3633,"timestamp":5972173726121,"id":1523,"parentId":1442,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":969,"timestamp":5972173731116,"id":1538,"parentId":1537,"tags":{},"startTime":1775579121736,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":996,"timestamp":5972173731089,"id":1537,"parentId":1536,"tags":{},"startTime":1775579121736,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1987,"timestamp":5972173730241,"id":1536,"parentId":1517,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1775579121735,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6666,"timestamp":5972173726538,"id":1535,"parentId":1534,"tags":{},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8066,"timestamp":5972173726524,"id":1534,"parentId":1440,"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.production.min.js","layer":"app-pages-browser"},"startTime":1775579121731,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":885,"timestamp":5972173734987,"id":1553,"parentId":1552,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":894,"timestamp":5972173734979,"id":1552,"parentId":1542,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1214,"timestamp":5972173734841,"id":1542,"parentId":1523,"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":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1094,"timestamp":5972173734968,"id":1549,"parentId":1548,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1107,"timestamp":5972173734956,"id":1548,"parentId":1540,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1466,"timestamp":5972173734796,"id":1540,"parentId":1523,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1315,"timestamp":5972173734953,"id":1547,"parentId":1546,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1338,"timestamp":5972173734930,"id":1546,"parentId":1539,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1888,"timestamp":5972173734740,"id":1539,"parentId":1523,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3518,"timestamp":5972173734978,"id":1551,"parentId":1550,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3528,"timestamp":5972173734969,"id":1550,"parentId":1541,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4161,"timestamp":5972173734821,"id":1541,"parentId":1523,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4271,"timestamp":5972173734996,"id":1555,"parentId":1554,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4280,"timestamp":5972173734988,"id":1554,"parentId":1543,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4536,"timestamp":5972173734860,"id":1543,"parentId":1523,"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":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4387,"timestamp":5972173735015,"id":1559,"parentId":1558,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4397,"timestamp":5972173735005,"id":1558,"parentId":1545,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4651,"timestamp":5972173734897,"id":1545,"parentId":1522,"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":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":4549,"timestamp":5972173735004,"id":1557,"parentId":1556,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":4557,"timestamp":5972173734997,"id":1556,"parentId":1544,"tags":{},"startTime":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5020,"timestamp":5972173734879,"id":1544,"parentId":1523,"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":1775579121740,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2820,"timestamp":5972173738056,"id":1565,"parentId":1564,"tags":{},"startTime":1775579121743,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2831,"timestamp":5972173738046,"id":1564,"parentId":1561,"tags":{},"startTime":1775579121743,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4039,"timestamp":5972173737030,"id":1561,"parentId":1523,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1775579121742,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3030,"timestamp":5972173738044,"id":1563,"parentId":1562,"tags":{},"startTime":1775579121743,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3052,"timestamp":5972173738023,"id":1562,"parentId":1560,"tags":{},"startTime":1775579121743,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4401,"timestamp":5972173736989,"id":1560,"parentId":1523,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1775579121742,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":529,"timestamp":5972173742766,"id":1573,"parentId":1572,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":539,"timestamp":5972173742757,"id":1572,"parentId":1567,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1127,"timestamp":5972173742277,"id":1567,"parentId":1539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1775579121747,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":623,"timestamp":5972173742787,"id":1577,"parentId":1576,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":631,"timestamp":5972173742780,"id":1576,"parentId":1569,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":1190,"timestamp":5972173742314,"id":1569,"parentId":1539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1775579121747,"traceId":"0d955a0204df87b9"},{"name":"build-module-css","duration":525050,"timestamp":5972173219652,"id":1255,"parentId":1085,"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":1775579121225,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2031,"timestamp":5972173742779,"id":1575,"parentId":1574,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2044,"timestamp":5972173742767,"id":1574,"parentId":1568,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2781,"timestamp":5972173742297,"id":1568,"parentId":1539,"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":1775579121747,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2330,"timestamp":5972173742755,"id":1571,"parentId":1570,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2350,"timestamp":5972173742736,"id":1570,"parentId":1566,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3073,"timestamp":5972173742235,"id":1566,"parentId":1539,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1775579121747,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2076,"timestamp":5972173743237,"id":1584,"parentId":1583,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2090,"timestamp":5972173743224,"id":1583,"parentId":1582,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2268,"timestamp":5972173743204,"id":1582,"parentId":1560,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3185,"timestamp":5972173743152,"id":1580,"parentId":1579,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4168,"timestamp":5972173743140,"id":1579,"parentId":1344,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":null},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1112,"timestamp":5972173746229,"id":1594,"parentId":1593,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1129,"timestamp":5972173746212,"id":1593,"parentId":1591,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1342,"timestamp":5972173746162,"id":1591,"parentId":1568,"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":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4430,"timestamp":5972173743163,"id":1581,"parentId":1578,"tags":{},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972173747599,"id":1597,"parentId":1578,"tags":{},"startTime":1775579121753,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5030,"timestamp":5972173743094,"id":1578,"parentId":1361,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/index.js","layer":"app-pages-browser"},"startTime":1775579121748,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2071,"timestamp":5972173746087,"id":1590,"parentId":1589,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2081,"timestamp":5972173746077,"id":1589,"parentId":1586,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2251,"timestamp":5972173746026,"id":1586,"parentId":1569,"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":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":2207,"timestamp":5972173746076,"id":1588,"parentId":1587,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":2227,"timestamp":5972173746056,"id":1587,"parentId":1585,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2684,"timestamp":5972173745988,"id":1585,"parentId":1569,"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":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":3614,"timestamp":5972173746239,"id":1596,"parentId":1595,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":3624,"timestamp":5972173746230,"id":1595,"parentId":1592,"tags":{},"startTime":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4161,"timestamp":5972173746192,"id":1592,"parentId":1568,"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":1775579121751,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":49,"timestamp":5972173751738,"id":1602,"parentId":1600,"tags":{},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":42,"timestamp":5972173751793,"id":1605,"parentId":1600,"tags":{},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":629,"timestamp":5972173751663,"id":1600,"parentId":1592,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"next-swc-transform","duration":1537,"timestamp":5972173751768,"id":1604,"parentId":1603,"tags":{},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":1557,"timestamp":5972173751749,"id":1603,"parentId":1601,"tags":{},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":1713,"timestamp":5972173751714,"id":1601,"parentId":1592,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1775579121757,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3032,"timestamp":5972173750731,"id":1599,"parentId":1598,"tags":{},"startTime":1775579121756,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3287,"timestamp":5972173750714,"id":1598,"parentId":1255,"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":1775579121756,"traceId":"0d955a0204df87b9"},{"name":"build-module-css","duration":579356,"timestamp":5972173180155,"id":1085,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1775579121185,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6446,"timestamp":5972173753580,"id":1608,"parentId":1606,"tags":{},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173760031,"id":1624,"parentId":1606,"tags":{},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6740,"timestamp":5972173753466,"id":1606,"parentId":1485,"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":1775579121758,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6611,"timestamp":5972173753600,"id":1609,"parentId":1607,"tags":{},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173760214,"id":1625,"parentId":1607,"tags":{},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6802,"timestamp":5972173753523,"id":1607,"parentId":1485,"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":1775579121758,"traceId":"0d955a0204df87b9"},{"name":"build-module","duration":45,"timestamp":5972173760353,"id":1626,"parentId":1085,"tags":{},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":781208,"timestamp":5972172979201,"id":817,"parentId":815,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":781146,"timestamp":5972172979327,"id":823,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4902,"timestamp":5972173755660,"id":1617,"parentId":1610,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173760567,"id":1631,"parentId":1610,"tags":{},"startTime":1775579121766,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6681,"timestamp":5972173754021,"id":1610,"parentId":1443,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5032,"timestamp":5972173755676,"id":1620,"parentId":1613,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173760711,"id":1632,"parentId":1613,"tags":{},"startTime":1775579121766,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6696,"timestamp":5972173754138,"id":1613,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/renderers.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5168,"timestamp":5972173755671,"id":1619,"parentId":1612,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173760844,"id":1633,"parentId":1612,"tags":{},"startTime":1775579121766,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6884,"timestamp":5972173754103,"id":1612,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/core.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6093,"timestamp":5972173755667,"id":1618,"parentId":1611,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173761764,"id":1634,"parentId":1611,"tags":{},"startTime":1775579121767,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8075,"timestamp":5972173754066,"id":1611,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/extension.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7637,"timestamp":5972173755680,"id":1621,"parentId":1614,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173763322,"id":1635,"parentId":1614,"tags":{},"startTime":1775579121768,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9490,"timestamp":5972173754173,"id":1614,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/charts.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7984,"timestamp":5972173755686,"id":1623,"parentId":1616,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173763672,"id":1636,"parentId":1616,"tags":{},"startTime":1775579121769,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9556,"timestamp":5972173754241,"id":1616,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/features.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8118,"timestamp":5972173755683,"id":1622,"parentId":1615,"tags":{},"startTime":1775579121761,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173763803,"id":1637,"parentId":1615,"tags":{},"startTime":1775579121769,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9822,"timestamp":5972173754207,"id":1615,"parentId":1578,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/components.js","layer":"app-pages-browser"},"startTime":1775579121759,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6097,"timestamp":5972173760492,"id":1628,"parentId":1627,"tags":{},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6486,"timestamp":5972173760477,"id":1627,"parentId":1513,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/cookie/index.js","layer":null},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6464,"timestamp":5972173760506,"id":1630,"parentId":1629,"tags":{},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6562,"timestamp":5972173760498,"id":1629,"parentId":1467,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/scheduler/index.js","layer":null},"startTime":1775579121765,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":789254,"timestamp":5972172979317,"id":821,"parentId":815,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/router.js"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5286,"timestamp":5972173766557,"id":1639,"parentId":1638,"tags":{},"startTime":1775579121772,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173771849,"id":1662,"parentId":1638,"tags":{},"startTime":1775579121777,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5830,"timestamp":5972173766491,"id":1638,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api.js","layer":"app-pages-browser"},"startTime":1775579121771,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9254,"timestamp":5972173769674,"id":1646,"parentId":1640,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173778933,"id":1767,"parentId":1640,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10366,"timestamp":5972173769425,"id":1640,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.min.js","layer":"app-pages-browser"},"startTime":1775579121774,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10410,"timestamp":5972173769680,"id":1647,"parentId":1641,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173780096,"id":1768,"parentId":1641,"tags":{},"startTime":1775579121785,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10746,"timestamp":5972173769486,"id":1641,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installSVGRenderer.js","layer":"app-pages-browser"},"startTime":1775579121774,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10553,"timestamp":5972173769684,"id":1648,"parentId":1642,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173780240,"id":1769,"parentId":1642,"tags":{},"startTime":1775579121785,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10809,"timestamp":5972173769528,"id":1642,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installCanvasRenderer.js","layer":"app-pages-browser"},"startTime":1775579121774,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10641,"timestamp":5972173769700,"id":1650,"parentId":1644,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173780344,"id":1770,"parentId":1644,"tags":{},"startTime":1775579121785,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10922,"timestamp":5972173769601,"id":1644,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/impl.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10839,"timestamp":5972173769688,"id":1649,"parentId":1643,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":67,"timestamp":5972173780529,"id":1771,"parentId":1643,"tags":{},"startTime":1775579121785,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16627,"timestamp":5972173769566,"id":1643,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/echarts.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16499,"timestamp":5972173769702,"id":1651,"parentId":1645,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173786206,"id":1772,"parentId":1645,"tags":{},"startTime":1775579121791,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16785,"timestamp":5972173769635,"id":1645,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/installLabelLayout.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":809169,"timestamp":5972172979222,"id":818,"parentId":815,"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":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19086,"timestamp":5972173770283,"id":1656,"parentId":1652,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173789374,"id":1773,"parentId":1652,"tags":{},"startTime":1775579121794,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19570,"timestamp":5972173770129,"id":1652,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Component.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19436,"timestamp":5972173770288,"id":1657,"parentId":1653,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173789727,"id":1774,"parentId":1653,"tags":{},"startTime":1775579121795,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20092,"timestamp":5972173770172,"id":1653,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Chart.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20003,"timestamp":5972173770292,"id":1658,"parentId":1654,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":29,"timestamp":5972173790300,"id":1775,"parentId":1654,"tags":{},"startTime":1775579121795,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20540,"timestamp":5972173770208,"id":1654,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Component.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20457,"timestamp":5972173770296,"id":1659,"parentId":1655,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173790756,"id":1776,"parentId":1655,"tags":{},"startTime":1775579121796,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21672,"timestamp":5972173770242,"id":1655,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Series.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22408,"timestamp":5972173770461,"id":1661,"parentId":1660,"tags":{},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":51,"timestamp":5972173792878,"id":1777,"parentId":1660,"tags":{},"startTime":1775579121798,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24179,"timestamp":5972173770422,"id":1660,"parentId":1616,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/universalTransition.js","layer":"app-pages-browser"},"startTime":1775579121775,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18785,"timestamp":5972173778791,"id":1718,"parentId":1666,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173797581,"id":1778,"parentId":1666,"tags":{},"startTime":1775579121803,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20727,"timestamp":5972173777035,"id":1666,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18994,"timestamp":5972173778774,"id":1715,"parentId":1663,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173797771,"id":1779,"parentId":1663,"tags":{},"startTime":1775579121803,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21045,"timestamp":5972173776905,"id":1663,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20894,"timestamp":5972173778782,"id":1716,"parentId":1664,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173799681,"id":1780,"parentId":1664,"tags":{},"startTime":1775579121805,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22984,"timestamp":5972173776961,"id":1664,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21169,"timestamp":5972173778786,"id":1717,"parentId":1665,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173799963,"id":1781,"parentId":1665,"tags":{},"startTime":1775579121805,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23212,"timestamp":5972173776999,"id":1665,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/installPictorialBar.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21424,"timestamp":5972173778794,"id":1719,"parentId":1667,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173800222,"id":1782,"parentId":1667,"tags":{},"startTime":1775579121805,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23301,"timestamp":5972173777070,"id":1667,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21577,"timestamp":5972173778797,"id":1720,"parentId":1668,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173800377,"id":1783,"parentId":1668,"tags":{},"startTime":1775579121805,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23392,"timestamp":5972173777104,"id":1668,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21744,"timestamp":5972173778801,"id":1721,"parentId":1669,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173800548,"id":1784,"parentId":1669,"tags":{},"startTime":1775579121805,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23530,"timestamp":5972173777138,"id":1669,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21868,"timestamp":5972173778804,"id":1722,"parentId":1670,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173800675,"id":1785,"parentId":1670,"tags":{},"startTime":1775579121806,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23604,"timestamp":5972173777172,"id":1670,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22424,"timestamp":5972173778814,"id":1726,"parentId":1674,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173801241,"id":1786,"parentId":1674,"tags":{},"startTime":1775579121806,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24047,"timestamp":5972173777307,"id":1674,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22550,"timestamp":5972173778806,"id":1723,"parentId":1671,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173801359,"id":1787,"parentId":1671,"tags":{},"startTime":1775579121806,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24268,"timestamp":5972173777206,"id":1671,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22668,"timestamp":5972173778809,"id":1724,"parentId":1672,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173801479,"id":1788,"parentId":1672,"tags":{},"startTime":1775579121806,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24325,"timestamp":5972173777240,"id":1672,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22752,"timestamp":5972173778816,"id":1727,"parentId":1675,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173801570,"id":1789,"parentId":1675,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24334,"timestamp":5972173777345,"id":1675,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22870,"timestamp":5972173778811,"id":1725,"parentId":1673,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173801683,"id":1790,"parentId":1673,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24600,"timestamp":5972173777273,"id":1673,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23049,"timestamp":5972173778828,"id":1731,"parentId":1679,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173801880,"id":1791,"parentId":1679,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24490,"timestamp":5972173777476,"id":1679,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23135,"timestamp":5972173778834,"id":1734,"parentId":1682,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173801972,"id":1792,"parentId":1682,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24464,"timestamp":5972173777596,"id":1682,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23233,"timestamp":5972173778830,"id":1732,"parentId":1680,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173802065,"id":1793,"parentId":1680,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24623,"timestamp":5972173777520,"id":1680,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23313,"timestamp":5972173778832,"id":1733,"parentId":1681,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173802148,"id":1794,"parentId":1681,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24664,"timestamp":5972173777554,"id":1681,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23383,"timestamp":5972173778837,"id":1735,"parentId":1683,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173802223,"id":1795,"parentId":1683,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24720,"timestamp":5972173777629,"id":1683,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23533,"timestamp":5972173778818,"id":1728,"parentId":1676,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972173802353,"id":1796,"parentId":1676,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25082,"timestamp":5972173777379,"id":1676,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23625,"timestamp":5972173778839,"id":1736,"parentId":1684,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972173802466,"id":1797,"parentId":1684,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24874,"timestamp":5972173777663,"id":1684,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23719,"timestamp":5972173778820,"id":1729,"parentId":1677,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173802541,"id":1798,"parentId":1677,"tags":{},"startTime":1775579121807,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25216,"timestamp":5972173777412,"id":1677,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23804,"timestamp":5972173778826,"id":1730,"parentId":1678,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173802632,"id":1799,"parentId":1678,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25272,"timestamp":5972173777443,"id":1678,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/install.js","layer":"app-pages-browser"},"startTime":1775579121782,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23877,"timestamp":5972173778843,"id":1738,"parentId":1686,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972173802723,"id":1800,"parentId":1686,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25074,"timestamp":5972173777729,"id":1686,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23970,"timestamp":5972173778841,"id":1737,"parentId":1685,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173802814,"id":1801,"parentId":1685,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25346,"timestamp":5972173777695,"id":1685,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/installSimple.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24197,"timestamp":5972173778847,"id":1740,"parentId":1688,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173803047,"id":1802,"parentId":1688,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25337,"timestamp":5972173777804,"id":1688,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24298,"timestamp":5972173778845,"id":1739,"parentId":1687,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173803146,"id":1803,"parentId":1687,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25566,"timestamp":5972173777765,"id":1687,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/polar/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24482,"timestamp":5972173778851,"id":1742,"parentId":1690,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173803336,"id":1804,"parentId":1690,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25638,"timestamp":5972173777869,"id":1690,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/singleAxis/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24653,"timestamp":5972173778857,"id":1745,"parentId":1693,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173803513,"id":1805,"parentId":1693,"tags":{},"startTime":1775579121808,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25652,"timestamp":5972173777978,"id":1693,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24779,"timestamp":5972173778853,"id":1743,"parentId":1691,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173803635,"id":1806,"parentId":1691,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25884,"timestamp":5972173777905,"id":1691,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24937,"timestamp":5972173778855,"id":1744,"parentId":1692,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173803795,"id":1807,"parentId":1692,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25943,"timestamp":5972173777941,"id":1692,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25022,"timestamp":5972173778864,"id":1748,"parentId":1696,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173803889,"id":1808,"parentId":1696,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25975,"timestamp":5972173778080,"id":1696,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":25198,"timestamp":5972173778859,"id":1746,"parentId":1694,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173804060,"id":1809,"parentId":1694,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26170,"timestamp":5972173778015,"id":1694,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25326,"timestamp":5972173778862,"id":1747,"parentId":1695,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173804190,"id":1810,"parentId":1695,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26316,"timestamp":5972173778048,"id":1695,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25523,"timestamp":5972173778849,"id":1741,"parentId":1689,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173804377,"id":1811,"parentId":1689,"tags":{},"startTime":1775579121809,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26852,"timestamp":5972173777836,"id":1689,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25823,"timestamp":5972173778870,"id":1751,"parentId":1699,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173804697,"id":1812,"parentId":1699,"tags":{},"startTime":1775579121810,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26633,"timestamp":5972173778178,"id":1699,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25949,"timestamp":5972173778866,"id":1749,"parentId":1697,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173804827,"id":1813,"parentId":1697,"tags":{},"startTime":1775579121810,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26858,"timestamp":5972173778115,"id":1697,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26103,"timestamp":5972173778874,"id":1753,"parentId":1701,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173804981,"id":1814,"parentId":1701,"tags":{},"startTime":1775579121810,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26828,"timestamp":5972173778247,"id":1701,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkLine.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26211,"timestamp":5972173778868,"id":1750,"parentId":1698,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173805081,"id":1815,"parentId":1698,"tags":{},"startTime":1775579121810,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27436,"timestamp":5972173778146,"id":1698,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/title/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26707,"timestamp":5972173778882,"id":1756,"parentId":1704,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972173805593,"id":1816,"parentId":1704,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27375,"timestamp":5972173778349,"id":1704,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendScroll.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26836,"timestamp":5972173778893,"id":1758,"parentId":1706,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173805732,"id":1817,"parentId":1706,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27369,"timestamp":5972173778445,"id":1706,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26939,"timestamp":5972173778878,"id":1755,"parentId":1703,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173805819,"id":1818,"parentId":1703,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27587,"timestamp":5972173778318,"id":1703,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/install.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27032,"timestamp":5972173778876,"id":1754,"parentId":1702,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173805910,"id":1819,"parentId":1702,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27719,"timestamp":5972173778284,"id":1702,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkArea.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27116,"timestamp":5972173778890,"id":1757,"parentId":1705,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173806009,"id":1820,"parentId":1705,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27730,"timestamp":5972173778385,"id":1705,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendPlain.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27223,"timestamp":5972173778895,"id":1759,"parentId":1707,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173806120,"id":1821,"parentId":1707,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27763,"timestamp":5972173778489,"id":1707,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27358,"timestamp":5972173778897,"id":1760,"parentId":1708,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173806258,"id":1822,"parentId":1708,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27834,"timestamp":5972173778524,"id":1708,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27489,"timestamp":5972173778872,"id":1752,"parentId":1700,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173806364,"id":1823,"parentId":1700,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28228,"timestamp":5972173778215,"id":1700,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkPoint.js","layer":"app-pages-browser"},"startTime":1775579121783,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27540,"timestamp":5972173778905,"id":1764,"parentId":1712,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173806448,"id":1824,"parentId":1712,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27854,"timestamp":5972173778665,"id":1712,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/install.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27622,"timestamp":5972173778901,"id":1762,"parentId":1710,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173806526,"id":1825,"parentId":1710,"tags":{},"startTime":1775579121811,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28004,"timestamp":5972173778596,"id":1710,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27699,"timestamp":5972173778903,"id":1763,"parentId":1711,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173806604,"id":1826,"parentId":1711,"tags":{},"startTime":1775579121812,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28051,"timestamp":5972173778632,"id":1711,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27787,"timestamp":5972173778899,"id":1761,"parentId":1709,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173806688,"id":1827,"parentId":1709,"tags":{},"startTime":1775579121812,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28200,"timestamp":5972173778559,"id":1709,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/install.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27853,"timestamp":5972173778909,"id":1766,"parentId":1714,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173806764,"id":1828,"parentId":1714,"tags":{},"startTime":1775579121812,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28230,"timestamp":5972173778733,"id":1714,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataset/install.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28075,"timestamp":5972173778907,"id":1765,"parentId":1713,"tags":{},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173806984,"id":1829,"parentId":1713,"tags":{},"startTime":1775579121812,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28358,"timestamp":5972173778701,"id":1713,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/install.js","layer":"app-pages-browser"},"startTime":1775579121784,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7287,"timestamp":5972173858649,"id":1863,"parentId":1834,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":43,"timestamp":5972173865948,"id":2014,"parentId":1834,"tags":{},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":8847,"timestamp":5972173857670,"id":1834,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/throttle.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8977,"timestamp":5972173857549,"id":1831,"parentId":1830,"tags":{},"startTime":1775579121862,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9774,"timestamp":5972173857506,"id":1830,"parentId":1629,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1775579121862,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8613,"timestamp":5972173858673,"id":1865,"parentId":1836,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173867289,"id":2015,"parentId":1836,"tags":{},"startTime":1775579121872,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9664,"timestamp":5972173857752,"id":1836,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/number.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8740,"timestamp":5972173858680,"id":1867,"parentId":1838,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173867422,"id":2016,"parentId":1838,"tags":{},"startTime":1775579121872,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":9717,"timestamp":5972173857818,"id":1838,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/graphic.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8893,"timestamp":5972173858645,"id":1862,"parentId":1833,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":42,"timestamp":5972173867541,"id":2017,"parentId":1833,"tags":{},"startTime":1775579121872,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11869,"timestamp":5972173857631,"id":1833,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesData.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10825,"timestamp":5972173858682,"id":1868,"parentId":1839,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173869511,"id":2018,"parentId":1839,"tags":{},"startTime":1775579121874,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11761,"timestamp":5972173857855,"id":1839,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/format.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10995,"timestamp":5972173858639,"id":1861,"parentId":1832,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173869637,"id":2019,"parentId":1832,"tags":{},"startTime":1775579121875,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12462,"timestamp":5972173857560,"id":1832,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Model.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11343,"timestamp":5972173858684,"id":1869,"parentId":1840,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173870029,"id":2020,"parentId":1840,"tags":{},"startTime":1775579121875,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12242,"timestamp":5972173857887,"id":1840,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/util.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11479,"timestamp":5972173858654,"id":1864,"parentId":1835,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173870136,"id":2021,"parentId":1835,"tags":{},"startTime":1775579121875,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12673,"timestamp":5972173857711,"id":1835,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/helper.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11694,"timestamp":5972173858694,"id":1873,"parentId":1844,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972173870391,"id":2022,"parentId":1844,"tags":{},"startTime":1775579121875,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13821,"timestamp":5972173858020,"id":1844,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Global.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13146,"timestamp":5972173858699,"id":1875,"parentId":1846,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173871848,"id":2023,"parentId":1846,"tags":{},"startTime":1775579121877,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14010,"timestamp":5972173858087,"id":1846,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13415,"timestamp":5972173858687,"id":1870,"parentId":1841,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173872104,"id":2024,"parentId":1841,"tags":{},"startTime":1775579121877,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14716,"timestamp":5972173857922,"id":1841,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/Axis.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13965,"timestamp":5972173858677,"id":1866,"parentId":1837,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173872645,"id":2025,"parentId":1837,"tags":{},"startTime":1775579121878,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14934,"timestamp":5972173857785,"id":1837,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/time.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":14027,"timestamp":5972173858696,"id":1874,"parentId":1845,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972173872725,"id":2026,"parentId":1845,"tags":{},"startTime":1775579121878,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14790,"timestamp":5972173858054,"id":1845,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/ExtensionAPI.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14158,"timestamp":5972173858690,"id":1871,"parentId":1842,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173872850,"id":2027,"parentId":1842,"tags":{},"startTime":1775579121878,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15173,"timestamp":5972173857953,"id":1842,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/parseGeoJson.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14422,"timestamp":5972173858709,"id":1877,"parentId":1848,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173873135,"id":2028,"parentId":1848,"tags":{},"startTime":1775579121878,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15810,"timestamp":5972173858169,"id":1848,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/OptionManager.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15301,"timestamp":5972173858692,"id":1872,"parentId":1843,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173874000,"id":2029,"parentId":1843,"tags":{},"startTime":1775579121879,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16442,"timestamp":5972173857986,"id":1843,"parentId":1644,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/log.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15723,"timestamp":5972173858712,"id":1878,"parentId":1849,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173874438,"id":2030,"parentId":1849,"tags":{},"startTime":1775579121879,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16376,"timestamp":5972173858212,"id":1849,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/innerStore.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15892,"timestamp":5972173858701,"id":1876,"parentId":1847,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":44,"timestamp":5972173874597,"id":2031,"parentId":1847,"tags":{},"startTime":1775579121880,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17572,"timestamp":5972173858124,"id":1847,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/graphic.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16987,"timestamp":5972173858715,"id":1880,"parentId":1851,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173875706,"id":2032,"parentId":1851,"tags":{},"startTime":1775579121881,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21179,"timestamp":5972173858275,"id":1851,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/states.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20749,"timestamp":5972173858714,"id":1879,"parentId":1850,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":52,"timestamp":5972173879467,"id":2033,"parentId":1850,"tags":{},"startTime":1775579121884,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22734,"timestamp":5972173858244,"id":1850,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/model.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22272,"timestamp":5972173858717,"id":1881,"parentId":1852,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173880993,"id":2034,"parentId":1852,"tags":{},"startTime":1775579121886,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23617,"timestamp":5972173858311,"id":1852,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/Scheduler.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23212,"timestamp":5972173858721,"id":1883,"parentId":1854,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173881936,"id":2035,"parentId":1854,"tags":{},"startTime":1775579121887,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24087,"timestamp":5972173858377,"id":1854,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/clazz.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23745,"timestamp":5972173858723,"id":1884,"parentId":1855,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173882472,"id":2036,"parentId":1855,"tags":{},"startTime":1775579121887,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24764,"timestamp":5972173858408,"id":1855,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/backwardCompat.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24458,"timestamp":5972173858719,"id":1882,"parentId":1853,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173883181,"id":2037,"parentId":1853,"tags":{},"startTime":1775579121888,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25202,"timestamp":5972173858342,"id":1853,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/ECEventProcessor.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24826,"timestamp":5972173858725,"id":1885,"parentId":1856,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173883556,"id":2038,"parentId":1856,"tags":{},"startTime":1775579121889,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25441,"timestamp":5972173858443,"id":1856,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataStack.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":905789,"timestamp":5972172978995,"id":816,"parentId":815,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27567,"timestamp":5972173858730,"id":1888,"parentId":1859,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173886302,"id":2039,"parentId":1859,"tags":{},"startTime":1775579121891,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28121,"timestamp":5972173858542,"id":1859,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/matrix.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27978,"timestamp":5972173858732,"id":1889,"parentId":1860,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173886714,"id":2040,"parentId":1860,"tags":{},"startTime":1775579121892,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28536,"timestamp":5972173858573,"id":1860,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/vector.js","layer":"app-pages-browser"},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28385,"timestamp":5972173858729,"id":1887,"parentId":1858,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173887117,"id":2041,"parentId":1858,"tags":{},"startTime":1775579121892,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29934,"timestamp":5972173858508,"id":1858,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/util.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29723,"timestamp":5972173858727,"id":1886,"parentId":1857,"tags":{},"startTime":1775579121864,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173888454,"id":2042,"parentId":1857,"tags":{},"startTime":1775579121893,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30853,"timestamp":5972173858476,"id":1857,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/zrender.js","layer":"app-pages-browser"},"startTime":1775579121863,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29565,"timestamp":5972173863070,"id":1925,"parentId":1890,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972173892641,"id":2043,"parentId":1890,"tags":{},"startTime":1775579121898,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31242,"timestamp":5972173861844,"id":1890,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/platform.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30007,"timestamp":5972173863086,"id":1926,"parentId":1891,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173893098,"id":2044,"parentId":1891,"tags":{},"startTime":1775579121898,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31508,"timestamp":5972173861923,"id":1891,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/env.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30339,"timestamp":5972173863097,"id":1927,"parentId":1892,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972173893441,"id":2045,"parentId":1892,"tags":{},"startTime":1775579121898,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32479,"timestamp":5972173861964,"id":1892,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/timsort.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31351,"timestamp":5972173863102,"id":1928,"parentId":1893,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173894457,"id":2046,"parentId":1893,"tags":{},"startTime":1775579121899,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32816,"timestamp":5972173862000,"id":1893,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Eventful.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31696,"timestamp":5972173863125,"id":1934,"parentId":1899,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173894825,"id":2047,"parentId":1899,"tags":{},"startTime":1775579121900,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32721,"timestamp":5972173862207,"id":1899,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/lifecycle.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31814,"timestamp":5972173863118,"id":1931,"parentId":1896,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173894935,"id":2048,"parentId":1896,"tags":{},"startTime":1775579121900,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34256,"timestamp":5972173862106,"id":1896,"parentId":1642,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Painter.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33258,"timestamp":5972173863113,"id":1930,"parentId":1895,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173896376,"id":2049,"parentId":1895,"tags":{},"startTime":1775579121901,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35518,"timestamp":5972173862071,"id":1895,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/graphic.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34474,"timestamp":5972173863120,"id":1932,"parentId":1897,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173897598,"id":2050,"parentId":1897,"tags":{},"startTime":1775579121903,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35752,"timestamp":5972173862139,"id":1897,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/locale.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34776,"timestamp":5972173863123,"id":1933,"parentId":1898,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173897904,"id":2051,"parentId":1898,"tags":{},"startTime":1775579121903,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35855,"timestamp":5972173862175,"id":1898,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/event.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34924,"timestamp":5972173863110,"id":1929,"parentId":1894,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972173898038,"id":2052,"parentId":1894,"tags":{},"startTime":1775579121903,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37206,"timestamp":5972173862036,"id":1894,"parentId":1638,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/color.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36114,"timestamp":5972173863133,"id":1937,"parentId":1902,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173899251,"id":2053,"parentId":1902,"tags":{},"startTime":1775579121904,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37369,"timestamp":5972173862307,"id":1902,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/style.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36553,"timestamp":5972173863128,"id":1935,"parentId":1900,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173899684,"id":2054,"parentId":1900,"tags":{},"startTime":1775579121905,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38468,"timestamp":5972173862243,"id":1900,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/LabelManager.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37585,"timestamp":5972173863131,"id":1936,"parentId":1901,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173900719,"id":2055,"parentId":1901,"tags":{},"startTime":1775579121906,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39133,"timestamp":5972173862275,"id":1901,"parentId":1641,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/Painter.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38277,"timestamp":5972173863135,"id":1938,"parentId":1903,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173901416,"id":2056,"parentId":1903,"tags":{},"startTime":1775579121906,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39306,"timestamp":5972173862338,"id":1903,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/symbol.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38607,"timestamp":5972173863137,"id":1939,"parentId":1904,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173901751,"id":2057,"parentId":1904,"tags":{},"startTime":1775579121907,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40158,"timestamp":5972173862370,"id":1904,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/helper.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39394,"timestamp":5972173863141,"id":1941,"parentId":1906,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173902540,"id":2058,"parentId":1906,"tags":{},"startTime":1775579121907,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40398,"timestamp":5972173862432,"id":1906,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/loading/default.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39691,"timestamp":5972173863143,"id":1942,"parentId":1907,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":28,"timestamp":5972173902838,"id":2059,"parentId":1907,"tags":{},"startTime":1775579121908,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40521,"timestamp":5972173862463,"id":1907,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/light.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39849,"timestamp":5972173863139,"id":1940,"parentId":1905,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972173902992,"id":2060,"parentId":1905,"tags":{},"startTime":1775579121908,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40713,"timestamp":5972173862401,"id":1905,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/decal.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39976,"timestamp":5972173863147,"id":1944,"parentId":1909,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173903126,"id":2061,"parentId":1909,"tags":{},"startTime":1775579121908,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40957,"timestamp":5972173862525,"id":1909,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/component.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40342,"timestamp":5972173863145,"id":1943,"parentId":1908,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173903490,"id":2062,"parentId":1908,"tags":{},"startTime":1775579121908,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41194,"timestamp":5972173862494,"id":1908,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/dark.js","layer":"app-pages-browser"},"startTime":1775579121867,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40515,"timestamp":5972173863177,"id":1948,"parentId":1913,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173903696,"id":2063,"parentId":1913,"tags":{},"startTime":1775579121909,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41453,"timestamp":5972173862667,"id":1913,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataDiffer.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40976,"timestamp":5972173863148,"id":1945,"parentId":1910,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173904130,"id":2064,"parentId":1910,"tags":{},"startTime":1775579121909,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42118,"timestamp":5972173862566,"id":1910,"parentId":1653,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/task.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41509,"timestamp":5972173863179,"id":1949,"parentId":1914,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173904692,"id":2065,"parentId":1914,"tags":{},"startTime":1775579121910,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42497,"timestamp":5972173862697,"id":1914,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/basicTransition.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42060,"timestamp":5972173863151,"id":1946,"parentId":1911,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972173905215,"id":2066,"parentId":1911,"tags":{},"startTime":1775579121910,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":43540,"timestamp":5972173862598,"id":1911,"parentId":1654,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/layout.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42983,"timestamp":5972173863162,"id":1947,"parentId":1912,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173906148,"id":2067,"parentId":1912,"tags":{},"startTime":1775579121911,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44047,"timestamp":5972173862634,"id":1912,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/morphTransitionHelper.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":43504,"timestamp":5972173863183,"id":1951,"parentId":1916,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173906691,"id":2068,"parentId":1916,"tags":{},"startTime":1775579121912,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44059,"timestamp":5972173862761,"id":1916,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataFilter.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":43640,"timestamp":5972173863185,"id":1952,"parentId":1917,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173906828,"id":2069,"parentId":1917,"tags":{},"startTime":1775579121912,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44145,"timestamp":5972173862792,"id":1917,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/negativeDataFilter.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":43759,"timestamp":5972173863181,"id":1950,"parentId":1915,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173906943,"id":2070,"parentId":1915,"tags":{},"startTime":1775579121912,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44472,"timestamp":5972173862729,"id":1915,"parentId":1655,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44017,"timestamp":5972173863187,"id":1953,"parentId":1918,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173907208,"id":2071,"parentId":1918,"tags":{},"startTime":1775579121912,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44616,"timestamp":5972173862824,"id":1918,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataSample.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44251,"timestamp":5972173863195,"id":1956,"parentId":1921,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":74,"timestamp":5972173907449,"id":2072,"parentId":1921,"tags":{},"startTime":1775579121912,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44896,"timestamp":5972173862930,"id":1921,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieSeries.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44633,"timestamp":5972173863197,"id":1957,"parentId":1922,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173907833,"id":2073,"parentId":1922,"tags":{},"startTime":1775579121913,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45180,"timestamp":5972173862960,"id":1922,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineSeries.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44955,"timestamp":5972173863191,"id":1955,"parentId":1920,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173908149,"id":2074,"parentId":1920,"tags":{},"startTime":1775579121913,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45829,"timestamp":5972173862899,"id":1920,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieView.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45543,"timestamp":5972173863189,"id":1954,"parentId":1919,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972173908735,"id":2075,"parentId":1919,"tags":{},"startTime":1775579121914,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46426,"timestamp":5972173862867,"id":1919,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/pieLayout.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":46098,"timestamp":5972173863200,"id":1958,"parentId":1923,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":88,"timestamp":5972173909301,"id":2076,"parentId":1923,"tags":{},"startTime":1775579121914,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":48506,"timestamp":5972173862991,"id":1923,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineView.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":48330,"timestamp":5972173863201,"id":1959,"parentId":1924,"tags":{},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173911537,"id":2077,"parentId":1924,"tags":{},"startTime":1775579121916,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":48731,"timestamp":5972173863022,"id":1924,"parentId":1664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarSeries.js","layer":"app-pages-browser"},"startTime":1775579121868,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":52427,"timestamp":5972173864636,"id":1987,"parentId":1963,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173917072,"id":2078,"parentId":1963,"tags":{},"startTime":1775579121922,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53523,"timestamp":5972173863934,"id":1963,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/dataSelectAction.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":52832,"timestamp":5972173864635,"id":1986,"parentId":1962,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173917471,"id":2079,"parentId":1962,"tags":{},"startTime":1775579121922,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53825,"timestamp":5972173863899,"id":1962,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":53096,"timestamp":5972173864633,"id":1985,"parentId":1961,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972173917731,"id":2080,"parentId":1961,"tags":{},"startTime":1775579121923,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55195,"timestamp":5972173863863,"id":1961,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":54423,"timestamp":5972173864640,"id":1989,"parentId":1965,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972173919067,"id":2081,"parentId":1965,"tags":{},"startTime":1775579121924,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55699,"timestamp":5972173864009,"id":1965,"parentId":1655,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceManager.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55069,"timestamp":5972173864645,"id":1992,"parentId":1968,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173919717,"id":2082,"parentId":1968,"tags":{},"startTime":1775579121925,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55774,"timestamp":5972173864120,"id":1968,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/radarLayout.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55260,"timestamp":5972173864638,"id":1988,"parentId":1964,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173919901,"id":2083,"parentId":1964,"tags":{},"startTime":1775579121925,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":56683,"timestamp":5972173863967,"id":1964,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/transform.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":56008,"timestamp":5972173864647,"id":1993,"parentId":1969,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173920658,"id":2084,"parentId":1969,"tags":{},"startTime":1775579121926,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":56644,"timestamp":5972173864152,"id":1969,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/backwardCompat.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":56170,"timestamp":5972173864629,"id":1984,"parentId":1960,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972173920803,"id":2085,"parentId":1960,"tags":{},"startTime":1775579121926,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58643,"timestamp":5972173863822,"id":1960,"parentId":1664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":57826,"timestamp":5972173864643,"id":1991,"parentId":1967,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972173922473,"id":2086,"parentId":1967,"tags":{},"startTime":1775579121927,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58673,"timestamp":5972173864088,"id":1967,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58123,"timestamp":5972173864642,"id":1990,"parentId":1966,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173922767,"id":2087,"parentId":1966,"tags":{},"startTime":1775579121928,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58932,"timestamp":5972173864044,"id":1966,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterSeries.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58325,"timestamp":5972173864654,"id":1998,"parentId":1974,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173922983,"id":2088,"parentId":1974,"tags":{},"startTime":1775579121928,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58903,"timestamp":5972173864307,"id":1974,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapDataStatistic.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58558,"timestamp":5972173864656,"id":1999,"parentId":1975,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173923216,"id":2089,"parentId":1975,"tags":{},"startTime":1775579121928,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59025,"timestamp":5972173864338,"id":1975,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapSymbolLayout.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58718,"timestamp":5972173864650,"id":1995,"parentId":1971,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173923371,"id":2090,"parentId":1971,"tags":{},"startTime":1775579121928,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59392,"timestamp":5972173864214,"id":1971,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarSeries.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58962,"timestamp":5972173864648,"id":1994,"parentId":1970,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173923613,"id":2091,"parentId":1970,"tags":{},"startTime":1775579121929,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59852,"timestamp":5972173864184,"id":1970,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59381,"timestamp":5972173864659,"id":2001,"parentId":1977,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173924043,"id":2092,"parentId":1977,"tags":{},"startTime":1775579121929,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59916,"timestamp":5972173864401,"id":1977,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeSeries.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":59668,"timestamp":5972173864653,"id":1997,"parentId":1973,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972173924324,"id":2093,"parentId":1973,"tags":{},"startTime":1775579121929,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61138,"timestamp":5972173864276,"id":1973,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapSeries.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60760,"timestamp":5972173864658,"id":2000,"parentId":1976,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972173925423,"id":2094,"parentId":1976,"tags":{},"startTime":1775579121930,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":62351,"timestamp":5972173864370,"id":1976,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":62064,"timestamp":5972173864662,"id":2003,"parentId":1979,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173926730,"id":2095,"parentId":1979,"tags":{},"startTime":1775579121932,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":62379,"timestamp":5972173864462,"id":1979,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeVisual.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":62181,"timestamp":5972173864664,"id":2004,"parentId":1980,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173926848,"id":2096,"parentId":1980,"tags":{},"startTime":1775579121932,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":62473,"timestamp":5972173864499,"id":1980,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeAction.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":62314,"timestamp":5972173864660,"id":2002,"parentId":1978,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173926979,"id":2097,"parentId":1978,"tags":{},"startTime":1775579121932,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":62879,"timestamp":5972173864431,"id":1978,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeLayout.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63299,"timestamp":5972173864651,"id":1996,"parentId":1972,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173927954,"id":2098,"parentId":1972,"tags":{},"startTime":1775579121933,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64025,"timestamp":5972173864245,"id":1972,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63609,"timestamp":5972173864665,"id":2005,"parentId":1981,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173928277,"id":2099,"parentId":1981,"tags":{},"startTime":1775579121933,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64087,"timestamp":5972173864529,"id":1981,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelView.js","layer":"app-pages-browser"},"startTime":1775579121869,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63953,"timestamp":5972173864668,"id":2007,"parentId":1983,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173928624,"id":2100,"parentId":1983,"tags":{},"startTime":1775579121934,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64707,"timestamp":5972173864592,"id":1983,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/funnelLayout.js","layer":"app-pages-browser"},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":64636,"timestamp":5972173864667,"id":2006,"parentId":1982,"tags":{},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173929306,"id":2101,"parentId":1982,"tags":{},"startTime":1775579121934,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64991,"timestamp":5972173864560,"id":1982,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelSeries.js","layer":"app-pages-browser"},"startTime":1775579121870,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":72154,"timestamp":5972173865732,"id":2011,"parentId":2008,"tags":{},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173937892,"id":2102,"parentId":2008,"tags":{},"startTime":1775579121943,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":72545,"timestamp":5972173865588,"id":2008,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapAction.js","layer":"app-pages-browser"},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":72394,"timestamp":5972173865744,"id":2013,"parentId":2010,"tags":{},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":88,"timestamp":5972173938141,"id":2103,"parentId":2010,"tags":{},"startTime":1775579121943,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":74233,"timestamp":5972173865690,"id":2010,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapView.js","layer":"app-pages-browser"},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":74188,"timestamp":5972173865740,"id":2012,"parentId":2009,"tags":{},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":44,"timestamp":5972173939932,"id":2104,"parentId":2009,"tags":{},"startTime":1775579121945,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":74821,"timestamp":5972173865649,"id":2009,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapSeries.js","layer":"app-pages-browser"},"startTime":1775579121871,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10876,"timestamp":5972173977111,"id":2153,"parentId":2105,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173987999,"id":2305,"parentId":2105,"tags":{},"startTime":1775579121993,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14006,"timestamp":5972173974772,"id":2105,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapVisual.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11626,"timestamp":5972173977172,"id":2158,"parentId":2110,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972173988801,"id":2306,"parentId":2110,"tags":{},"startTime":1775579121994,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14215,"timestamp":5972173975069,"id":2110,"parentId":1655,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/dataFormat.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12495,"timestamp":5972173977175,"id":2159,"parentId":2111,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173989673,"id":2307,"parentId":2111,"tags":{},"startTime":1775579121995,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14729,"timestamp":5972173975102,"id":2111,"parentId":1653,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createRenderPlanner.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12660,"timestamp":5972173977177,"id":2160,"parentId":2112,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972173989840,"id":2308,"parentId":2112,"tags":{},"startTime":1775579121995,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14930,"timestamp":5972173975137,"id":2112,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/points.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12895,"timestamp":5972173977180,"id":2161,"parentId":2113,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173990078,"id":2309,"parentId":2113,"tags":{},"startTime":1775579121995,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15882,"timestamp":5972173975169,"id":2113,"parentId":1664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barGrid.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13910,"timestamp":5972173977145,"id":2156,"parentId":2108,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173991058,"id":2310,"parentId":2108,"tags":{},"startTime":1775579121996,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16828,"timestamp":5972173974986,"id":2108,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Displayable.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14637,"timestamp":5972173977182,"id":2162,"parentId":2114,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173991823,"id":2311,"parentId":2114,"tags":{},"startTime":1775579121997,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17034,"timestamp":5972173975202,"id":2114,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/View.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15109,"timestamp":5972173977131,"id":2154,"parentId":2106,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173992243,"id":2312,"parentId":2106,"tags":{},"startTime":1775579121997,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17755,"timestamp":5972173974898,"id":2106,"parentId":1652,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Group.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15490,"timestamp":5972173977168,"id":2157,"parentId":2109,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972173992661,"id":2313,"parentId":2109,"tags":{},"startTime":1775579121998,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17852,"timestamp":5972173975033,"id":2109,"parentId":1655,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/palette.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15708,"timestamp":5972173977191,"id":2164,"parentId":2116,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972173992902,"id":2314,"parentId":2116,"tags":{},"startTime":1775579121998,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19006,"timestamp":5972173975267,"id":2116,"parentId":1672,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeView.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17074,"timestamp":5972173977212,"id":2167,"parentId":2119,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972173994292,"id":2315,"parentId":2119,"tags":{},"startTime":1775579121999,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19258,"timestamp":5972173975370,"id":2119,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelSeries.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17437,"timestamp":5972173977195,"id":2166,"parentId":2118,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173994637,"id":2316,"parentId":2118,"tags":{},"startTime":1775579122000,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19792,"timestamp":5972173975335,"id":2118,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17947,"timestamp":5972173977185,"id":2163,"parentId":2115,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":62,"timestamp":5972173995136,"id":2317,"parentId":2115,"tags":{},"startTime":1775579122000,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21674,"timestamp":5972173975233,"id":2115,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapLayout.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19777,"timestamp":5972173977137,"id":2155,"parentId":2107,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972173996917,"id":2318,"parentId":2107,"tags":{},"startTime":1775579122002,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22855,"timestamp":5972173974947,"id":2107,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Path.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20595,"timestamp":5972173977217,"id":2169,"parentId":2121,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173997815,"id":2319,"parentId":2121,"tags":{},"startTime":1775579122003,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22483,"timestamp":5972173975483,"id":2121,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryFilter.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20756,"timestamp":5972173977214,"id":2168,"parentId":2120,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972173997973,"id":2320,"parentId":2120,"tags":{},"startTime":1775579122003,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22669,"timestamp":5972173975442,"id":2120,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/parallelVisual.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20904,"timestamp":5972173977219,"id":2170,"parentId":2122,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173998128,"id":2321,"parentId":2122,"tags":{},"startTime":1775579122003,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22796,"timestamp":5972173975518,"id":2122,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryVisual.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21108,"timestamp":5972173977227,"id":2173,"parentId":2125,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173998338,"id":2322,"parentId":2125,"tags":{},"startTime":1775579122003,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22801,"timestamp":5972173975629,"id":2125,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21202,"timestamp":5972173977231,"id":2175,"parentId":2127,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972173998436,"id":2323,"parentId":2127,"tags":{},"startTime":1775579122003,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22937,"timestamp":5972173975695,"id":2127,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/createView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21411,"timestamp":5972173977224,"id":2172,"parentId":2124,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173998638,"id":2324,"parentId":2124,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23187,"timestamp":5972173975594,"id":2124,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21591,"timestamp":5972173977193,"id":2165,"parentId":2117,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972173998787,"id":2325,"parentId":2117,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23685,"timestamp":5972173975301,"id":2117,"parentId":1672,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeSeries.js","layer":"app-pages-browser"},"startTime":1775579121980,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21753,"timestamp":5972173977237,"id":2178,"parentId":2130,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972173998993,"id":2326,"parentId":2130,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":23392,"timestamp":5972173975793,"id":2130,"parentId":1679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21966,"timestamp":5972173977222,"id":2171,"parentId":2123,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972173999197,"id":2327,"parentId":2123,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23825,"timestamp":5972173975555,"id":2123,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/edgeVisual.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22145,"timestamp":5972173977239,"id":2179,"parentId":2131,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173999386,"id":2328,"parentId":2131,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23710,"timestamp":5972173975827,"id":2131,"parentId":1679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22310,"timestamp":5972173977229,"id":2174,"parentId":2126,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972173999542,"id":2329,"parentId":2126,"tags":{},"startTime":1775579122004,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24322,"timestamp":5972173975663,"id":2126,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22751,"timestamp":5972173977241,"id":2180,"parentId":2132,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972173999997,"id":2330,"parentId":2132,"tags":{},"startTime":1775579122005,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24573,"timestamp":5972173975861,"id":2132,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23205,"timestamp":5972173977233,"id":2176,"parentId":2128,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174000441,"id":2331,"parentId":2128,"tags":{},"startTime":1775579122005,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25261,"timestamp":5972173975728,"id":2128,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23749,"timestamp":5972173977244,"id":2181,"parentId":2133,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174000996,"id":2332,"parentId":2133,"tags":{},"startTime":1775579122006,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25552,"timestamp":5972173975894,"id":2133,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24201,"timestamp":5972173977252,"id":2185,"parentId":2137,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174001457,"id":2333,"parentId":2137,"tags":{},"startTime":1775579122006,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25669,"timestamp":5972173976036,"id":2137,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24473,"timestamp":5972173977235,"id":2177,"parentId":2129,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174001711,"id":2334,"parentId":2129,"tags":{},"startTime":1775579122007,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26361,"timestamp":5972173975760,"id":2129,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24878,"timestamp":5972173977246,"id":2182,"parentId":2134,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174002127,"id":2335,"parentId":2134,"tags":{},"startTime":1775579122007,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26466,"timestamp":5972173975930,"id":2134,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25150,"timestamp":5972173977249,"id":2184,"parentId":2136,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":39,"timestamp":5972174002402,"id":2336,"parentId":2136,"tags":{},"startTime":1775579122007,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27016,"timestamp":5972173975999,"id":2136,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25772,"timestamp":5972173977248,"id":2183,"parentId":2135,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174003023,"id":2337,"parentId":2135,"tags":{},"startTime":1775579122008,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27413,"timestamp":5972173975964,"id":2135,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26127,"timestamp":5972173977254,"id":2186,"parentId":2138,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174003384,"id":2338,"parentId":2138,"tags":{},"startTime":1775579122008,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27443,"timestamp":5972173976078,"id":2138,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesVisual.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26265,"timestamp":5972173977260,"id":2189,"parentId":2141,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174003528,"id":2339,"parentId":2141,"tags":{},"startTime":1775579122008,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27489,"timestamp":5972173976187,"id":2141,"parentId":1681,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26417,"timestamp":5972173977262,"id":2190,"parentId":2142,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174003682,"id":2340,"parentId":2142,"tags":{},"startTime":1775579122009,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27799,"timestamp":5972173976220,"id":2142,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26759,"timestamp":5972173977263,"id":2191,"parentId":2143,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174004025,"id":2341,"parentId":2143,"tags":{},"startTime":1775579122009,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28078,"timestamp":5972173976253,"id":2143,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27069,"timestamp":5972173977265,"id":2192,"parentId":2144,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174004341,"id":2342,"parentId":2144,"tags":{},"startTime":1775579122009,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28421,"timestamp":5972173976286,"id":2144,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27443,"timestamp":5972173977267,"id":2193,"parentId":2145,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174004714,"id":2343,"parentId":2145,"tags":{},"startTime":1775579122010,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28529,"timestamp":5972173976319,"id":2145,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27602,"timestamp":5972173977256,"id":2187,"parentId":2139,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174004861,"id":2344,"parentId":2139,"tags":{},"startTime":1775579122010,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30083,"timestamp":5972173976115,"id":2139,"parentId":1681,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28945,"timestamp":5972173977258,"id":2188,"parentId":2140,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174006207,"id":2345,"parentId":2140,"tags":{},"startTime":1775579122011,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30288,"timestamp":5972173976149,"id":2140,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCreator.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29168,"timestamp":5972173977273,"id":2196,"parentId":2148,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174006444,"id":2346,"parentId":2148,"tags":{},"startTime":1775579122011,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30355,"timestamp":5972173976422,"id":2148,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeySeries.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29510,"timestamp":5972173977271,"id":2195,"parentId":2147,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174006784,"id":2347,"parentId":2147,"tags":{},"startTime":1775579122012,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31067,"timestamp":5972173976386,"id":2147,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeyView.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30188,"timestamp":5972173977269,"id":2194,"parentId":2146,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174007460,"id":2348,"parentId":2146,"tags":{},"startTime":1775579122012,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31317,"timestamp":5972173976353,"id":2146,"parentId":1683,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstAction.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30399,"timestamp":5972173977275,"id":2197,"parentId":2149,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174007677,"id":2349,"parentId":2149,"tags":{},"startTime":1775579122013,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32125,"timestamp":5972173976467,"id":2149,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyLayout.js","layer":"app-pages-browser"},"startTime":1775579121981,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31397,"timestamp":5972173977277,"id":2198,"parentId":2150,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174008678,"id":2350,"parentId":2150,"tags":{},"startTime":1775579122014,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32294,"timestamp":5972173976563,"id":2150,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyVisual.js","layer":"app-pages-browser"},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31583,"timestamp":5972173977278,"id":2199,"parentId":2151,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174008864,"id":2351,"parentId":2151,"tags":{},"startTime":1775579122014,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32409,"timestamp":5972173976638,"id":2151,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomSeries.js","layer":"app-pages-browser"},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35777,"timestamp":5972173977280,"id":2200,"parentId":2152,"tags":{},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":47,"timestamp":5972174013063,"id":2352,"parentId":2152,"tags":{},"startTime":1775579122018,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38104,"timestamp":5972173976683,"id":2152,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomView.js","layer":"app-pages-browser"},"startTime":1775579121982,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31682,"timestamp":5972173983145,"id":2238,"parentId":2201,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174014831,"id":2353,"parentId":2201,"tags":{},"startTime":1775579122020,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33455,"timestamp":5972173981549,"id":2201,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js","layer":"app-pages-browser"},"startTime":1775579121986,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31814,"timestamp":5972173983195,"id":2243,"parentId":2206,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174015012,"id":2354,"parentId":2206,"tags":{},"startTime":1775579122020,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33349,"timestamp":5972173981821,"id":2206,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31976,"timestamp":5972173983197,"id":2244,"parentId":2207,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174015176,"id":2355,"parentId":2207,"tags":{},"startTime":1775579122020,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33423,"timestamp":5972173981855,"id":2207,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32114,"timestamp":5972173983167,"id":2240,"parentId":2203,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174015284,"id":2356,"parentId":2203,"tags":{},"startTime":1775579122020,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33924,"timestamp":5972173981705,"id":2203,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32432,"timestamp":5972173983200,"id":2245,"parentId":2208,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174015635,"id":2357,"parentId":2208,"tags":{},"startTime":1775579122021,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33920,"timestamp":5972173981889,"id":2208,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32676,"timestamp":5972173983156,"id":2239,"parentId":2202,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174015835,"id":2358,"parentId":2202,"tags":{},"startTime":1775579122021,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34517,"timestamp":5972173981650,"id":2202,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32978,"timestamp":5972173983192,"id":2242,"parentId":2205,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":49,"timestamp":5972174016173,"id":2359,"parentId":2205,"tags":{},"startTime":1775579122021,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35840,"timestamp":5972173981781,"id":2205,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34424,"timestamp":5972173983206,"id":2247,"parentId":2210,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":33,"timestamp":5972174017635,"id":2360,"parentId":2210,"tags":{},"startTime":1775579122023,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35919,"timestamp":5972173981963,"id":2210,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/action/roamHelper.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34685,"timestamp":5972173983203,"id":2246,"parentId":2209,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174017892,"id":2361,"parentId":2209,"tags":{},"startTime":1775579122023,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36485,"timestamp":5972173981925,"id":2209,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35199,"timestamp":5972173983215,"id":2251,"parentId":2214,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174018418,"id":2362,"parentId":2214,"tags":{},"startTime":1775579122023,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36648,"timestamp":5972173982106,"id":2214,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35547,"timestamp":5972173983210,"id":2249,"parentId":2212,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174018760,"id":2363,"parentId":2212,"tags":{},"startTime":1775579122024,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37155,"timestamp":5972173982034,"id":2212,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35984,"timestamp":5972173983208,"id":2248,"parentId":2211,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174019195,"id":2364,"parentId":2211,"tags":{},"startTime":1775579122024,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37785,"timestamp":5972173981998,"id":2211,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barPolar.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36575,"timestamp":5972173983213,"id":2250,"parentId":2213,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174019791,"id":2365,"parentId":2213,"tags":{},"startTime":1775579122025,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38078,"timestamp":5972173982067,"id":2213,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36868,"timestamp":5972173983287,"id":2253,"parentId":2216,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174020159,"id":2366,"parentId":2216,"tags":{},"startTime":1775579122025,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38869,"timestamp":5972173982186,"id":2216,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37782,"timestamp":5972173983281,"id":2252,"parentId":2215,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972174021068,"id":2367,"parentId":2215,"tags":{},"startTime":1775579122026,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39459,"timestamp":5972173982140,"id":2215,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicModel.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38302,"timestamp":5972173983302,"id":2257,"parentId":2220,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174021608,"id":2368,"parentId":2220,"tags":{},"startTime":1775579122027,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40347,"timestamp":5972173982345,"id":2220,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Grid.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39406,"timestamp":5972173983292,"id":2254,"parentId":2217,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174022702,"id":2369,"parentId":2217,"tags":{},"startTime":1775579122028,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40738,"timestamp":5972173982220,"id":2217,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39663,"timestamp":5972173983299,"id":2256,"parentId":2219,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174022965,"id":2370,"parentId":2219,"tags":{},"startTime":1775579122028,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40790,"timestamp":5972173982300,"id":2219,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39798,"timestamp":5972173983295,"id":2255,"parentId":2218,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174023096,"id":2371,"parentId":2218,"tags":{},"startTime":1775579122028,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40952,"timestamp":5972173982265,"id":2218,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/GridModel.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39910,"timestamp":5972173983311,"id":2260,"parentId":2223,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174023224,"id":2372,"parentId":2223,"tags":{},"startTime":1775579122028,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40847,"timestamp":5972173982541,"id":2223,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40084,"timestamp":5972173983308,"id":2259,"parentId":2222,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174023394,"id":2373,"parentId":2222,"tags":{},"startTime":1775579122028,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41358,"timestamp":5972173982484,"id":2222,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40673,"timestamp":5972173983179,"id":2241,"parentId":2204,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174023857,"id":2374,"parentId":2204,"tags":{},"startTime":1775579122029,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42282,"timestamp":5972173981743,"id":2204,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":48772,"timestamp":5972173983305,"id":2258,"parentId":2221,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":48,"timestamp":5972174032084,"id":2375,"parentId":2221,"tags":{},"startTime":1775579122037,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":50680,"timestamp":5972173982396,"id":2221,"parentId":1692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/CalendarView.js","layer":"app-pages-browser"},"startTime":1775579121987,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":49762,"timestamp":5972173983322,"id":2264,"parentId":2227,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174033091,"id":2376,"parentId":2227,"tags":{},"startTime":1775579122038,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":50547,"timestamp":5972173982705,"id":2227,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":49943,"timestamp":5972173983314,"id":2261,"parentId":2224,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972174033261,"id":2377,"parentId":2224,"tags":{},"startTime":1775579122038,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":50896,"timestamp":5972173982584,"id":2224,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":50167,"timestamp":5972173983317,"id":2262,"parentId":2225,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174033490,"id":2378,"parentId":2225,"tags":{},"startTime":1775579122038,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":51392,"timestamp":5972173982623,"id":2225,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/modelHelper.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":50694,"timestamp":5972173983325,"id":2265,"parentId":2228,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174034028,"id":2379,"parentId":2228,"tags":{},"startTime":1775579122039,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":51437,"timestamp":5972173982743,"id":2228,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxModel.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":50855,"timestamp":5972173983328,"id":2266,"parentId":2229,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174034187,"id":2380,"parentId":2229,"tags":{},"startTime":1775579122039,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52034,"timestamp":5972173982786,"id":2229,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxView.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51504,"timestamp":5972173983319,"id":2263,"parentId":2226,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174034827,"id":2381,"parentId":2226,"tags":{},"startTime":1775579122040,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52920,"timestamp":5972173982669,"id":2226,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/axisTrigger.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":52247,"timestamp":5972173983346,"id":2269,"parentId":2232,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":43,"timestamp":5972174035597,"id":2382,"parentId":2232,"tags":{},"startTime":1775579122041,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":54623,"timestamp":5972173982893,"id":2232,"parentId":1695,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipView.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":54165,"timestamp":5972173983358,"id":2271,"parentId":2234,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174037528,"id":2383,"parentId":2234,"tags":{},"startTime":1775579122042,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55122,"timestamp":5972173982971,"id":2234,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoCreator.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":54758,"timestamp":5972173983341,"id":2267,"parentId":2230,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174038102,"id":2384,"parentId":2230,"tags":{},"startTime":1775579122043,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55384,"timestamp":5972173982821,"id":2230,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/featureManager.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":54859,"timestamp":5972173983349,"id":2270,"parentId":2233,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174038212,"id":2385,"parentId":2233,"tags":{},"startTime":1775579122043,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55596,"timestamp":5972173982937,"id":2233,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoModel.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55193,"timestamp":5972173983344,"id":2268,"parentId":2231,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174038539,"id":2386,"parentId":2231,"tags":{},"startTime":1775579122043,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55815,"timestamp":5972173982856,"id":2231,"parentId":1695,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipModel.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55520,"timestamp":5972173983364,"id":2273,"parentId":2236,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174038889,"id":2387,"parentId":2236,"tags":{},"startTime":1775579122044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55993,"timestamp":5972173983066,"id":2236,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoSourceManager.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55695,"timestamp":5972173983368,"id":2274,"parentId":2237,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174039066,"id":2388,"parentId":2237,"tags":{},"startTime":1775579122044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":56179,"timestamp":5972173983098,"id":2237,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55920,"timestamp":5972173983361,"id":2272,"parentId":2235,"tags":{},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174039284,"id":2389,"parentId":2235,"tags":{},"startTime":1775579122044,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":57060,"timestamp":5972173983021,"id":2235,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/GeoView.js","layer":"app-pages-browser"},"startTime":1775579121988,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55559,"timestamp":5972173984540,"id":2281,"parentId":2276,"tags":{},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174040103,"id":2390,"parentId":2276,"tags":{},"startTime":1775579122045,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55857,"timestamp":5972173984389,"id":2276,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/timelineAction.js","layer":"app-pages-browser"},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55712,"timestamp":5972173984537,"id":2280,"parentId":2275,"tags":{},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174040251,"id":2391,"parentId":2275,"tags":{},"startTime":1775579122045,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":57118,"timestamp":5972173984333,"id":2275,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineView.js","layer":"app-pages-browser"},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":56913,"timestamp":5972173984542,"id":2282,"parentId":2277,"tags":{},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174041459,"id":2392,"parentId":2277,"tags":{},"startTime":1775579122046,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":57248,"timestamp":5972173984426,"id":2277,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":64367,"timestamp":5972173984544,"id":2283,"parentId":2278,"tags":{},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174048916,"id":2393,"parentId":2278,"tags":{},"startTime":1775579122054,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64708,"timestamp":5972173984465,"id":2278,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579121989,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":64014,"timestamp":5972173985164,"id":2291,"parentId":2285,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174049182,"id":2394,"parentId":2285,"tags":{},"startTime":1775579122054,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64507,"timestamp":5972173984934,"id":2285,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushModel.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":64273,"timestamp":5972173985171,"id":2295,"parentId":2289,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174049451,"id":2395,"parentId":2289,"tags":{},"startTime":1775579122054,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":65147,"timestamp":5972173985094,"id":2289,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AngleAxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":65703,"timestamp":5972173984545,"id":2284,"parentId":2279,"tags":{},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174050254,"id":2396,"parentId":2279,"tags":{},"startTime":1775579122055,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":66015,"timestamp":5972173984499,"id":2279,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushView.js","layer":"app-pages-browser"},"startTime":1775579121989,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":65348,"timestamp":5972173985170,"id":2294,"parentId":2288,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174050521,"id":2397,"parentId":2288,"tags":{},"startTime":1775579122055,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":66319,"timestamp":5972173985062,"id":2288,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":65933,"timestamp":5972173985454,"id":2303,"parentId":2299,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174051391,"id":2398,"parentId":2299,"tags":{},"startTime":1775579122056,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":66145,"timestamp":5972173985373,"id":2299,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/parallelAxisAction.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":66355,"timestamp":5972173985167,"id":2292,"parentId":2286,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":44,"timestamp":5972174051526,"id":2399,"parentId":2286,"tags":{},"startTime":1775579122056,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":67200,"timestamp":5972173984974,"id":2286,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/visualEncoding.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":67006,"timestamp":5972173985173,"id":2296,"parentId":2290,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174052183,"id":2400,"parentId":2290,"tags":{},"startTime":1775579122057,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":67513,"timestamp":5972173985126,"id":2290,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/RadiusAxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":67191,"timestamp":5972173985453,"id":2302,"parentId":2298,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174052648,"id":2401,"parentId":2298,"tags":{},"startTime":1775579122058,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":67675,"timestamp":5972173985341,"id":2298,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/ParallelAxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":67851,"timestamp":5972173985168,"id":2293,"parentId":2287,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174053024,"id":2402,"parentId":2287,"tags":{},"startTime":1775579122058,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":68522,"timestamp":5972173985024,"id":2287,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/CartesianAxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":68097,"timestamp":5972173985456,"id":2304,"parentId":2300,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174053557,"id":2403,"parentId":2300,"tags":{},"startTime":1775579122059,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":68461,"timestamp":5972173985411,"id":2300,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/RadarModel.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":68432,"timestamp":5972173985444,"id":2301,"parentId":2297,"tags":{},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174053878,"id":2404,"parentId":2297,"tags":{},"startTime":1775579122059,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":68934,"timestamp":5972173985305,"id":2297,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/SingleAxisView.js","layer":"app-pages-browser"},"startTime":1775579121990,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9316,"timestamp":5972174094522,"id":2446,"parentId":2405,"tags":{},"startTime":1775579122099,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174103846,"id":2599,"parentId":2405,"tags":{},"startTime":1775579122109,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13307,"timestamp":5972174091196,"id":2405,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/Radar.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9967,"timestamp":5972174094546,"id":2449,"parentId":2408,"tags":{},"startTime":1775579122099,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174104517,"id":2600,"parentId":2408,"tags":{},"startTime":1775579122109,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13504,"timestamp":5972174091372,"id":2408,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/polarCreator.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10340,"timestamp":5972174094540,"id":2448,"parentId":2407,"tags":{},"startTime":1775579122099,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174104883,"id":2601,"parentId":2407,"tags":{},"startTime":1775579122110,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13760,"timestamp":5972174091330,"id":2407,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10561,"timestamp":5972174094535,"id":2447,"parentId":2406,"tags":{},"startTime":1775579122099,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174105099,"id":2602,"parentId":2406,"tags":{},"startTime":1775579122110,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13939,"timestamp":5972174091289,"id":2406,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/PolarModel.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10679,"timestamp":5972174094552,"id":2450,"parentId":2409,"tags":{},"startTime":1775579122099,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174105233,"id":2603,"parentId":2409,"tags":{},"startTime":1775579122110,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13951,"timestamp":5972174091408,"id":2409,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10806,"timestamp":5972174094556,"id":2451,"parentId":2410,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174105364,"id":2604,"parentId":2410,"tags":{},"startTime":1775579122110,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14036,"timestamp":5972174091442,"id":2410,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleCreator.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10922,"timestamp":5972174094559,"id":2452,"parentId":2411,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":45,"timestamp":5972174105483,"id":2605,"parentId":2411,"tags":{},"startTime":1775579122110,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14292,"timestamp":5972174091476,"id":2411,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11214,"timestamp":5972174094564,"id":2453,"parentId":2412,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174105783,"id":2606,"parentId":2412,"tags":{},"startTime":1775579122111,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14595,"timestamp":5972174091529,"id":2412,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelModel.js","layer":"app-pages-browser"},"startTime":1775579122096,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11561,"timestamp":5972174094567,"id":2454,"parentId":2413,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174106132,"id":2607,"parentId":2413,"tags":{},"startTime":1775579122111,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14713,"timestamp":5972174091566,"id":2413,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelCreator.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11708,"timestamp":5972174094575,"id":2457,"parentId":2416,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174106285,"id":2608,"parentId":2416,"tags":{},"startTime":1775579122111,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14732,"timestamp":5972174091665,"id":2416,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11832,"timestamp":5972174094570,"id":2455,"parentId":2414,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174106404,"id":2609,"parentId":2414,"tags":{},"startTime":1775579122111,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14999,"timestamp":5972174091601,"id":2414,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12024,"timestamp":5972174094579,"id":2459,"parentId":2418,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174106606,"id":2610,"parentId":2418,"tags":{},"startTime":1775579122112,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14992,"timestamp":5972174091733,"id":2418,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12145,"timestamp":5972174094583,"id":2461,"parentId":2420,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174106731,"id":2611,"parentId":2420,"tags":{},"startTime":1775579122112,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15104,"timestamp":5972174091803,"id":2420,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12323,"timestamp":5972174094587,"id":2463,"parentId":2422,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174106913,"id":2612,"parentId":2422,"tags":{},"startTime":1775579122112,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15129,"timestamp":5972174091869,"id":2422,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/scrollableLegendAction.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12424,"timestamp":5972174094577,"id":2458,"parentId":2417,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174107003,"id":2613,"parentId":2417,"tags":{},"startTime":1775579122112,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16054,"timestamp":5972174091698,"id":2417,"parentId":1698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/format.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13173,"timestamp":5972174094589,"id":2464,"parentId":2423,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174107766,"id":2614,"parentId":2423,"tags":{},"startTime":1775579122113,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15987,"timestamp":5972174091902,"id":2423,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13312,"timestamp":5972174094585,"id":2462,"parentId":2421,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174107901,"id":2615,"parentId":2421,"tags":{},"startTime":1775579122113,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17776,"timestamp":5972174091834,"id":2421,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendView.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15045,"timestamp":5972174094572,"id":2456,"parentId":2415,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972174109622,"id":2616,"parentId":2415,"tags":{},"startTime":1775579122115,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19071,"timestamp":5972174091634,"id":2415,"parentId":1698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelStyle.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16125,"timestamp":5972174094594,"id":2467,"parentId":2426,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174110722,"id":2617,"parentId":2426,"tags":{},"startTime":1775579122116,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19686,"timestamp":5972174092016,"id":2426,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendView.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17111,"timestamp":5972174094596,"id":2468,"parentId":2427,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174111710,"id":2618,"parentId":2427,"tags":{},"startTime":1775579122117,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19765,"timestamp":5972174092057,"id":2427,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendFilter.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17235,"timestamp":5972174094591,"id":2465,"parentId":2424,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972174111829,"id":2619,"parentId":2424,"tags":{},"startTime":1775579122117,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20806,"timestamp":5972174091933,"id":2424,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaView.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18162,"timestamp":5972174094581,"id":2460,"parentId":2419,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174112746,"id":2620,"parentId":2419,"tags":{},"startTime":1775579122118,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21755,"timestamp":5972174091766,"id":2419,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineView.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18933,"timestamp":5972174094592,"id":2466,"parentId":2425,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174113529,"id":2621,"parentId":2425,"tags":{},"startTime":1775579122118,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":22022,"timestamp":5972174091970,"id":2425,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19397,"timestamp":5972174094599,"id":2470,"parentId":2429,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174114001,"id":2622,"parentId":2429,"tags":{},"startTime":1775579122119,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22590,"timestamp":5972174092132,"id":2429,"parentId":1692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/Calendar.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22405,"timestamp":5972174094597,"id":2469,"parentId":2428,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174117007,"id":2623,"parentId":2428,"tags":{},"startTime":1775579122122,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25161,"timestamp":5972174092097,"id":2428,"parentId":1692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/CalendarModel.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22661,"timestamp":5972174094601,"id":2471,"parentId":2430,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174117265,"id":2624,"parentId":2430,"tags":{},"startTime":1775579122122,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25392,"timestamp":5972174092172,"id":2430,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22967,"timestamp":5972174094603,"id":2472,"parentId":2431,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174117573,"id":2625,"parentId":2431,"tags":{},"startTime":1775579122123,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25697,"timestamp":5972174092214,"id":2431,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/MagicType.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23310,"timestamp":5972174094604,"id":2473,"parentId":2432,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174117919,"id":2626,"parentId":2432,"tags":{},"startTime":1775579122123,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27391,"timestamp":5972174092301,"id":2432,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataView.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25092,"timestamp":5972174094609,"id":2476,"parentId":2435,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174119706,"id":2627,"parentId":2435,"tags":{},"startTime":1775579122125,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27506,"timestamp":5972174092458,"id":2435,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Brush.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25362,"timestamp":5972174094606,"id":2474,"parentId":2433,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174119971,"id":2628,"parentId":2433,"tags":{},"startTime":1775579122125,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27722,"timestamp":5972174092376,"id":2433,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Restore.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25493,"timestamp":5972174094608,"id":2475,"parentId":2434,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174120103,"id":2629,"parentId":2434,"tags":{},"startTime":1775579122125,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28136,"timestamp":5972174092419,"id":2434,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25947,"timestamp":5972174094611,"id":2477,"parentId":2436,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174120561,"id":2630,"parentId":2436,"tags":{},"startTime":1775579122126,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28511,"timestamp":5972174092498,"id":2436,"parentId":1712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/aria.js","layer":"app-pages-browser"},"startTime":1775579122097,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26402,"timestamp":5972174094615,"id":2479,"parentId":2438,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174121020,"id":2631,"parentId":2438,"tags":{},"startTime":1775579122126,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28533,"timestamp":5972174092597,"id":2438,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26516,"timestamp":5972174094617,"id":2480,"parentId":2439,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174121135,"id":2632,"parentId":2439,"tags":{},"startTime":1775579122126,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28889,"timestamp":5972174092631,"id":2439,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26911,"timestamp":5972174094613,"id":2478,"parentId":2437,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174121526,"id":2633,"parentId":2437,"tags":{},"startTime":1775579122126,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29182,"timestamp":5972174092555,"id":2437,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendAction.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27118,"timestamp":5972174094622,"id":2483,"parentId":2442,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174121743,"id":2634,"parentId":2442,"tags":{},"startTime":1775579122127,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29167,"timestamp":5972174092736,"id":2442,"parentId":1708,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27292,"timestamp":5972174094618,"id":2481,"parentId":2440,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":48,"timestamp":5972174121913,"id":2635,"parentId":2440,"tags":{},"startTime":1775579122127,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29628,"timestamp":5972174092667,"id":2440,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/roams.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27677,"timestamp":5972174094620,"id":2482,"parentId":2441,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174122300,"id":2636,"parentId":2441,"tags":{},"startTime":1775579122127,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29680,"timestamp":5972174092700,"id":2441,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installCommon.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27768,"timestamp":5972174094627,"id":2486,"parentId":2445,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":38,"timestamp":5972174122398,"id":2637,"parentId":2445,"tags":{},"startTime":1775579122127,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29968,"timestamp":5972174092841,"id":2445,"parentId":1700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointView.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28205,"timestamp":5972174094625,"id":2485,"parentId":2444,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174122833,"id":2638,"parentId":2444,"tags":{},"startTime":1775579122128,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30140,"timestamp":5972174092808,"id":2444,"parentId":1700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointModel.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28348,"timestamp":5972174094623,"id":2484,"parentId":2443,"tags":{},"startTime":1775579122100,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":81,"timestamp":5972174122975,"id":2639,"parentId":2443,"tags":{},"startTime":1775579122128,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32010,"timestamp":5972174092771,"id":2443,"parentId":1708,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js","layer":"app-pages-browser"},"startTime":1775579122098,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29536,"timestamp":5972174099165,"id":2526,"parentId":2487,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174128708,"id":2640,"parentId":2487,"tags":{},"startTime":1775579122134,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31069,"timestamp":5972174097787,"id":2487,"parentId":1712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29678,"timestamp":5972174099183,"id":2529,"parentId":2490,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":545,"timestamp":5972174128864,"id":2641,"parentId":2490,"tags":{},"startTime":1775579122134,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31633,"timestamp":5972174097948,"id":2490,"parentId":1710,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installCommon.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30402,"timestamp":5972174099187,"id":2530,"parentId":2491,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":49,"timestamp":5972174129593,"id":2642,"parentId":2491,"tags":{},"startTime":1775579122135,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32476,"timestamp":5972174097987,"id":2491,"parentId":1711,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31306,"timestamp":5972174099173,"id":2527,"parentId":2488,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174130484,"id":2643,"parentId":2488,"tags":{},"startTime":1775579122135,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33080,"timestamp":5972174097854,"id":2488,"parentId":1710,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousModel.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31749,"timestamp":5972174099189,"id":2531,"parentId":2492,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174130942,"id":2644,"parentId":2492,"tags":{},"startTime":1775579122136,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33309,"timestamp":5972174098022,"id":2492,"parentId":1711,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseView.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32157,"timestamp":5972174099178,"id":2528,"parentId":2489,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":73,"timestamp":5972174131338,"id":2645,"parentId":2489,"tags":{},"startTime":1775579122136,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34862,"timestamp":5972174097905,"id":2489,"parentId":1710,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousView.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33580,"timestamp":5972174099192,"id":2532,"parentId":2493,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174132775,"id":2646,"parentId":2493,"tags":{},"startTime":1775579122138,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34847,"timestamp":5972174098058,"id":2493,"parentId":1714,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/types.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33716,"timestamp":5972174099194,"id":2533,"parentId":2494,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174132913,"id":2647,"parentId":2494,"tags":{},"startTime":1775579122138,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34992,"timestamp":5972174098092,"id":2494,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/filterTransform.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33900,"timestamp":5972174099199,"id":2535,"parentId":2496,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174133102,"id":2648,"parentId":2496,"tags":{},"startTime":1775579122138,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35021,"timestamp":5972174098175,"id":2496,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesDimensionDefine.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34058,"timestamp":5972174099196,"id":2534,"parentId":2495,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174133259,"id":2649,"parentId":2495,"tags":{},"startTime":1775579122138,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35504,"timestamp":5972174098138,"id":2495,"parentId":1713,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/sortTransform.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34442,"timestamp":5972174099205,"id":2538,"parentId":2499,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":48,"timestamp":5972174133650,"id":2650,"parentId":2499,"tags":{},"startTime":1775579122139,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36337,"timestamp":5972174098276,"id":2499,"parentId":1836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/number.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35424,"timestamp":5972174099201,"id":2536,"parentId":2497,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174134628,"id":2651,"parentId":2497,"tags":{},"startTime":1775579122140,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36997,"timestamp":5972174098207,"id":2497,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Source.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36012,"timestamp":5972174099203,"id":2537,"parentId":2498,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":44,"timestamp":5972174135218,"id":2652,"parentId":2498,"tags":{},"startTime":1775579122140,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38580,"timestamp":5972174098241,"id":2498,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataStore.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37615,"timestamp":5972174099210,"id":2541,"parentId":2502,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174136828,"id":2653,"parentId":2502,"tags":{},"startTime":1775579122142,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38789,"timestamp":5972174098381,"id":2502,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/SeriesDataSchema.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37967,"timestamp":5972174099207,"id":2539,"parentId":2500,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174137177,"id":2654,"parentId":2500,"tags":{},"startTime":1775579122142,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39578,"timestamp":5972174098311,"id":2500,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataProvider.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38684,"timestamp":5972174099212,"id":2542,"parentId":2503,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":24,"timestamp":5972174137899,"id":2655,"parentId":2503,"tags":{},"startTime":1775579122143,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39587,"timestamp":5972174098414,"id":2503,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/areaStyle.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38796,"timestamp":5972174099208,"id":2540,"parentId":2501,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174138007,"id":2656,"parentId":2501,"tags":{},"startTime":1775579122143,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39933,"timestamp":5972174098342,"id":2501,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dimensionHelper.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39066,"timestamp":5972174099214,"id":2543,"parentId":2504,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174138283,"id":2657,"parentId":2504,"tags":{},"startTime":1775579122143,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39991,"timestamp":5972174098448,"id":2504,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/textStyle.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39225,"timestamp":5972174099218,"id":2545,"parentId":2506,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174138445,"id":2658,"parentId":2506,"tags":{},"startTime":1775579122143,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40036,"timestamp":5972174098514,"id":2506,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/itemStyle.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39331,"timestamp":5972174099222,"id":2547,"parentId":2508,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174138556,"id":2659,"parentId":2508,"tags":{},"startTime":1775579122144,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40889,"timestamp":5972174098576,"id":2508,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesData.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40262,"timestamp":5972174099216,"id":2544,"parentId":2505,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174139482,"id":2660,"parentId":2505,"tags":{},"startTime":1775579122144,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41144,"timestamp":5972174098479,"id":2505,"parentId":1832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/lineStyle.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40402,"timestamp":5972174099226,"id":2549,"parentId":2510,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174139631,"id":2661,"parentId":2510,"tags":{},"startTime":1775579122145,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41141,"timestamp":5972174098645,"id":2510,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/globalDefault.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40569,"timestamp":5972174099220,"id":2546,"parentId":2507,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174139793,"id":2662,"parentId":2507,"tags":{},"startTime":1775579122145,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41933,"timestamp":5972174098547,"id":2507,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisHelper.js","layer":"app-pages-browser"},"startTime":1775579122103,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41266,"timestamp":5972174099227,"id":2550,"parentId":2511,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174140498,"id":2663,"parentId":2511,"tags":{},"startTime":1775579122145,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42025,"timestamp":5972174098675,"id":2511,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/internalComponentCreator.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41476,"timestamp":5972174099229,"id":2551,"parentId":2512,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174140709,"id":2664,"parentId":2512,"tags":{},"startTime":1775579122146,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42092,"timestamp":5972174098709,"id":2512,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCommonMixin.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41573,"timestamp":5972174099232,"id":2553,"parentId":2514,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174140808,"id":2665,"parentId":2514,"tags":{},"startTime":1775579122146,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42625,"timestamp":5972174098774,"id":2514,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceHelper.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42184,"timestamp":5972174099223,"id":2548,"parentId":2509,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174141411,"id":2666,"parentId":2509,"tags":{},"startTime":1775579122146,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44146,"timestamp":5972174098611,"id":2509,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":43548,"timestamp":5972174099231,"id":2552,"parentId":2513,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174142783,"id":2667,"parentId":2513,"tags":{},"startTime":1775579122148,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44635,"timestamp":5972174098744,"id":2513,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/symbol.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44153,"timestamp":5972174099234,"id":2554,"parentId":2515,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174143390,"id":2668,"parentId":2515,"tags":{},"startTime":1775579122148,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44856,"timestamp":5972174098805,"id":2515,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataStackHelper.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44430,"timestamp":5972174099238,"id":2557,"parentId":2518,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174143672,"id":2669,"parentId":2518,"tags":{},"startTime":1775579122149,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45623,"timestamp":5972174098900,"id":2518,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/time.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45292,"timestamp":5972174099237,"id":2556,"parentId":2517,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972174144533,"id":2670,"parentId":2517,"tags":{},"startTime":1775579122149,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46353,"timestamp":5972174098868,"id":2517,"parentId":1841,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisTickLabelBuilder.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45991,"timestamp":5972174099235,"id":2555,"parentId":2516,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174145229,"id":2671,"parentId":2516,"tags":{},"startTime":1775579122150,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46928,"timestamp":5972174098837,"id":2516,"parentId":1835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/createDimensions.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":46529,"timestamp":5972174099240,"id":2558,"parentId":2519,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174145773,"id":2672,"parentId":2519,"tags":{},"startTime":1775579122151,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":47425,"timestamp":5972174098930,"id":2519,"parentId":1842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Region.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":47111,"timestamp":5972174099247,"id":2561,"parentId":2522,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174146362,"id":2673,"parentId":2522,"tags":{},"startTime":1775579122151,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":47537,"timestamp":5972174099026,"id":2522,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Image.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":47326,"timestamp":5972174099248,"id":2562,"parentId":2523,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972174146577,"id":2674,"parentId":2523,"tags":{},"startTime":1775579122152,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":48834,"timestamp":5972174099059,"id":2523,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Text.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":48661,"timestamp":5972174099241,"id":2559,"parentId":2520,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174147907,"id":2675,"parentId":2520,"tags":{},"startTime":1775579122153,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":49795,"timestamp":5972174098960,"id":2520,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/path.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":49518,"timestamp":5972174099250,"id":2563,"parentId":2524,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174148772,"id":2676,"parentId":2524,"tags":{},"startTime":1775579122154,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":49852,"timestamp":5972174099091,"id":2524,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/CompoundPath.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":49703,"timestamp":5972174099243,"id":2560,"parentId":2521,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174148949,"id":2677,"parentId":2521,"tags":{},"startTime":1775579122154,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":51268,"timestamp":5972174098994,"id":2521,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Transformable.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51022,"timestamp":5972174099251,"id":2564,"parentId":2525,"tags":{},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174150278,"id":2678,"parentId":2525,"tags":{},"startTime":1775579122155,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":51303,"timestamp":5972174099128,"id":2525,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/LinearGradient.js","layer":"app-pages-browser"},"startTime":1775579122104,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":56884,"timestamp":5972174100336,"id":2580,"parentId":2565,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174157227,"id":2679,"parentId":2565,"tags":{},"startTime":1775579122162,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":57614,"timestamp":5972174099759,"id":2565,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/RadialGradient.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":57033,"timestamp":5972174100344,"id":2581,"parentId":2566,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174157381,"id":2680,"parentId":2566,"tags":{},"startTime":1775579122162,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58038,"timestamp":5972174099797,"id":2566,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/BoundingRect.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":57495,"timestamp":5972174100348,"id":2582,"parentId":2567,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174157845,"id":2681,"parentId":2567,"tags":{},"startTime":1775579122163,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58322,"timestamp":5972174099827,"id":2567,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/OrientedBoundingRect.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":57789,"timestamp":5972174100365,"id":2588,"parentId":2573,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174158157,"id":2682,"parentId":2573,"tags":{},"startTime":1775579122163,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":58763,"timestamp":5972174100096,"id":2573,"parentId":1896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Layer.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58517,"timestamp":5972174100350,"id":2583,"parentId":2568,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174158871,"id":2683,"parentId":2568,"tags":{},"startTime":1775579122164,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59305,"timestamp":5972174099865,"id":2568,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Point.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":58814,"timestamp":5972174100361,"id":2586,"parentId":2571,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174159178,"id":2684,"parentId":2571,"tags":{},"startTime":1775579122164,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59488,"timestamp":5972174100029,"id":2571,"parentId":1857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Storage.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59157,"timestamp":5972174100363,"id":2587,"parentId":2572,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174159523,"id":2685,"parentId":2572,"tags":{},"startTime":1775579122164,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59580,"timestamp":5972174100062,"id":2572,"parentId":1857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/config.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59279,"timestamp":5972174100366,"id":2589,"parentId":2574,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174159649,"id":2686,"parentId":2574,"tags":{},"startTime":1775579122165,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":59584,"timestamp":5972174100129,"id":2574,"parentId":1896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/constants.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59368,"timestamp":5972174100352,"id":2584,"parentId":2569,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174159723,"id":2687,"parentId":2569,"tags":{},"startTime":1775579122165,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60081,"timestamp":5972174099933,"id":2569,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/IncrementalDisplayable.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59649,"timestamp":5972174100368,"id":2590,"parentId":2575,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174160021,"id":2688,"parentId":2575,"tags":{},"startTime":1775579122165,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60155,"timestamp":5972174100162,"id":2575,"parentId":1896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/helper.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":59967,"timestamp":5972174100354,"id":2585,"parentId":2570,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174160324,"id":2689,"parentId":2570,"tags":{},"startTime":1775579122165,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61829,"timestamp":5972174099992,"id":2570,"parentId":1857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Handler.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":61457,"timestamp":5972174100372,"id":2592,"parentId":2577,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174161834,"id":2690,"parentId":2577,"tags":{},"startTime":1775579122167,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61892,"timestamp":5972174100226,"id":2577,"parentId":1895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/TSpan.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":61752,"timestamp":5972174100370,"id":2591,"parentId":2576,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174162126,"id":2691,"parentId":2576,"tags":{},"startTime":1775579122167,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63233,"timestamp":5972174100194,"id":2576,"parentId":1895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/PathProxy.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63070,"timestamp":5972174100373,"id":2593,"parentId":2578,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174163448,"id":2692,"parentId":2578,"tags":{},"startTime":1775579122168,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63333,"timestamp":5972174100258,"id":2578,"parentId":1895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/dashStyle.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63219,"timestamp":5972174100375,"id":2594,"parentId":2579,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174163597,"id":2693,"parentId":2579,"tags":{},"startTime":1775579122169,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63544,"timestamp":5972174100294,"id":2579,"parentId":1894,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/LRU.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":70716,"timestamp":5972174100540,"id":2598,"parentId":2596,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":55,"timestamp":5972174171267,"id":2694,"parentId":2596,"tags":{},"startTime":1775579122176,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":72649,"timestamp":5972174100504,"id":2596,"parentId":1900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelGuideHelper.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":72624,"timestamp":5972174100537,"id":2597,"parentId":2595,"tags":{},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174173165,"id":2695,"parentId":2595,"tags":{},"startTime":1775579122178,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":73185,"timestamp":5972174100451,"id":2595,"parentId":1900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579122105,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7066,"timestamp":5972174195856,"id":2747,"parentId":2698,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":51,"timestamp":5972174202930,"id":2894,"parentId":2698,"tags":{},"startTime":1775579122208,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":10755,"timestamp":5972174192949,"id":2698,"parentId":1901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/patch.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7863,"timestamp":5972174195850,"id":2746,"parentId":2697,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174203717,"id":2895,"parentId":2697,"tags":{},"startTime":1775579122209,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11281,"timestamp":5972174192904,"id":2697,"parentId":1901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/core.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8324,"timestamp":5972174195869,"id":2749,"parentId":2700,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174204210,"id":2896,"parentId":2700,"tags":{},"startTime":1775579122209,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11964,"timestamp":5972174193027,"id":2700,"parentId":1905,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/decal.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9118,"timestamp":5972174195878,"id":2751,"parentId":2702,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174205000,"id":2897,"parentId":2702,"tags":{},"startTime":1775579122210,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12057,"timestamp":5972174193102,"id":2702,"parentId":1921,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/LegendVisualProvider.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9301,"timestamp":5972174195863,"id":2748,"parentId":2699,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174205167,"id":2898,"parentId":2699,"tags":{},"startTime":1775579122210,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12760,"timestamp":5972174192989,"id":2699,"parentId":1901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/helper.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9915,"timestamp":5972174195838,"id":2745,"parentId":2696,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174205756,"id":2899,"parentId":2696,"tags":{},"startTime":1775579122211,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14981,"timestamp":5972174192809,"id":2696,"parentId":1901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/graphic.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11912,"timestamp":5972174195886,"id":2753,"parentId":2704,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174207803,"id":2900,"parentId":2704,"tags":{},"startTime":1775579122213,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14777,"timestamp":5972174193178,"id":2704,"parentId":1921,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12087,"timestamp":5972174195873,"id":2750,"parentId":2701,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174207965,"id":2901,"parentId":2701,"tags":{},"startTime":1775579122213,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15055,"timestamp":5972174193061,"id":2701,"parentId":1902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/makeStyleMapper.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12232,"timestamp":5972174195890,"id":2754,"parentId":2705,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174208125,"id":2902,"parentId":2705,"tags":{},"startTime":1775579122213,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16170,"timestamp":5972174193213,"id":2705,"parentId":1912,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/morphPath.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13509,"timestamp":5972174195882,"id":2752,"parentId":2703,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174209396,"id":2903,"parentId":2703,"tags":{},"startTime":1775579122214,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16966,"timestamp":5972174193143,"id":2703,"parentId":1915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15651,"timestamp":5972174195893,"id":2755,"parentId":2706,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174211549,"id":2904,"parentId":2706,"tags":{},"startTime":1775579122216,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18472,"timestamp":5972174193246,"id":2706,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Circle.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15820,"timestamp":5972174195904,"id":2759,"parentId":2710,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174211727,"id":2905,"parentId":2710,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18451,"timestamp":5972174193400,"id":2710,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polygon.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":15959,"timestamp":5972174195896,"id":2756,"parentId":2707,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174211858,"id":2906,"parentId":2707,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18714,"timestamp":5972174193279,"id":2707,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ellipse.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16091,"timestamp":5972174195909,"id":2761,"parentId":2712,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174212004,"id":2907,"parentId":2712,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18724,"timestamp":5972174193473,"id":2712,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Rect.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16295,"timestamp":5972174195906,"id":2760,"parentId":2711,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174212205,"id":2908,"parentId":2711,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":18906,"timestamp":5972174193433,"id":2711,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polyline.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16444,"timestamp":5972174195898,"id":2757,"parentId":2708,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174212345,"id":2909,"parentId":2708,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19154,"timestamp":5972174193312,"id":2708,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Sector.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16568,"timestamp":5972174195901,"id":2758,"parentId":2709,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174212472,"id":2910,"parentId":2709,"tags":{},"startTime":1775579122217,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19220,"timestamp":5972174193363,"id":2709,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ring.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16675,"timestamp":5972174195912,"id":2762,"parentId":2713,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174212590,"id":2911,"parentId":2713,"tags":{},"startTime":1775579122218,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19241,"timestamp":5972174193509,"id":2713,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Line.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16832,"timestamp":5972174195922,"id":2766,"parentId":2717,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174212757,"id":2912,"parentId":2717,"tags":{},"startTime":1775579122218,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19283,"timestamp":5972174193643,"id":2717,"parentId":1895,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/image.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17014,"timestamp":5972174195915,"id":2763,"parentId":2714,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174212932,"id":2913,"parentId":2714,"tags":{},"startTime":1775579122218,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19661,"timestamp":5972174193541,"id":2714,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/BezierCurve.js","layer":"app-pages-browser"},"startTime":1775579122198,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17289,"timestamp":5972174195917,"id":2764,"parentId":2715,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174213209,"id":2914,"parentId":2715,"tags":{},"startTime":1775579122218,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19761,"timestamp":5972174193575,"id":2715,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Arc.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17411,"timestamp":5972174195930,"id":2769,"parentId":2720,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174213344,"id":2915,"parentId":2720,"tags":{},"startTime":1775579122218,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20244,"timestamp":5972174193743,"id":2720,"parentId":1857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/dom/HandlerProxy.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18059,"timestamp":5972174195932,"id":2770,"parentId":2721,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174213996,"id":2916,"parentId":2721,"tags":{},"startTime":1775579122219,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20825,"timestamp":5972174193778,"id":2721,"parentId":1855,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/helper/compatStyle.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18686,"timestamp":5972174195919,"id":2765,"parentId":2716,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174214609,"id":2917,"parentId":2716,"tags":{},"startTime":1775579122220,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21164,"timestamp":5972174193606,"id":2716,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18865,"timestamp":5972174195927,"id":2768,"parentId":2719,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174214795,"id":2918,"parentId":2719,"tags":{},"startTime":1775579122220,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21181,"timestamp":5972174193706,"id":2719,"parentId":1896,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/requestAnimationFrame.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18956,"timestamp":5972174195935,"id":2771,"parentId":2722,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174214893,"id":2919,"parentId":2722,"tags":{},"startTime":1775579122220,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21198,"timestamp":5972174193811,"id":2722,"parentId":1897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langEN.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19067,"timestamp":5972174195945,"id":2775,"parentId":2726,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174215014,"id":2920,"parentId":2726,"tags":{},"startTime":1775579122220,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":21856,"timestamp":5972174193947,"id":2726,"parentId":1920,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/labelLayout.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19867,"timestamp":5972174195940,"id":2773,"parentId":2724,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174215810,"id":2921,"parentId":2724,"tags":{},"startTime":1775579122221,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21993,"timestamp":5972174193881,"id":2724,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19936,"timestamp":5972174195942,"id":2774,"parentId":2725,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174215880,"id":2922,"parentId":2725,"tags":{},"startTime":1775579122221,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22053,"timestamp":5972174193915,"id":2725,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/vendor.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20024,"timestamp":5972174195950,"id":2777,"parentId":2728,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174215976,"id":2923,"parentId":2728,"tags":{},"startTime":1775579122221,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23223,"timestamp":5972174194015,"id":2728,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/SymbolDraw.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21294,"timestamp":5972174195952,"id":2778,"parentId":2729,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":40,"timestamp":5972174217250,"id":2924,"parentId":2729,"tags":{},"startTime":1775579122222,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23895,"timestamp":5972174194047,"id":2729,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Symbol.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":21994,"timestamp":5972174195957,"id":2780,"parentId":2731,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174217954,"id":2925,"parentId":2731,"tags":{},"startTime":1775579122223,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24534,"timestamp":5972174194115,"id":2731,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/poly.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":22699,"timestamp":5972174195954,"id":2779,"parentId":2730,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174218657,"id":2926,"parentId":2730,"tags":{},"startTime":1775579122224,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":24885,"timestamp":5972174194079,"id":2730,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/lineAnimationDiff.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23030,"timestamp":5972174195937,"id":2772,"parentId":2723,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174218970,"id":2927,"parentId":2723,"tags":{},"startTime":1775579122224,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25290,"timestamp":5972174193845,"id":2723,"parentId":1897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langZH.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23179,"timestamp":5972174195959,"id":2781,"parentId":2732,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174219141,"id":2928,"parentId":2732,"tags":{},"startTime":1775579122224,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25189,"timestamp":5972174194147,"id":2732,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/helper.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23376,"timestamp":5972174195964,"id":2783,"parentId":2734,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174219342,"id":2929,"parentId":2734,"tags":{},"startTime":1775579122224,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25251,"timestamp":5972174194215,"id":2734,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/labelHelper.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23524,"timestamp":5972174195947,"id":2776,"parentId":2727,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174219474,"id":2930,"parentId":2727,"tags":{},"startTime":1775579122224,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25605,"timestamp":5972174193980,"id":2727,"parentId":1920,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/sectorHelper.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23626,"timestamp":5972174195961,"id":2782,"parentId":2733,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174219590,"id":2931,"parentId":2733,"tags":{},"startTime":1775579122225,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25635,"timestamp":5972174194179,"id":2733,"parentId":1923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":23853,"timestamp":5972174195969,"id":2785,"parentId":2736,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174219824,"id":2932,"parentId":2736,"tags":{},"startTime":1775579122225,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":25876,"timestamp":5972174194284,"id":2736,"parentId":1960,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/sectorLabel.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24193,"timestamp":5972174195971,"id":2786,"parentId":2737,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174220167,"id":2933,"parentId":2737,"tags":{},"startTime":1775579122225,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26185,"timestamp":5972174194323,"id":2737,"parentId":1964,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataValueHelper.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":24542,"timestamp":5972174195974,"id":2787,"parentId":2738,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174220519,"id":2934,"parentId":2738,"tags":{},"startTime":1775579122225,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":26704,"timestamp":5972174194363,"id":2738,"parentId":1967,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25097,"timestamp":5972174195978,"id":2789,"parentId":2740,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174221078,"id":2935,"parentId":2740,"tags":{},"startTime":1775579122226,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27100,"timestamp":5972174194527,"id":2740,"parentId":1977,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Tree.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25657,"timestamp":5972174195976,"id":2788,"parentId":2739,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174221636,"id":2936,"parentId":2739,"tags":{},"startTime":1775579122227,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27304,"timestamp":5972174194402,"id":2739,"parentId":1900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/util.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":25728,"timestamp":5972174195981,"id":2791,"parentId":2742,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":36,"timestamp":5972174221716,"id":2937,"parentId":2742,"tags":{},"startTime":1775579122227,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27463,"timestamp":5972174194664,"id":2742,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/layoutHelper.js","layer":"app-pages-browser"},"startTime":1775579122200,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26386,"timestamp":5972174195984,"id":2793,"parentId":2744,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174222374,"id":2938,"parentId":2744,"tags":{},"startTime":1775579122227,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":27908,"timestamp":5972174194741,"id":2744,"parentId":1960,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/shape/sausage.js","layer":"app-pages-browser"},"startTime":1775579122200,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26671,"timestamp":5972174195983,"id":2792,"parentId":2743,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174222656,"id":2939,"parentId":2743,"tags":{},"startTime":1775579122228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":28076,"timestamp":5972174194704,"id":2743,"parentId":1978,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/traversalHelper.js","layer":"app-pages-browser"},"startTime":1775579122200,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27068,"timestamp":5972174195925,"id":2767,"parentId":2718,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174222996,"id":2940,"parentId":2718,"tags":{},"startTime":1775579122228,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29650,"timestamp":5972174193674,"id":2718,"parentId":1857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animation.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31482,"timestamp":5972174195966,"id":2784,"parentId":2735,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":47,"timestamp":5972174227457,"id":2941,"parentId":2735,"tags":{},"startTime":1775579122232,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33586,"timestamp":5972174194251,"id":2735,"parentId":1924,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BaseBarSeries.js","layer":"app-pages-browser"},"startTime":1775579122199,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31867,"timestamp":5972174195980,"id":2790,"parentId":2741,"tags":{},"startTime":1775579122201,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174227851,"id":2942,"parentId":2741,"tags":{},"startTime":1775579122233,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33427,"timestamp":5972174194590,"id":2741,"parentId":1977,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/treeHelper.js","layer":"app-pages-browser"},"startTime":1775579122200,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29357,"timestamp":5972174198693,"id":2826,"parentId":2795,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174228053,"id":2943,"parentId":2795,"tags":{},"startTime":1775579122233,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32188,"timestamp":5972174197642,"id":2795,"parentId":2010,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/animation.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31158,"timestamp":5972174198683,"id":2825,"parentId":2794,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174229844,"id":2944,"parentId":2794,"tags":{},"startTime":1775579122235,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32689,"timestamp":5972174197582,"id":2794,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/bbox.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31578,"timestamp":5972174198697,"id":2827,"parentId":2796,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174230278,"id":2945,"parentId":2796,"tags":{},"startTime":1775579122235,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32970,"timestamp":5972174197680,"id":2796,"parentId":2010,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/Breadcrumb.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31956,"timestamp":5972174198702,"id":2828,"parentId":2797,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174230665,"id":2946,"parentId":2797,"tags":{},"startTime":1775579122236,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33048,"timestamp":5972174197722,"id":2797,"parentId":2009,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32072,"timestamp":5972174198705,"id":2829,"parentId":2798,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174230781,"id":2947,"parentId":2798,"tags":{},"startTime":1775579122236,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33129,"timestamp":5972174197770,"id":2798,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/roamHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32193,"timestamp":5972174198710,"id":2831,"parentId":2800,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174230906,"id":2948,"parentId":2800,"tags":{},"startTime":1775579122236,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33139,"timestamp":5972174197853,"id":2800,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/cursorHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32296,"timestamp":5972174198708,"id":2830,"parentId":2799,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174231006,"id":2949,"parentId":2799,"tags":{},"startTime":1775579122236,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33640,"timestamp":5972174197804,"id":2799,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/RoamController.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":32739,"timestamp":5972174198714,"id":2833,"parentId":2802,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174231457,"id":2950,"parentId":2802,"tags":{},"startTime":1775579122236,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":34446,"timestamp":5972174197930,"id":2802,"parentId":2105,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/VisualMapping.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33679,"timestamp":5972174198712,"id":2832,"parentId":2801,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":39,"timestamp":5972174232394,"id":2951,"parentId":2801,"tags":{},"startTime":1775579122237,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35639,"timestamp":5972174197888,"id":2801,"parentId":1972,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/MapDraw.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34827,"timestamp":5972174198719,"id":2835,"parentId":2804,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174233551,"id":2952,"parentId":2804,"tags":{},"startTime":1775579122238,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":35741,"timestamp":5972174197995,"id":2804,"parentId":2116,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/PointerPath.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35018,"timestamp":5972174198722,"id":2836,"parentId":2805,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174233744,"id":2953,"parentId":2805,"tags":{},"startTime":1775579122239,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36424,"timestamp":5972174198031,"id":2805,"parentId":2107,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/path.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35744,"timestamp":5972174198717,"id":2834,"parentId":2803,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":46,"timestamp":5972174234465,"id":2954,"parentId":2803,"tags":{},"startTime":1775579122239,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38386,"timestamp":5972174197963,"id":2803,"parentId":2108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Element.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37629,"timestamp":5972174198725,"id":2837,"parentId":2806,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":45,"timestamp":5972174236358,"id":2955,"parentId":2806,"tags":{},"startTime":1775579122241,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38687,"timestamp":5972174198063,"id":2806,"parentId":2125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38035,"timestamp":5972174198732,"id":2839,"parentId":2808,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174236772,"id":2956,"parentId":2808,"tags":{},"startTime":1775579122242,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39039,"timestamp":5972174198132,"id":2808,"parentId":2130,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectSymbol.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38442,"timestamp":5972174198734,"id":2840,"parentId":2809,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174237179,"id":2957,"parentId":2809,"tags":{},"startTime":1775579122242,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39304,"timestamp":5972174198165,"id":2809,"parentId":2126,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38735,"timestamp":5972174198736,"id":2841,"parentId":2810,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174237474,"id":2958,"parentId":2810,"tags":{},"startTime":1775579122242,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39586,"timestamp":5972174198197,"id":2810,"parentId":2126,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39048,"timestamp":5972174198738,"id":2842,"parentId":2811,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174237794,"id":2959,"parentId":2811,"tags":{},"startTime":1775579122243,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39848,"timestamp":5972174198233,"id":2811,"parentId":2128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LineDraw.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39352,"timestamp":5972174198740,"id":2843,"parentId":2812,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174238094,"id":2960,"parentId":2812,"tags":{},"startTime":1775579122243,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40220,"timestamp":5972174198264,"id":2812,"parentId":2128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/adjustEdge.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39745,"timestamp":5972174198744,"id":2845,"parentId":2814,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174238492,"id":2961,"parentId":2814,"tags":{},"startTime":1775579122243,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40939,"timestamp":5972174198328,"id":2814,"parentId":2129,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40547,"timestamp":5972174198727,"id":2838,"parentId":2807,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174239277,"id":2962,"parentId":2807,"tags":{},"startTime":1775579122244,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41309,"timestamp":5972174198101,"id":2807,"parentId":2124,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40668,"timestamp":5972174198746,"id":2846,"parentId":2815,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174239416,"id":2963,"parentId":2815,"tags":{},"startTime":1775579122244,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41459,"timestamp":5972174198360,"id":2815,"parentId":2135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectLine.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41080,"timestamp":5972174198742,"id":2844,"parentId":2813,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174239825,"id":2964,"parentId":2813,"tags":{},"startTime":1775579122245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41620,"timestamp":5972174198295,"id":2813,"parentId":2128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/graphHelper.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41157,"timestamp":5972174198761,"id":2850,"parentId":2819,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174239921,"id":2965,"parentId":2819,"tags":{},"startTime":1775579122245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41880,"timestamp":5972174198486,"id":2819,"parentId":2135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeLineDraw.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41604,"timestamp":5972174198765,"id":2852,"parentId":2821,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174240373,"id":2966,"parentId":2821,"tags":{},"startTime":1775579122245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41970,"timestamp":5972174198550,"id":2821,"parentId":2140,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisDefault.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41764,"timestamp":5972174198764,"id":2851,"parentId":2820,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174240530,"id":2967,"parentId":2820,"tags":{},"startTime":1775579122245,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42463,"timestamp":5972174198518,"id":2820,"parentId":2142,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42217,"timestamp":5972174198767,"id":2853,"parentId":2822,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174240987,"id":2968,"parentId":2822,"tags":{},"startTime":1775579122246,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42469,"timestamp":5972174198581,"id":2822,"parentId":2140,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisCommonTypes.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42302,"timestamp":5972174198749,"id":2848,"parentId":2817,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174241054,"id":2969,"parentId":2817,"tags":{},"startTime":1775579122246,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42799,"timestamp":5972174198423,"id":2817,"parentId":2135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Polyline.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42474,"timestamp":5972174198751,"id":2849,"parentId":2818,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174241227,"id":2970,"parentId":2818,"tags":{},"startTime":1775579122246,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42991,"timestamp":5972174198453,"id":2818,"parentId":2135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectPolyline.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42677,"timestamp":5972174198769,"id":2854,"parentId":2823,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174241448,"id":2971,"parentId":2823,"tags":{},"startTime":1775579122246,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":43001,"timestamp":5972174198611,"id":2823,"parentId":2140,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/OrdinalMeta.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42844,"timestamp":5972174198771,"id":2855,"parentId":2824,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174241617,"id":2972,"parentId":2824,"tags":{},"startTime":1775579122247,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":43412,"timestamp":5972174198643,"id":2824,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/styleCompat.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":43310,"timestamp":5972174198747,"id":2847,"parentId":2816,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174242060,"id":2973,"parentId":2816,"tags":{},"startTime":1775579122247,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44394,"timestamp":5972174198392,"id":2816,"parentId":2135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Line.js","layer":"app-pages-browser"},"startTime":1775579122203,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51113,"timestamp":5972174199523,"id":2862,"parentId":2858,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":39,"timestamp":5972174250644,"id":2974,"parentId":2858,"tags":{},"startTime":1775579122256,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":51654,"timestamp":5972174199420,"id":2858,"parentId":2139,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51561,"timestamp":5972174199520,"id":2861,"parentId":2857,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174251087,"id":2975,"parentId":2857,"tags":{},"startTime":1775579122256,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52072,"timestamp":5972174199378,"id":2857,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":51929,"timestamp":5972174199524,"id":2863,"parentId":2859,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174251457,"id":2976,"parentId":2859,"tags":{},"startTime":1775579122256,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":52115,"timestamp":5972174199473,"id":2859,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":52075,"timestamp":5972174199515,"id":2860,"parentId":2856,"tags":{},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174251593,"id":2977,"parentId":2856,"tags":{},"startTime":1775579122257,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":53136,"timestamp":5972174199324,"id":2856,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicTransition.js","layer":"app-pages-browser"},"startTime":1775579122204,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":59799,"timestamp":5972174200941,"id":2880,"parentId":2866,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174260748,"id":2978,"parentId":2866,"tags":{},"startTime":1775579122266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60528,"timestamp":5972174200450,"id":2866,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579122205,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60039,"timestamp":5972174200943,"id":2881,"parentId":2867,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174260986,"id":2979,"parentId":2867,"tags":{},"startTime":1775579122266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60587,"timestamp":5972174200485,"id":2867,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579122205,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60138,"timestamp":5972174200937,"id":2879,"parentId":2865,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174261083,"id":2980,"parentId":2865,"tags":{},"startTime":1775579122266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60808,"timestamp":5972174200409,"id":2865,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579122205,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60273,"timestamp":5972174200947,"id":2883,"parentId":2869,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174261224,"id":2981,"parentId":2869,"tags":{},"startTime":1775579122266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60908,"timestamp":5972174200606,"id":2869,"parentId":2220,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisAlignTicks.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60575,"timestamp":5972174200945,"id":2882,"parentId":2868,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174261523,"id":2982,"parentId":2868,"tags":{},"startTime":1775579122266,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61219,"timestamp":5972174200543,"id":2868,"parentId":2201,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js","layer":"app-pages-browser"},"startTime":1775579122205,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60814,"timestamp":5972174200952,"id":2886,"parentId":2872,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174261769,"id":2983,"parentId":2872,"tags":{},"startTime":1775579122267,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61192,"timestamp":5972174200712,"id":2872,"parentId":2214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleAxisHelper.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60959,"timestamp":5972174200949,"id":2884,"parentId":2870,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174261911,"id":2984,"parentId":2870,"tags":{},"startTime":1775579122267,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61866,"timestamp":5972174200643,"id":2870,"parentId":2214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":61582,"timestamp":5972174200931,"id":2878,"parentId":2864,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174262516,"id":2985,"parentId":2864,"tags":{},"startTime":1775579122267,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":62299,"timestamp":5972174200355,"id":2864,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579122205,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":61690,"timestamp":5972174200968,"id":2889,"parentId":2875,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174262665,"id":2986,"parentId":2875,"tags":{},"startTime":1775579122268,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":61998,"timestamp":5972174200816,"id":2875,"parentId":2220,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Axis2D.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":61863,"timestamp":5972174200954,"id":2887,"parentId":2873,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174262819,"id":2987,"parentId":2873,"tags":{},"startTime":1775579122268,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63163,"timestamp":5972174200745,"id":2873,"parentId":2212,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisBuilder.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":62946,"timestamp":5972174200969,"id":2890,"parentId":2876,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174263919,"id":2988,"parentId":2876,"tags":{},"startTime":1775579122269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63325,"timestamp":5972174200848,"id":2876,"parentId":2220,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63208,"timestamp":5972174200971,"id":2891,"parentId":2877,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174264182,"id":2989,"parentId":2877,"tags":{},"startTime":1775579122269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63462,"timestamp":5972174200889,"id":2877,"parentId":2204,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63404,"timestamp":5972174200950,"id":2885,"parentId":2871,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174264358,"id":2990,"parentId":2871,"tags":{},"startTime":1775579122269,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64037,"timestamp":5972174200678,"id":2871,"parentId":2214,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/viewHelper.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63640,"timestamp":5972174201078,"id":2893,"parentId":2892,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174264721,"id":2991,"parentId":2892,"tags":{},"startTime":1775579122270,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":63774,"timestamp":5972174201035,"id":2892,"parentId":2227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":63847,"timestamp":5972174200966,"id":2888,"parentId":2874,"tags":{},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174264815,"id":2992,"parentId":2874,"tags":{},"startTime":1775579122270,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":64392,"timestamp":5972174200783,"id":2874,"parentId":2220,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js","layer":"app-pages-browser"},"startTime":1775579122206,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":7669,"timestamp":5972174280541,"id":3038,"parentId":2994,"tags":{},"startTime":1775579122285,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174288217,"id":3159,"parentId":2994,"tags":{},"startTime":1775579122293,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11717,"timestamp":5972174277022,"id":2994,"parentId":2224,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/globalListener.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8205,"timestamp":5972174280545,"id":3039,"parentId":2995,"tags":{},"startTime":1775579122285,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174288754,"id":3160,"parentId":2995,"tags":{},"startTime":1775579122294,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":11946,"timestamp":5972174277061,"id":2995,"parentId":2229,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/listComponent.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8441,"timestamp":5972174280572,"id":3043,"parentId":2999,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174289018,"id":3161,"parentId":2999,"tags":{},"startTime":1775579122294,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12021,"timestamp":5972174277203,"id":2999,"parentId":2232,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/helper.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8707,"timestamp":5972174280530,"id":3037,"parentId":2993,"tags":{},"startTime":1775579122285,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":56,"timestamp":5972174289241,"id":3162,"parentId":2993,"tags":{},"startTime":1775579122294,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12512,"timestamp":5972174276955,"id":2993,"parentId":2227,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":8881,"timestamp":5972174280590,"id":3044,"parentId":3000,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":42,"timestamp":5972174289474,"id":3163,"parentId":3000,"tags":{},"startTime":1775579122294,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":12728,"timestamp":5972174277240,"id":3000,"parentId":2234,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Geo.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":9407,"timestamp":5972174280566,"id":3041,"parentId":2997,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174289977,"id":3164,"parentId":2997,"tags":{},"startTime":1775579122295,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":13896,"timestamp":5972174277132,"id":2997,"parentId":2232,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":10433,"timestamp":5972174280606,"id":3048,"parentId":3004,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":67,"timestamp":5972174291044,"id":3165,"parentId":3004,"tags":{},"startTime":1775579122296,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":14680,"timestamp":5972174277380,"id":3004,"parentId":2275,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Time.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11462,"timestamp":5972174280604,"id":3047,"parentId":3003,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174292069,"id":3166,"parentId":3003,"tags":{},"startTime":1775579122297,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15081,"timestamp":5972174277345,"id":3003,"parentId":2275,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Ordinal.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":11831,"timestamp":5972174280599,"id":3045,"parentId":3001,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174292433,"id":3167,"parentId":3001,"tags":{},"startTime":1775579122297,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15417,"timestamp":5972174277273,"id":3001,"parentId":2220,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/helper.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12125,"timestamp":5972174280569,"id":3042,"parentId":2998,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174292697,"id":3168,"parentId":2998,"tags":{},"startTime":1775579122298,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":15902,"timestamp":5972174277169,"id":2998,"parentId":2232,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12466,"timestamp":5972174280608,"id":3049,"parentId":3005,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174293077,"id":3169,"parentId":3005,"tags":{},"startTime":1775579122298,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16090,"timestamp":5972174277411,"id":3005,"parentId":2275,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Interval.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":12892,"timestamp":5972174280614,"id":3052,"parentId":3008,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174293509,"id":3170,"parentId":3008,"tags":{},"startTime":1775579122298,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16250,"timestamp":5972174277511,"id":3008,"parentId":2236,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoJSONResource.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13143,"timestamp":5972174280621,"id":3054,"parentId":3010,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174293777,"id":3171,"parentId":3010,"tags":{},"startTime":1775579122299,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16276,"timestamp":5972174277589,"id":3010,"parentId":2275,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineView.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13267,"timestamp":5972174280602,"id":3046,"parentId":3002,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174293871,"id":3172,"parentId":3002,"tags":{},"startTime":1775579122299,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":16926,"timestamp":5972174277311,"id":3002,"parentId":2229,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/text.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13633,"timestamp":5972174280610,"id":3050,"parentId":3006,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174294246,"id":3173,"parentId":3006,"tags":{},"startTime":1775579122299,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17121,"timestamp":5972174277447,"id":3006,"parentId":2285,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualSolution.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":13947,"timestamp":5972174280623,"id":3055,"parentId":3011,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174294573,"id":3174,"parentId":3011,"tags":{},"startTime":1775579122300,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17047,"timestamp":5972174277622,"id":3011,"parentId":2275,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineAxis.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14054,"timestamp":5972174280618,"id":3053,"parentId":3009,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174294674,"id":3175,"parentId":3009,"tags":{},"startTime":1775579122300,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":17387,"timestamp":5972174277552,"id":3009,"parentId":2237,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineModel.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":14316,"timestamp":5972174280626,"id":3056,"parentId":3012,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":35,"timestamp":5972174294944,"id":3176,"parentId":3012,"tags":{},"startTime":1775579122300,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19613,"timestamp":5972174277658,"id":3012,"parentId":2279,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushController.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16648,"timestamp":5972174280632,"id":3059,"parentId":3015,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174297285,"id":3177,"parentId":3015,"tags":{},"startTime":1775579122302,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":19726,"timestamp":5972174277759,"id":3015,"parentId":2298,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/brushHelper.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":16859,"timestamp":5972174280630,"id":3058,"parentId":3014,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174297492,"id":3178,"parentId":3014,"tags":{},"startTime":1775579122302,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20484,"timestamp":5972174277724,"id":3014,"parentId":2286,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushTargetManager.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17594,"timestamp":5972174280628,"id":3057,"parentId":3013,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174298226,"id":3179,"parentId":3013,"tags":{},"startTime":1775579122303,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":20812,"timestamp":5972174277690,"id":3013,"parentId":2286,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/selector.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":17868,"timestamp":5972174280639,"id":3062,"parentId":3018,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174298509,"id":3180,"parentId":3018,"tags":{},"startTime":1775579122303,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21032,"timestamp":5972174277863,"id":3018,"parentId":2408,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/Polar.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18257,"timestamp":5972174280641,"id":3063,"parentId":3019,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174298901,"id":3181,"parentId":3019,"tags":{},"startTime":1775579122304,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21360,"timestamp":5972174277895,"id":3019,"parentId":2410,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/Single.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18629,"timestamp":5972174280635,"id":3060,"parentId":3016,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174299267,"id":3182,"parentId":3016,"tags":{},"startTime":1775579122304,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21686,"timestamp":5972174277793,"id":3016,"parentId":2287,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/axisSplitHelper.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18846,"timestamp":5972174280637,"id":3061,"parentId":3017,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174299485,"id":3183,"parentId":3017,"tags":{},"startTime":1775579122304,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":21752,"timestamp":5972174277826,"id":3017,"parentId":2405,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/IndicatorAxis.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":18970,"timestamp":5972174280612,"id":3051,"parentId":3007,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174299584,"id":3184,"parentId":3007,"tags":{},"startTime":1775579122305,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22573,"timestamp":5972174277479,"id":3007,"parentId":2236,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoSVGResource.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19413,"timestamp":5972174280644,"id":3065,"parentId":3021,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174300062,"id":3185,"parentId":3021,"tags":{},"startTime":1775579122305,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":22197,"timestamp":5972174277968,"id":3021,"parentId":2417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/getTextRect.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19610,"timestamp":5972174280560,"id":3040,"parentId":2996,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174300172,"id":3186,"parentId":2996,"tags":{},"startTime":1775579122305,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23252,"timestamp":5972174277096,"id":2996,"parentId":2226,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js","layer":"app-pages-browser"},"startTime":1775579122282,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":19709,"timestamp":5972174280643,"id":3064,"parentId":3020,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174300355,"id":3187,"parentId":3020,"tags":{},"startTime":1775579122305,"traceId":"0d955a0204df87b9"}] -[{"name":"build-module-js","duration":23152,"timestamp":5972174277929,"id":3020,"parentId":2413,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/Parallel.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20439,"timestamp":5972174280646,"id":3066,"parentId":3022,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174301088,"id":3188,"parentId":3022,"tags":{},"startTime":1775579122306,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23368,"timestamp":5972174277999,"id":3022,"parentId":2417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/dom.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":20719,"timestamp":5972174280652,"id":3069,"parentId":3025,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174301375,"id":3189,"parentId":3025,"tags":{},"startTime":1775579122306,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":23658,"timestamp":5972174278100,"id":3025,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/markerHelper.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":26709,"timestamp":5972174280650,"id":3068,"parentId":3024,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174307369,"id":3190,"parentId":3024,"tags":{},"startTime":1775579122312,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":29744,"timestamp":5972174278067,"id":3024,"parentId":2418,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerModel.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27161,"timestamp":5972174280656,"id":3071,"parentId":3027,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174307820,"id":3191,"parentId":3027,"tags":{},"startTime":1775579122313,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30003,"timestamp":5972174278170,"id":3027,"parentId":2432,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/event.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27525,"timestamp":5972174280654,"id":3070,"parentId":3026,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174308187,"id":3192,"parentId":3026,"tags":{},"startTime":1775579122313,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30264,"timestamp":5972174278133,"id":3026,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerView.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27743,"timestamp":5972174280658,"id":3072,"parentId":3028,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174308404,"id":3193,"parentId":3028,"tags":{},"startTime":1775579122313,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":30323,"timestamp":5972174278202,"id":3028,"parentId":2491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualDefault.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":27880,"timestamp":5972174280648,"id":3067,"parentId":3023,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":63,"timestamp":5972174308531,"id":3194,"parentId":3023,"tags":{},"startTime":1775579122313,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31621,"timestamp":5972174278030,"id":3023,"parentId":2417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/parseText.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":28995,"timestamp":5972174280662,"id":3074,"parentId":3030,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972174309662,"id":3195,"parentId":3030,"tags":{},"startTime":1775579122315,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":31559,"timestamp":5972174278268,"id":3030,"parentId":2439,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomView.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29173,"timestamp":5972174280660,"id":3073,"parentId":3029,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":34,"timestamp":5972174309835,"id":3196,"parentId":3029,"tags":{},"startTime":1775579122315,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32352,"timestamp":5972174278236,"id":3029,"parentId":2438,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":29930,"timestamp":5972174280666,"id":3076,"parentId":3032,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174310600,"id":3197,"parentId":3032,"tags":{},"startTime":1775579122316,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32568,"timestamp":5972174278338,"id":3032,"parentId":2440,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/helper.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30240,"timestamp":5972174280670,"id":3078,"parentId":3034,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174310913,"id":3198,"parentId":3034,"tags":{},"startTime":1775579122316,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32606,"timestamp":5972174278409,"id":3034,"parentId":2441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30351,"timestamp":5972174280668,"id":3077,"parentId":3033,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174311029,"id":3199,"parentId":3033,"tags":{},"startTime":1775579122316,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":32868,"timestamp":5972174278371,"id":3033,"parentId":2441,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30583,"timestamp":5972174280664,"id":3075,"parentId":3031,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174311250,"id":3200,"parentId":3031,"tags":{},"startTime":1775579122316,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33145,"timestamp":5972174278303,"id":3031,"parentId":2439,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/sliderMove.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":30836,"timestamp":5972174280674,"id":3080,"parentId":3036,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174311517,"id":3201,"parentId":3036,"tags":{},"startTime":1775579122316,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33311,"timestamp":5972174278475,"id":3036,"parentId":2490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualEncoding.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":31293,"timestamp":5972174280672,"id":3079,"parentId":3035,"tags":{},"startTime":1775579122286,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174311969,"id":3202,"parentId":3035,"tags":{},"startTime":1775579122317,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":33703,"timestamp":5972174278444,"id":3035,"parentId":2490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualMapAction.js","layer":"app-pages-browser"},"startTime":1775579122283,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":33433,"timestamp":5972174285259,"id":3118,"parentId":3082,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":53,"timestamp":5972174318701,"id":3203,"parentId":3082,"tags":{},"startTime":1775579122324,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36274,"timestamp":5972174283915,"id":3082,"parentId":2491,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapModel.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":34928,"timestamp":5972174285269,"id":3120,"parentId":3084,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":33,"timestamp":5972174320201,"id":3204,"parentId":3084,"tags":{},"startTime":1775579122325,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36370,"timestamp":5972174284031,"id":3084,"parentId":2492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/helper.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35162,"timestamp":5972174285244,"id":3117,"parentId":3081,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174320410,"id":3205,"parentId":3081,"tags":{},"startTime":1775579122325,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36722,"timestamp":5972174283833,"id":3081,"parentId":2490,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35294,"timestamp":5972174285264,"id":3119,"parentId":3083,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174320561,"id":3206,"parentId":3083,"tags":{},"startTime":1775579122326,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36821,"timestamp":5972174283990,"id":3083,"parentId":2492,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapView.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35548,"timestamp":5972174285272,"id":3121,"parentId":3085,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":31,"timestamp":5972174320824,"id":3207,"parentId":3085,"tags":{},"startTime":1775579122326,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":36943,"timestamp":5972174284068,"id":3085,"parentId":2433,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/history.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35740,"timestamp":5972174285275,"id":3122,"parentId":3086,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174321018,"id":3208,"parentId":3086,"tags":{},"startTime":1775579122326,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37057,"timestamp":5972174284110,"id":3086,"parentId":2507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Scale.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":35893,"timestamp":5972174285279,"id":3124,"parentId":3088,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174321176,"id":3209,"parentId":3088,"tags":{},"startTime":1775579122326,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37376,"timestamp":5972174284192,"id":3088,"parentId":2507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/scaleRawExtentInfo.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36296,"timestamp":5972174285277,"id":3123,"parentId":3087,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174321575,"id":3210,"parentId":3087,"tags":{},"startTime":1775579122327,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37768,"timestamp":5972174284152,"id":3087,"parentId":2507,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Log.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36641,"timestamp":5972174285283,"id":3126,"parentId":3090,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174321927,"id":3211,"parentId":3090,"tags":{},"startTime":1775579122327,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":37923,"timestamp":5972174284272,"id":3090,"parentId":2508,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/referHelper.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":36921,"timestamp":5972174285281,"id":3125,"parentId":3089,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174322204,"id":3212,"parentId":3089,"tags":{},"startTime":1775579122327,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38404,"timestamp":5972174284233,"id":3089,"parentId":2494,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/conditionalExpression.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37357,"timestamp":5972174285287,"id":3128,"parentId":3092,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174322648,"id":3213,"parentId":3092,"tags":{},"startTime":1775579122328,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":38378,"timestamp":5972174284345,"id":3092,"parentId":2525,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Gradient.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":37435,"timestamp":5972174285294,"id":3131,"parentId":3095,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174322731,"id":3214,"parentId":3095,"tags":{},"startTime":1775579122328,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39016,"timestamp":5972174284449,"id":3095,"parentId":2576,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/curve.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38178,"timestamp":5972174285292,"id":3130,"parentId":3094,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174323473,"id":3215,"parentId":3094,"tags":{},"startTime":1775579122328,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39274,"timestamp":5972174284413,"id":3094,"parentId":2570,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/GestureMgr.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38393,"timestamp":5972174285298,"id":3134,"parentId":3098,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174323696,"id":3216,"parentId":3098,"tags":{},"startTime":1775579122329,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":39272,"timestamp":5972174284574,"id":3098,"parentId":2698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/domapi.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":38554,"timestamp":5972174285295,"id":3132,"parentId":3096,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174323852,"id":3217,"parentId":3096,"tags":{},"startTime":1775579122329,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40343,"timestamp":5972174284481,"id":3096,"parentId":2108,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39545,"timestamp":5972174285290,"id":3129,"parentId":3093,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174324838,"id":3218,"parentId":3093,"tags":{},"startTime":1775579122330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40580,"timestamp":5972174284378,"id":3093,"parentId":2519,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/polygon.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39664,"timestamp":5972174285297,"id":3133,"parentId":3097,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174324963,"id":3219,"parentId":3097,"tags":{},"startTime":1775579122330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40612,"timestamp":5972174284538,"id":3097,"parentId":2570,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/mixin/Draggable.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39854,"timestamp":5972174285300,"id":3135,"parentId":3099,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174325159,"id":3220,"parentId":3099,"tags":{},"startTime":1775579122330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40667,"timestamp":5972174284611,"id":3099,"parentId":2700,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/WeakMap.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":39981,"timestamp":5972174285301,"id":3136,"parentId":3100,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"}] -[{"name":"next-swc-loader","duration":23,"timestamp":5972174325285,"id":3221,"parentId":3100,"tags":{},"startTime":1775579122330,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":40890,"timestamp":5972174284659,"id":3100,"parentId":2696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/SVGPathRebuilder.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40267,"timestamp":5972174285285,"id":3127,"parentId":3091,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174325556,"id":3222,"parentId":3091,"tags":{},"startTime":1775579122331,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41445,"timestamp":5972174284312,"id":3091,"parentId":2520,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/transformPath.js","layer":"app-pages-browser"},"startTime":1775579122289,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":40456,"timestamp":5972174285306,"id":3138,"parentId":3102,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174325769,"id":3223,"parentId":3102,"tags":{},"startTime":1775579122331,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41593,"timestamp":5972174284720,"id":3102,"parentId":2696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssAnimation.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41013,"timestamp":5972174285304,"id":3137,"parentId":3101,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174326320,"id":3224,"parentId":3101,"tags":{},"startTime":1775579122331,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":41848,"timestamp":5972174284690,"id":3101,"parentId":2696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41233,"timestamp":5972174285310,"id":3141,"parentId":3105,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174326548,"id":3225,"parentId":3105,"tags":{},"startTime":1775579122331,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42188,"timestamp":5972174284817,"id":3105,"parentId":2705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/convertPath.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41696,"timestamp":5972174285312,"id":3142,"parentId":3106,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174327011,"id":3226,"parentId":3106,"tags":{},"startTime":1775579122332,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":42268,"timestamp":5972174284850,"id":3106,"parentId":2710,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/poly.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":41814,"timestamp":5972174285309,"id":3140,"parentId":3104,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174327125,"id":3227,"parentId":3104,"tags":{},"startTime":1775579122332,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":43016,"timestamp":5972174284787,"id":3104,"parentId":2705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/dividePath.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42495,"timestamp":5972174285313,"id":3143,"parentId":3107,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174327812,"id":3228,"parentId":3107,"tags":{},"startTime":1775579122333,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":43110,"timestamp":5972174284883,"id":3107,"parentId":2712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundRect.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":42682,"timestamp":5972174285315,"id":3144,"parentId":3108,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":45,"timestamp":5972174327999,"id":3229,"parentId":3108,"tags":{},"startTime":1775579122333,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44457,"timestamp":5972174284917,"id":3108,"parentId":2708,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundSector.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44062,"timestamp":5972174285318,"id":3146,"parentId":3110,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":27,"timestamp":5972174329384,"id":3230,"parentId":3110,"tags":{},"startTime":1775579122334,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":44550,"timestamp":5972174284995,"id":3110,"parentId":2805,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/line.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":44232,"timestamp":5972174285316,"id":3145,"parentId":3109,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":37,"timestamp":5972174329554,"id":3231,"parentId":3109,"tags":{},"startTime":1775579122335,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":45883,"timestamp":5972174284958,"id":3109,"parentId":2803,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animator.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45540,"timestamp":5972174285307,"id":3139,"parentId":3103,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174330851,"id":3232,"parentId":3103,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46275,"timestamp":5972174284750,"id":3103,"parentId":2696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssEmphasis.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45708,"timestamp":5972174285321,"id":3148,"parentId":3112,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174331033,"id":3233,"parentId":3112,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46069,"timestamp":5972174285063,"id":3112,"parentId":2805,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/quadratic.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45816,"timestamp":5972174285319,"id":3147,"parentId":3111,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174331137,"id":3234,"parentId":3111,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46206,"timestamp":5972174285028,"id":3111,"parentId":2805,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/cubic.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":45913,"timestamp":5972174285323,"id":3150,"parentId":3114,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174331240,"id":3235,"parentId":3114,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46195,"timestamp":5972174285127,"id":3114,"parentId":2805,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/windingLine.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":46003,"timestamp":5972174285322,"id":3149,"parentId":3113,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":20,"timestamp":5972174331327,"id":3236,"parentId":3113,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46342,"timestamp":5972174285095,"id":3113,"parentId":2805,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/arc.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":46149,"timestamp":5972174285325,"id":3151,"parentId":3115,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174331477,"id":3237,"parentId":3115,"tags":{},"startTime":1775579122336,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46547,"timestamp":5972174285167,"id":3115,"parentId":2740,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/linkSeriesData.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":46391,"timestamp":5972174285326,"id":3152,"parentId":3116,"tags":{},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174331720,"id":3238,"parentId":3116,"tags":{},"startTime":1775579122337,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":46638,"timestamp":5972174285201,"id":3116,"parentId":2799,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/interactionMutex.js","layer":"app-pages-browser"},"startTime":1775579122290,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":54760,"timestamp":5972174285688,"id":3156,"parentId":3154,"tags":{},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174340456,"id":3239,"parentId":3154,"tags":{},"startTime":1775579122345,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55065,"timestamp":5972174285642,"id":3154,"parentId":2816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LinePath.js","layer":"app-pages-browser"},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":55025,"timestamp":5972174285686,"id":3155,"parentId":3153,"tags":{},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":32,"timestamp":5972174340714,"id":3240,"parentId":3153,"tags":{},"startTime":1775579122346,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":55847,"timestamp":5972174285606,"id":3153,"parentId":2814,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Graph.js","layer":"app-pages-browser"},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":60596,"timestamp":5972174285761,"id":3158,"parentId":3157,"tags":{},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174346362,"id":3241,"parentId":3157,"tags":{},"startTime":1775579122351,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":60796,"timestamp":5972174285729,"id":3157,"parentId":2874,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian.js","layer":"app-pages-browser"},"startTime":1775579122291,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2308,"timestamp":5972174347416,"id":3247,"parentId":3242,"tags":{},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":29,"timestamp":5972174349730,"id":3274,"parentId":3242,"tags":{},"startTime":1775579122355,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2909,"timestamp":5972174347015,"id":3242,"parentId":3018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/RadiusAxis.js","layer":"app-pages-browser"},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2493,"timestamp":5972174347438,"id":3249,"parentId":3244,"tags":{},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174349933,"id":3275,"parentId":3244,"tags":{},"startTime":1775579122355,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":2933,"timestamp":5972174347138,"id":3244,"parentId":3019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/SingleAxis.js","layer":"app-pages-browser"},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3455,"timestamp":5972174347434,"id":3248,"parentId":3243,"tags":{},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174350896,"id":3276,"parentId":3243,"tags":{},"startTime":1775579122356,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4030,"timestamp":5972174347101,"id":3243,"parentId":3018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AngleAxis.js","layer":"app-pages-browser"},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3719,"timestamp":5972174347449,"id":3251,"parentId":3246,"tags":{},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174351171,"id":3277,"parentId":3246,"tags":{},"startTime":1775579122356,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4071,"timestamp":5972174347209,"id":3246,"parentId":3007,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseXML.js","layer":"app-pages-browser"},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":3566,"timestamp":5972174348427,"id":3256,"parentId":3253,"tags":{},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":23,"timestamp":5972174351995,"id":3278,"parentId":3253,"tags":{},"startTime":1775579122357,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3763,"timestamp":5972174348343,"id":3253,"parentId":3020,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelAxis.js","layer":"app-pages-browser"},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":2781,"timestamp":5972174349330,"id":3268,"parentId":3260,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174352113,"id":3279,"parentId":3260,"tags":{},"startTime":1775579122357,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3120,"timestamp":5972174349106,"id":3260,"parentId":3008,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4787,"timestamp":5972174347441,"id":3250,"parentId":3245,"tags":{},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":45,"timestamp":5972174352231,"id":3280,"parentId":3245,"tags":{},"startTime":1775579122357,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6344,"timestamp":5972174347177,"id":3245,"parentId":3007,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseSVG.js","layer":"app-pages-browser"},"startTime":1775579122352,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4187,"timestamp":5972174349338,"id":3269,"parentId":3261,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":22,"timestamp":5972174353527,"id":3281,"parentId":3261,"tags":{},"startTime":1775579122358,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4511,"timestamp":5972174349142,"id":3261,"parentId":3102,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/cubicEasing.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5236,"timestamp":5972174348419,"id":3255,"parentId":3252,"tags":{},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":24,"timestamp":5972174353658,"id":3282,"parentId":3252,"tags":{},"startTime":1775579122359,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5604,"timestamp":5972174348304,"id":3252,"parentId":3022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/fourPointsTransform.js","layer":"app-pages-browser"},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4570,"timestamp":5972174349343,"id":3271,"parentId":3263,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174353915,"id":3283,"parentId":3263,"tags":{},"startTime":1775579122359,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":4867,"timestamp":5972174349211,"id":3263,"parentId":3109,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Clip.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":4764,"timestamp":5972174349316,"id":3266,"parentId":3258,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174354082,"id":3284,"parentId":3258,"tags":{},"startTime":1775579122359,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5341,"timestamp":5972174349007,"id":3258,"parentId":3008,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/nanhai.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5921,"timestamp":5972174348430,"id":3257,"parentId":3254,"tags":{},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":30,"timestamp":5972174354354,"id":3285,"parentId":3254,"tags":{},"startTime":1775579122359,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6508,"timestamp":5972174348381,"id":3254,"parentId":3033,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/AxisProxy.js","layer":"app-pages-browser"},"startTime":1775579122353,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5525,"timestamp":5972174349381,"id":3273,"parentId":3265,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":26,"timestamp":5972174354913,"id":3286,"parentId":3265,"tags":{},"startTime":1775579122360,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":5849,"timestamp":5972174349277,"id":3265,"parentId":3106,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/smoothBezier.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"}] -[{"name":"read-resource","duration":5804,"timestamp":5972174349325,"id":3267,"parentId":3259,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":28,"timestamp":5972174355133,"id":3287,"parentId":3259,"tags":{},"startTime":1775579122360,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6166,"timestamp":5972174349069,"id":3259,"parentId":3008,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/textCoord.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":5859,"timestamp":5972174349378,"id":3272,"parentId":3264,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":25,"timestamp":5972174355239,"id":3288,"parentId":3264,"tags":{},"startTime":1775579122360,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6355,"timestamp":5972174349241,"id":3264,"parentId":3109,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/easing.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":6258,"timestamp":5972174349341,"id":3270,"parentId":3262,"tags":{},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":21,"timestamp":5972174355603,"id":3289,"parentId":3262,"tags":{},"startTime":1775579122361,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":6483,"timestamp":5972174349179,"id":3262,"parentId":3102,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssClassId.js","layer":"app-pages-browser"},"startTime":1775579122354,"traceId":"0d955a0204df87b9"},{"name":"read-resource","duration":252,"timestamp":5972174360320,"id":3291,"parentId":3290,"tags":{},"startTime":1775579122365,"traceId":"0d955a0204df87b9"},{"name":"next-swc-loader","duration":41,"timestamp":5972174360576,"id":3292,"parentId":3290,"tags":{},"startTime":1775579122366,"traceId":"0d955a0204df87b9"},{"name":"build-module-js","duration":3070,"timestamp":5972174360263,"id":3290,"parentId":2699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1775579122365,"traceId":"0d955a0204df87b9"},{"name":"add-entry","duration":1383922,"timestamp":5972172979452,"id":829,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"make","duration":1384716,"timestamp":5972172978807,"id":815,"parentId":814,"tags":{},"startTime":1775579120984,"traceId":"0d955a0204df87b9"},{"name":"chunk-graph","duration":7852,"timestamp":5972174399615,"id":3294,"parentId":3293,"tags":{},"startTime":1775579122405,"traceId":"0d955a0204df87b9"},{"name":"optimize-modules","duration":11,"timestamp":5972174407533,"id":3296,"parentId":3293,"tags":{},"startTime":1775579122412,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunks","duration":5166,"timestamp":5972174409275,"id":3298,"parentId":3293,"tags":{},"startTime":1775579122414,"traceId":"0d955a0204df87b9"},{"name":"optimize-tree","duration":12,"timestamp":5972174414481,"id":3299,"parentId":3293,"tags":{},"startTime":1775579122419,"traceId":"0d955a0204df87b9"},{"name":"optimize-chunk-modules","duration":24146,"timestamp":5972174414533,"id":3300,"parentId":3293,"tags":{},"startTime":1775579122419,"traceId":"0d955a0204df87b9"},{"name":"optimize","duration":31205,"timestamp":5972174407508,"id":3295,"parentId":3293,"tags":{},"startTime":1775579122412,"traceId":"0d955a0204df87b9"},{"name":"module-hash","duration":13068,"timestamp":5972174448156,"id":3301,"parentId":3293,"tags":{},"startTime":1775579122453,"traceId":"0d955a0204df87b9"},{"name":"code-generation","duration":366111,"timestamp":5972174461246,"id":3302,"parentId":3293,"tags":{},"startTime":1775579122466,"traceId":"0d955a0204df87b9"},{"name":"hash","duration":5779,"timestamp":5972174829485,"id":3303,"parentId":3293,"tags":{},"startTime":1775579122834,"traceId":"0d955a0204df87b9"},{"name":"code-generation-jobs","duration":191,"timestamp":5972174835262,"id":3304,"parentId":3293,"tags":{},"startTime":1775579122840,"traceId":"0d955a0204df87b9"},{"name":"module-assets","duration":217,"timestamp":5972174835431,"id":3305,"parentId":3293,"tags":{},"startTime":1775579122840,"traceId":"0d955a0204df87b9"},{"name":"create-chunk-assets","duration":4231,"timestamp":5972174835652,"id":3306,"parentId":3293,"tags":{},"startTime":1775579122841,"traceId":"0d955a0204df87b9"},{"name":"NextJsBuildManifest-generateClientManifest","duration":660,"timestamp":5972174843282,"id":3308,"parentId":814,"tags":{},"startTime":1775579122848,"traceId":"0d955a0204df87b9"},{"name":"NextJsBuildManifest-createassets","duration":1104,"timestamp":5972174842841,"id":3307,"parentId":814,"tags":{},"startTime":1775579122848,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":88433,"timestamp":5972174858490,"id":3311,"parentId":3309,"tags":{"name":"static/chunks/main-app-7d7e5d1021afd90c.js","cache":"MISS"},"startTime":1775579122863,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":88317,"timestamp":5972174858631,"id":3313,"parentId":3309,"tags":{"name":"static/chunks/pages/_app-72b849fbd24ac258.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":88277,"timestamp":5972174858679,"id":3314,"parentId":3309,"tags":{"name":"static/chunks/pages/_error-7ba65e1336b92748.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":88394,"timestamp":5972174858568,"id":3312,"parentId":3309,"tags":{"name":"static/chunks/app/_not-found/page-9a1795a099256da4.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87931,"timestamp":5972174859045,"id":3316,"parentId":3309,"tags":{"name":"static/chunks/app/login/page-778febf452923618.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":88279,"timestamp":5972174858718,"id":3315,"parentId":3309,"tags":{"name":"static/chunks/app/layout-97bdd231e78ddf3f.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87447,"timestamp":5972174859568,"id":3318,"parentId":3309,"tags":{"name":"static/chunks/app/recommendations/page-ef6715bbb27168f0.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87901,"timestamp":5972174859148,"id":3317,"parentId":3309,"tags":{"name":"static/chunks/app/page-5a303311159f23ad.js","cache":"MISS"},"startTime":1775579122864,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87435,"timestamp":5972174859756,"id":3319,"parentId":3309,"tags":{"name":"static/chunks/app/sectors/page-2f0e16a2b83354cf.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87371,"timestamp":5972174859845,"id":3320,"parentId":3309,"tags":{"name":"static/chunks/app/chat/page-2dd3304322bd4036.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":86940,"timestamp":5972174860285,"id":3323,"parentId":3309,"tags":{"name":"static/chunks/webpack-76aa9cbbdedb6a49.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87092,"timestamp":5972174860156,"id":3322,"parentId":3309,"tags":{"name":"static/chunks/app/users/page-e66e56f48050576b.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":87323,"timestamp":5972174859945,"id":3321,"parentId":3309,"tags":{"name":"static/chunks/app/stock/[code]/page-aa4270127391b661.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":109009,"timestamp":5972174853462,"id":3310,"parentId":3309,"tags":{"name":"static/chunks/main-9c5f6b283127d940.js","cache":"MISS"},"startTime":1775579122858,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136204,"timestamp":5972174886868,"id":3327,"parentId":3309,"tags":{"name":"static/chunks/117-d0aa9486d6cf1a7a.js","cache":"MISS"},"startTime":1775579122892,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":142834,"timestamp":5972174886250,"id":3325,"parentId":3309,"tags":{"name":"static/chunks/framework-f66176bb897dc684.js","cache":"MISS"},"startTime":1775579122891,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136137,"timestamp":5972174892990,"id":3329,"parentId":3309,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136040,"timestamp":5972174893096,"id":3330,"parentId":3309,"tags":{"name":"static/77YFCNa-r_QnYgqwH2vOe/_ssgManifest.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136066,"timestamp":5972174893153,"id":3331,"parentId":3309,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136143,"timestamp":5972174893170,"id":3332,"parentId":3309,"tags":{"name":"static/77YFCNa-r_QnYgqwH2vOe/_buildManifest.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":136143,"timestamp":5972174893186,"id":3333,"parentId":3309,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":140851,"timestamp":5972174892674,"id":3328,"parentId":3309,"tags":{"name":"static/chunks/448-92a7b932cf4502ac.js","cache":"MISS"},"startTime":1775579122898,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":153811,"timestamp":5972174886557,"id":3326,"parentId":3309,"tags":{"name":"static/chunks/fd9d1056-f8a2d551cbb94c85.js","cache":"MISS"},"startTime":1775579122892,"traceId":"0d955a0204df87b9"},{"name":"minify-js","duration":748299,"timestamp":5972174860365,"id":3324,"parentId":3309,"tags":{"name":"static/chunks/614.a7cee7268dab0743.js","cache":"MISS"},"startTime":1775579122865,"traceId":"0d955a0204df87b9"},{"name":"terser-webpack-plugin-optimize","duration":764180,"timestamp":5972174844497,"id":3309,"parentId":814,"tags":{"compilationName":"client","swcMinify":true},"startTime":1775579122849,"traceId":"0d955a0204df87b9"},{"name":"minify-css","duration":173690,"timestamp":5972175608922,"id":3335,"parentId":3334,"tags":{"file":"static/css/5f3594abc8a0a38a.css","cache":"MISS"},"startTime":1775579123614,"traceId":"0d955a0204df87b9"},{"name":"css-minimizer-plugin","duration":173827,"timestamp":5972175608791,"id":3334,"parentId":814,"tags":{},"startTime":1775579123614,"traceId":"0d955a0204df87b9"},{"name":"seal","duration":1409962,"timestamp":5972174381439,"id":3293,"parentId":814,"tags":{},"startTime":1775579122386,"traceId":"0d955a0204df87b9"},{"name":"webpack-compilation","duration":2814559,"timestamp":5972172976976,"id":814,"parentId":811,"tags":{"name":"client"},"startTime":1775579120982,"traceId":"0d955a0204df87b9"},{"name":"emit","duration":9147,"timestamp":5972175791705,"id":3336,"parentId":811,"tags":{},"startTime":1775579123797,"traceId":"0d955a0204df87b9"},{"name":"webpack-close","duration":476962,"timestamp":5972175801057,"id":3337,"parentId":811,"tags":{"name":"client"},"startTime":1775579123806,"traceId":"0d955a0204df87b9"},{"name":"webpack-generate-error-stats","duration":1485,"timestamp":5972176278047,"id":3338,"parentId":3337,"tags":{},"startTime":1775579124283,"traceId":"0d955a0204df87b9"},{"name":"run-webpack-compiler","duration":3505949,"timestamp":5972172773732,"id":811,"parentId":810,"tags":{},"startTime":1775579120779,"traceId":"0d955a0204df87b9"},{"name":"format-webpack-messages","duration":38,"timestamp":5972176279683,"id":3339,"parentId":810,"tags":{},"startTime":1775579124285,"traceId":"0d955a0204df87b9"},{"name":"worker-main-client","duration":3506180,"timestamp":5972172773585,"id":810,"parentId":1,"tags":{},"startTime":1775579120779,"traceId":"0d955a0204df87b9"},{"name":"verify-and-lint","duration":72279,"timestamp":5972176311484,"id":3343,"parentId":1,"tags":{},"startTime":1775579124316,"traceId":"0d955a0204df87b9"},{"name":"verify-typescript-setup","duration":1198335,"timestamp":5972176310457,"id":3342,"parentId":1,"tags":{},"startTime":1775579124315,"traceId":"0d955a0204df87b9"},{"name":"check-static-error-page","duration":1619,"timestamp":5972177519701,"id":3346,"parentId":3345,"tags":{},"startTime":1775579125525,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":1045,"timestamp":5972177531090,"id":3347,"parentId":3345,"tags":{"page":"/_app"},"startTime":1775579125536,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":603,"timestamp":5972177531541,"id":3349,"parentId":3345,"tags":{"page":"/_document"},"startTime":1775579125536,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":846,"timestamp":5972177531496,"id":3348,"parentId":3345,"tags":{"page":"/_error"},"startTime":1775579125536,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":294416,"timestamp":5972177533113,"id":3363,"parentId":3354,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":295951,"timestamp":5972177531662,"id":3354,"parentId":3345,"tags":{"page":"/"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":296910,"timestamp":5972177533037,"id":3361,"parentId":3353,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":298319,"timestamp":5972177531648,"id":3353,"parentId":3345,"tags":{"page":"/login"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":300063,"timestamp":5972177533133,"id":3364,"parentId":3355,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":302252,"timestamp":5972177531675,"id":3355,"parentId":3345,"tags":{"page":"/recommendations"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":309987,"timestamp":5972177533177,"id":3366,"parentId":3357,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":311455,"timestamp":5972177531765,"id":3357,"parentId":3345,"tags":{"page":"/stock/[code]"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":312586,"timestamp":5972177532817,"id":3359,"parentId":3351,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":313807,"timestamp":5972177531615,"id":3351,"parentId":3345,"tags":{"page":"/api/chat/stream"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":314163,"timestamp":5972177533081,"id":3362,"parentId":3352,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":315620,"timestamp":5972177531635,"id":3352,"parentId":3345,"tags":{"page":"/chat"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":315365,"timestamp":5972177532918,"id":3360,"parentId":3350,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":316738,"timestamp":5972177531553,"id":3350,"parentId":3345,"tags":{"page":"/_not-found"},"startTime":1775579125536,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":321748,"timestamp":5972177533153,"id":3365,"parentId":3356,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":323169,"timestamp":5972177531746,"id":3356,"parentId":3345,"tags":{"page":"/sectors"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"is-page-static","duration":328893,"timestamp":5972177533344,"id":3367,"parentId":3358,"tags":{},"startTime":1775579125538,"traceId":"0d955a0204df87b9"},{"name":"check-page","duration":330466,"timestamp":5972177531779,"id":3358,"parentId":3345,"tags":{"page":"/users"},"startTime":1775579125537,"traceId":"0d955a0204df87b9"},{"name":"static-check","duration":342837,"timestamp":5972177519420,"id":3345,"parentId":1,"tags":{},"startTime":1775579125524,"traceId":"0d955a0204df87b9"},{"name":"load-dotenv","duration":9,"timestamp":5972177878332,"id":3372,"parentId":3371,"tags":{},"startTime":1775579125883,"traceId":"0d955a0204df87b9"},{"name":"run-export-path-map","duration":184,"timestamp":5972178009548,"id":3373,"parentId":3371,"tags":{},"startTime":1775579126014,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":8754,"timestamp":5972178010228,"id":3379,"parentId":3371,"tags":{"path":"/api/chat/stream"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":62023,"timestamp":5972178010211,"id":3378,"parentId":3371,"tags":{"path":"/recommendations"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":67674,"timestamp":5972178010284,"id":3382,"parentId":3371,"tags":{"path":"/sectors"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":71197,"timestamp":5972178010246,"id":3380,"parentId":3371,"tags":{"path":"/chat"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":71374,"timestamp":5972178010193,"id":3377,"parentId":3371,"tags":{"path":"/login"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":71413,"timestamp":5972178010169,"id":3376,"parentId":3371,"tags":{"path":"/"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":74349,"timestamp":5972178010264,"id":3381,"parentId":3371,"tags":{"path":"/_not-found"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":74375,"timestamp":5972178010302,"id":3383,"parentId":3371,"tags":{"path":"/users"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":129862,"timestamp":5972178010013,"id":3374,"parentId":3371,"tags":{"path":"/404"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"export-page","duration":131710,"timestamp":5972178010136,"id":3375,"parentId":3371,"tags":{"path":"/500"},"startTime":1775579126015,"traceId":"0d955a0204df87b9"},{"name":"next-export","duration":310456,"timestamp":5972177877975,"id":3371,"parentId":1,"tags":{},"startTime":1775579125883,"traceId":"0d955a0204df87b9"}] -[{"name":"move-exported-app-not-found-","duration":1912,"timestamp":5972178188989,"id":3384,"parentId":3370,"tags":{},"startTime":1775579126194,"traceId":"0d955a0204df87b9"},{"name":"move-exported-page","duration":8872,"timestamp":5972178190971,"id":3385,"parentId":3370,"tags":{},"startTime":1775579126196,"traceId":"0d955a0204df87b9"},{"name":"static-generation","duration":462056,"timestamp":5972177875468,"id":3370,"parentId":1,"tags":{},"startTime":1775579125880,"traceId":"0d955a0204df87b9"},{"name":"node-file-trace-build","duration":2247217,"timestamp":5972177867425,"id":3369,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1775579125872,"traceId":"0d955a0204df87b9"},{"name":"apply-include-excludes","duration":310,"timestamp":5972180114652,"id":3386,"parentId":1,"tags":{},"startTime":1775579128120,"traceId":"0d955a0204df87b9"},{"name":"print-tree-view","duration":8492,"timestamp":5972180115018,"id":3387,"parentId":1,"tags":{},"startTime":1775579128120,"traceId":"0d955a0204df87b9"},{"name":"telemetry-flush","duration":15,"timestamp":5972180123514,"id":3388,"parentId":1,"tags":{},"startTime":1775579128128,"traceId":"0d955a0204df87b9"},{"name":"next-build","duration":9486459,"timestamp":5972170637074,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1775579118642,"traceId":"0d955a0204df87b9"}] +[{"name":"generate-buildid","duration":130,"timestamp":5972743017858,"id":4,"parentId":1,"tags":{},"startTime":1775579691022,"traceId":"e71ea8e181ebf102"},{"name":"load-custom-routes","duration":1007,"timestamp":5972743018062,"id":5,"parentId":1,"tags":{},"startTime":1775579691022,"traceId":"e71ea8e181ebf102"},{"name":"create-pages-mapping","duration":76,"timestamp":5972743045913,"id":6,"parentId":1,"tags":{},"startTime":1775579691050,"traceId":"e71ea8e181ebf102"},{"name":"collect-app-paths","duration":1518,"timestamp":5972743046001,"id":7,"parentId":1,"tags":{},"startTime":1775579691050,"traceId":"e71ea8e181ebf102"},{"name":"create-app-mapping","duration":298,"timestamp":5972743047537,"id":8,"parentId":1,"tags":{},"startTime":1775579691052,"traceId":"e71ea8e181ebf102"},{"name":"public-dir-conflict-check","duration":187,"timestamp":5972743048042,"id":9,"parentId":1,"tags":{},"startTime":1775579691052,"traceId":"e71ea8e181ebf102"},{"name":"generate-routes-manifest","duration":1050,"timestamp":5972743048298,"id":10,"parentId":1,"tags":{},"startTime":1775579691052,"traceId":"e71ea8e181ebf102"},{"name":"create-dist-dir","duration":63,"timestamp":5972743049745,"id":11,"parentId":1,"tags":{},"startTime":1775579691054,"traceId":"e71ea8e181ebf102"},{"name":"write-routes-manifest","duration":205,"timestamp":5972743051783,"id":12,"parentId":1,"tags":{},"startTime":1775579691056,"traceId":"e71ea8e181ebf102"},{"name":"generate-required-server-files","duration":139,"timestamp":5972743052059,"id":13,"parentId":1,"tags":{},"startTime":1775579691056,"traceId":"e71ea8e181ebf102"},{"name":"create-entrypoints","duration":14018,"timestamp":5972743299897,"id":17,"parentId":15,"tags":{},"startTime":1775579691304,"traceId":"e71ea8e181ebf102"},{"name":"generate-webpack-config","duration":182777,"timestamp":5972743313991,"id":18,"parentId":16,"tags":{},"startTime":1775579691318,"traceId":"e71ea8e181ebf102"},{"name":"next-trace-entrypoint-plugin","duration":950,"timestamp":5972743537367,"id":20,"parentId":19,"tags":{},"startTime":1775579691541,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":13395,"timestamp":5972743576187,"id":37,"parentId":25,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fapi%2Fchat%2Fstream%2Froute&name=app%2Fapi%2Fchat%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fstream%2Froute.ts&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691580,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13109,"timestamp":5972743577977,"id":46,"parentId":45,"tags":{},"startTime":1775579691582,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13509,"timestamp":5972743577584,"id":45,"parentId":34,"tags":{},"startTime":1775579691582,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25029,"timestamp":5972743569980,"id":34,"parentId":23,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1775579691574,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":17022,"timestamp":5972743578073,"id":48,"parentId":47,"tags":{},"startTime":1775579691582,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":17102,"timestamp":5972743577998,"id":47,"parentId":35,"tags":{},"startTime":1775579691582,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39789,"timestamp":5972743571544,"id":35,"parentId":33,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_document.js","layer":null},"startTime":1775579691576,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":37078,"timestamp":5972743578959,"id":49,"parentId":24,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-route-loader/index.js?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!","layer":null},"startTime":1775579691583,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":87,"timestamp":5972743616480,"id":50,"parentId":34,"tags":{"name":"react/jsx-runtime","layer":null},"startTime":1775579691621,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":6,"timestamp":5972743616577,"id":51,"parentId":34,"tags":{"name":"react","layer":null},"startTime":1775579691621,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2590,"timestamp":5972743621323,"id":59,"parentId":58,"tags":{},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3562,"timestamp":5972743621308,"id":58,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3712,"timestamp":5972743621283,"id":55,"parentId":54,"tags":{},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4242,"timestamp":5972743621267,"id":54,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/htmlescape.js","layer":null},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4272,"timestamp":5972743621245,"id":53,"parentId":52,"tags":{},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4716,"timestamp":5972743621140,"id":52,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/get-page-files.js","layer":null},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4564,"timestamp":5972743621303,"id":57,"parentId":56,"tags":{},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5487,"timestamp":5972743621289,"id":56,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/utils.js","layer":null},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5444,"timestamp":5972743621340,"id":61,"parentId":60,"tags":{},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6268,"timestamp":5972743621329,"id":60,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/pretty-bytes.js","layer":null},"startTime":1775579691625,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4960,"timestamp":5972743623103,"id":70,"parentId":69,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5001,"timestamp":5972743623065,"id":69,"parentId":64,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5372,"timestamp":5972743622906,"id":64,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/encode-uri-path.js","layer":null},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5267,"timestamp":5972743623023,"id":66,"parentId":65,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5350,"timestamp":5972743622941,"id":65,"parentId":62,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7268,"timestamp":5972743622769,"id":62,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6995,"timestamp":5972743623063,"id":68,"parentId":67,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7030,"timestamp":5972743623028,"id":67,"parentId":63,"tags":{},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8910,"timestamp":5972743622879,"id":63,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1775579691627,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":67763,"timestamp":5972743571618,"id":36,"parentId":22,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691576,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2518,"timestamp":5972743639672,"id":73,"parentId":72,"tags":{},"startTime":1775579691644,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2572,"timestamp":5972743639621,"id":72,"parentId":71,"tags":{},"startTime":1775579691644,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3646,"timestamp":5972743639477,"id":71,"parentId":49,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1775579691644,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2724,"timestamp":5972743640962,"id":79,"parentId":78,"tags":{},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2783,"timestamp":5972743640905,"id":78,"parentId":74,"tags":{},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3206,"timestamp":5972743640782,"id":74,"parentId":58,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3027,"timestamp":5972743640996,"id":81,"parentId":80,"tags":{},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3061,"timestamp":5972743640964,"id":80,"parentId":77,"tags":{},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3293,"timestamp":5972743640864,"id":77,"parentId":62,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5088,"timestamp":5972743640855,"id":76,"parentId":75,"tags":{},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5416,"timestamp":5972743640836,"id":75,"parentId":49,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":null},"startTime":1775579691645,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1307,"timestamp":5972743644980,"id":89,"parentId":88,"tags":{},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1364,"timestamp":5972743644925,"id":88,"parentId":85,"tags":{},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2020,"timestamp":5972743644666,"id":85,"parentId":52,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-page-path.js","layer":null},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1830,"timestamp":5972743644875,"id":87,"parentId":86,"tags":{},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1998,"timestamp":5972743644708,"id":86,"parentId":84,"tags":{},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2371,"timestamp":5972743644556,"id":84,"parentId":52,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3817,"timestamp":5972743644548,"id":83,"parentId":82,"tags":{},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4095,"timestamp":5972743644530,"id":82,"parentId":49,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/module.compiled.js","layer":null},"startTime":1775579691649,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":13,"timestamp":5972743648792,"id":92,"parentId":85,"tags":{"name":"path","layer":null},"startTime":1775579691653,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":95,"timestamp":5972743659953,"id":99,"parentId":96,"tags":{},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":78,"timestamp":5972743660080,"id":102,"parentId":96,"tags":{},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1066,"timestamp":5972743659457,"id":96,"parentId":37,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-kind.js","layer":"rsc"},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11737,"timestamp":5972743648946,"id":95,"parentId":94,"tags":{},"startTime":1775579691653,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11777,"timestamp":5972743648909,"id":94,"parentId":93,"tags":{},"startTime":1775579691653,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13297,"timestamp":5972743648811,"id":93,"parentId":71,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1775579691653,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16680,"timestamp":5972743645490,"id":91,"parentId":90,"tags":{},"startTime":1775579691650,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16872,"timestamp":5972743645474,"id":90,"parentId":49,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/templates/helpers.js","layer":null},"startTime":1775579691650,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12,"timestamp":5972743662784,"id":103,"parentId":82,"tags":{"name":"next/dist/compiled/next-server/pages.runtime.prod.js","layer":null},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1295,"timestamp":5972743663050,"id":109,"parentId":108,"tags":{},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1310,"timestamp":5972743663037,"id":108,"parentId":105,"tags":{},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1667,"timestamp":5972743662910,"id":105,"parentId":84,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1552,"timestamp":5972743663034,"id":107,"parentId":106,"tags":{},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1576,"timestamp":5972743663011,"id":106,"parentId":104,"tags":{},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1902,"timestamp":5972743662801,"id":104,"parentId":85,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1775579691667,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6428,"timestamp":5972743660004,"id":100,"parentId":97,"tags":{},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":89,"timestamp":5972743666452,"id":118,"parentId":97,"tags":{},"startTime":1775579691671,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11173,"timestamp":5972743659834,"id":97,"parentId":37,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/patch-fetch.js","layer":"rsc"},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11059,"timestamp":5972743660016,"id":101,"parentId":98,"tags":{},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972743671089,"id":119,"parentId":98,"tags":{},"startTime":1775579691675,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11553,"timestamp":5972743659895,"id":98,"parentId":37,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-route/module.compiled.js","layer":"rsc"},"startTime":1775579691664,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7507,"timestamp":5972743665304,"id":115,"parentId":114,"tags":{},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7600,"timestamp":5972743665214,"id":114,"parentId":110,"tags":{},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7844,"timestamp":5972743665339,"id":117,"parentId":116,"tags":{},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7879,"timestamp":5972743665306,"id":116,"parentId":111,"tags":{},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":8837,"timestamp":5972743665140,"id":111,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/layout.tsx","layer":"rsc"},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":11244,"timestamp":5972743664880,"id":110,"parentId":37,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/api/chat/stream/route.ts","layer":"rsc"},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3772,"timestamp":5972743672400,"id":125,"parentId":124,"tags":{},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3783,"timestamp":5972743672390,"id":124,"parentId":121,"tags":{},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4066,"timestamp":5972743672288,"id":121,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3973,"timestamp":5972743672388,"id":123,"parentId":122,"tags":{},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4000,"timestamp":5972743672361,"id":122,"parentId":120,"tags":{},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4563,"timestamp":5972743672244,"id":120,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1775579691676,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11737,"timestamp":5972743665203,"id":113,"parentId":112,"tags":{},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11830,"timestamp":5972743665192,"id":112,"parentId":35,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/html-context.js","layer":null},"startTime":1775579691669,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":100876,"timestamp":5972743576351,"id":38,"parentId":26,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691580,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14,"timestamp":5972743678445,"id":126,"parentId":98,"tags":{"name":"next/dist/compiled/next-server/app-route.runtime.prod.js","layer":null},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3576,"timestamp":5972743678879,"id":133,"parentId":132,"tags":{},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":3606,"timestamp":5972743678852,"id":132,"parentId":129,"tags":{},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4059,"timestamp":5972743678608,"id":129,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1471,"timestamp":5972743685681,"id":146,"parentId":145,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1505,"timestamp":5972743685652,"id":145,"parentId":134,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2374,"timestamp":5972743685296,"id":134,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/parallel-route-default.js","layer":"rsc"},"startTime":1775579691689,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1978,"timestamp":5972743685704,"id":148,"parentId":147,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1999,"timestamp":5972743685683,"id":147,"parentId":135,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2778,"timestamp":5972743685351,"id":135,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"rsc"},"startTime":1775579691689,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9379,"timestamp":5972743678791,"id":130,"parentId":127,"tags":{},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":47,"timestamp":5972743688176,"id":151,"parentId":127,"tags":{},"startTime":1775579691692,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9953,"timestamp":5972743678466,"id":127,"parentId":36,"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":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9612,"timestamp":5972743678812,"id":131,"parentId":128,"tags":{},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972743688428,"id":152,"parentId":128,"tags":{},"startTime":1775579691693,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10527,"timestamp":5972743678556,"id":128,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/entry-base.js","layer":"rsc"},"startTime":1775579691683,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3477,"timestamp":5972743685716,"id":150,"parentId":149,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3489,"timestamp":5972743685705,"id":149,"parentId":136,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3938,"timestamp":5972743685387,"id":136,"parentId":36,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"rsc"},"startTime":1775579691689,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8477,"timestamp":5972743685630,"id":141,"parentId":137,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972743694114,"id":159,"parentId":137,"tags":{},"startTime":1775579691698,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9743,"timestamp":5972743685418,"id":137,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"rsc"},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9531,"timestamp":5972743685636,"id":142,"parentId":138,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972743695172,"id":160,"parentId":138,"tags":{},"startTime":1775579691699,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10580,"timestamp":5972743685471,"id":138,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"rsc"},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10414,"timestamp":5972743685642,"id":143,"parentId":139,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743696060,"id":161,"parentId":139,"tags":{},"startTime":1775579691700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10832,"timestamp":5972743685519,"id":139,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/clone-response.js","layer":"rsc"},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10714,"timestamp":5972743685646,"id":144,"parentId":140,"tags":{},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972743696363,"id":162,"parentId":140,"tags":{},"startTime":1775579691700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11783,"timestamp":5972743685565,"id":140,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/dedupe-fetch.js","layer":"rsc"},"startTime":1775579691690,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13,"timestamp":5972743697862,"id":163,"parentId":127,"tags":{"name":"next/dist/compiled/next-server/app-page.runtime.prod.js","layer":null},"startTime":1775579691702,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11475,"timestamp":5972743690083,"id":156,"parentId":153,"tags":{},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972743701564,"id":169,"parentId":153,"tags":{},"startTime":1775579691706,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12749,"timestamp":5972743689868,"id":153,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/constants.js","layer":"rsc"},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12526,"timestamp":5972743690097,"id":158,"parentId":155,"tags":{},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":78,"timestamp":5972743702628,"id":170,"parentId":155,"tags":{},"startTime":1775579691707,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13273,"timestamp":5972743689991,"id":155,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/output/log.js","layer":"rsc"},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13177,"timestamp":5972743690092,"id":157,"parentId":154,"tags":{},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972743703273,"id":171,"parentId":154,"tags":{},"startTime":1775579691707,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14705,"timestamp":5972743689940,"id":154,"parentId":97,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/lib/trace/tracer.js","layer":"rsc"},"startTime":1775579691694,"traceId":"e71ea8e181ebf102"},{"name":"build-module-external","duration":12,"timestamp":5972743705872,"id":176,"parentId":128,"tags":{"name":"../../client/components/static-generation-async-storage.external","layer":null},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-external","duration":4,"timestamp":5972743705888,"id":177,"parentId":128,"tags":{"name":"../../client/components/request-async-storage.external","layer":null},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-external","duration":4,"timestamp":5972743705895,"id":178,"parentId":128,"tags":{"name":"../../client/components/action-async-storage.external","layer":null},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6685,"timestamp":5972743701092,"id":168,"parentId":167,"tags":{},"startTime":1775579691705,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6712,"timestamp":5972743701069,"id":167,"parentId":166,"tags":{},"startTime":1775579691705,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7040,"timestamp":5972743700978,"id":166,"parentId":85,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1775579691705,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2975,"timestamp":5972743706183,"id":184,"parentId":183,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3004,"timestamp":5972743706156,"id":183,"parentId":172,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3763,"timestamp":5972743705740,"id":172,"parentId":134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4654,"timestamp":5972743706214,"id":190,"parentId":189,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4665,"timestamp":5972743706205,"id":189,"parentId":175,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5180,"timestamp":5972743705849,"id":175,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4809,"timestamp":5972743706226,"id":192,"parentId":191,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4818,"timestamp":5972743706219,"id":191,"parentId":179,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5168,"timestamp":5972743705966,"id":179,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4945,"timestamp":5972743706195,"id":186,"parentId":185,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4955,"timestamp":5972743706185,"id":185,"parentId":173,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5406,"timestamp":5972743705798,"id":173,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5003,"timestamp":5972743706204,"id":188,"parentId":187,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5012,"timestamp":5972743706196,"id":187,"parentId":174,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5441,"timestamp":5972743705826,"id":174,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5188,"timestamp":5972743706235,"id":194,"parentId":193,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5197,"timestamp":5972743706227,"id":193,"parentId":180,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5896,"timestamp":5972743705990,"id":180,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5650,"timestamp":5972743706242,"id":196,"parentId":195,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5658,"timestamp":5972743706235,"id":195,"parentId":181,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6172,"timestamp":5972743706015,"id":181,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5943,"timestamp":5972743706251,"id":198,"parentId":197,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5951,"timestamp":5972743706243,"id":197,"parentId":182,"tags":{},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6235,"timestamp":5972743706035,"id":182,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"rsc"},"startTime":1775579691710,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14400,"timestamp":5972743697904,"id":165,"parentId":164,"tags":{},"startTime":1775579691702,"traceId":"e71ea8e181ebf102"},{"name":"build-module-cjs","duration":14836,"timestamp":5972743697881,"id":164,"parentId":34,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/cjs/_interop_require_default.cjs","layer":null},"startTime":1775579691702,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":173093,"timestamp":5972743539719,"id":23,"parentId":21,"tags":{"request":"next/dist/pages/_app"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":264,"timestamp":5972743713327,"id":206,"parentId":205,"tags":{},"startTime":1775579691717,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1765,"timestamp":5972743713830,"id":220,"parentId":219,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1779,"timestamp":5972743713818,"id":219,"parentId":212,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2347,"timestamp":5972743713571,"id":212,"parentId":138,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"rsc"},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2161,"timestamp":5972743713816,"id":218,"parentId":217,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2207,"timestamp":5972743713776,"id":217,"parentId":207,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2844,"timestamp":5972743713333,"id":207,"parentId":38,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"rsc"},"startTime":1775579691717,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6798,"timestamp":5972743710385,"id":200,"parentId":199,"tags":{},"startTime":1775579691714,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6915,"timestamp":5972743710361,"id":199,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/amp-context.js","layer":null},"startTime":1775579691714,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6871,"timestamp":5972743710409,"id":202,"parentId":201,"tags":{},"startTime":1775579691714,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6937,"timestamp":5972743710398,"id":201,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/pages/vendored/contexts/head-manager-context.js","layer":null},"startTime":1775579691714,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7324,"timestamp":5972743710707,"id":204,"parentId":203,"tags":{},"startTime":1775579691715,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743718038,"id":229,"parentId":203,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7995,"timestamp":5972743710416,"id":203,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"rsc"},"startTime":1775579691715,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4753,"timestamp":5972743713752,"id":216,"parentId":211,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972743718513,"id":230,"parentId":211,"tags":{},"startTime":1775579691723,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5340,"timestamp":5972743713533,"id":211,"parentId":138,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"rsc"},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5248,"timestamp":5972743713743,"id":214,"parentId":209,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743718995,"id":231,"parentId":209,"tags":{},"startTime":1775579691723,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5693,"timestamp":5972743713447,"id":209,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/postpone.js","layer":"rsc"},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5409,"timestamp":5972743713735,"id":213,"parentId":208,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972743719147,"id":232,"parentId":208,"tags":{},"startTime":1775579691723,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6071,"timestamp":5972743713399,"id":208,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/preloads.js","layer":"rsc"},"startTime":1775579691717,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2291,"timestamp":5972743717713,"id":228,"parentId":227,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2303,"timestamp":5972743717703,"id":227,"parentId":223,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2643,"timestamp":5972743717570,"id":223,"parentId":166,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6582,"timestamp":5972743713748,"id":215,"parentId":210,"tags":{},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743720334,"id":233,"parentId":210,"tags":{},"startTime":1775579691724,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7261,"timestamp":5972743713488,"id":210,"parentId":128,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/rsc/taint.js","layer":"rsc"},"startTime":1775579691718,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":8681,"timestamp":5972743897323,"id":542,"parentId":464,"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":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5245,"timestamp":5972743901066,"id":561,"parentId":560,"tags":{},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5267,"timestamp":5972743901045,"id":560,"parentId":556,"tags":{},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5678,"timestamp":5972743900829,"id":556,"parentId":513,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":"ssr"},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5414,"timestamp":5972743901100,"id":563,"parentId":562,"tags":{},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5447,"timestamp":5972743901068,"id":562,"parentId":558,"tags":{},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3730,"timestamp":5972743907674,"id":570,"parentId":569,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3761,"timestamp":5972743907646,"id":569,"parentId":565,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3895,"timestamp":5972743907701,"id":572,"parentId":571,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3923,"timestamp":5972743907676,"id":571,"parentId":566,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4046,"timestamp":5972743907645,"id":568,"parentId":567,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4093,"timestamp":5972743907598,"id":567,"parentId":564,"tags":{},"startTime":1775579691912,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":17333,"timestamp":5972743894693,"id":519,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":16911,"timestamp":5972743897159,"id":537,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"ssr"},"startTime":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":16857,"timestamp":5972743897221,"id":538,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"ssr"},"startTime":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14129,"timestamp":5972743901003,"id":559,"parentId":557,"tags":{},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972743915148,"id":594,"parentId":557,"tags":{},"startTime":1775579691919,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14399,"timestamp":5972743900887,"id":557,"parentId":379,"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":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3535,"timestamp":5972743911961,"id":575,"parentId":574,"tags":{},"startTime":1775579691916,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3587,"timestamp":5972743911911,"id":574,"parentId":573,"tags":{},"startTime":1775579691916,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3095,"timestamp":5972743912791,"id":583,"parentId":582,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3113,"timestamp":5972743912774,"id":582,"parentId":576,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3469,"timestamp":5972743912502,"id":576,"parentId":556,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3175,"timestamp":5972743912801,"id":585,"parentId":584,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3184,"timestamp":5972743912792,"id":584,"parentId":577,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3581,"timestamp":5972743912534,"id":577,"parentId":497,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3310,"timestamp":5972743912810,"id":587,"parentId":586,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3318,"timestamp":5972743912802,"id":586,"parentId":578,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3638,"timestamp":5972743912568,"id":578,"parentId":496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3393,"timestamp":5972743912817,"id":589,"parentId":588,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3401,"timestamp":5972743912810,"id":588,"parentId":579,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3713,"timestamp":5972743912588,"id":579,"parentId":496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3439,"timestamp":5972743912870,"id":593,"parentId":592,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3465,"timestamp":5972743912845,"id":592,"parentId":581,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":17508,"timestamp":5972743900935,"id":558,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"ssr"},"startTime":1775579691905,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5690,"timestamp":5972743912845,"id":591,"parentId":590,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5718,"timestamp":5972743912818,"id":590,"parentId":580,"tags":{},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2295,"timestamp":5972743917171,"id":597,"parentId":596,"tags":{},"startTime":1775579691921,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2315,"timestamp":5972743917152,"id":596,"parentId":595,"tags":{},"startTime":1775579691921,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3135,"timestamp":5972743916656,"id":595,"parentId":517,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer.js","layer":"ssr"},"startTime":1775579691921,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":13914,"timestamp":5972743907248,"id":565,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/capital-flow.tsx","layer":"ssr"},"startTime":1775579691911,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":14018,"timestamp":5972743907163,"id":564,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/kline-chart.tsx","layer":"ssr"},"startTime":1775579691911,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":13888,"timestamp":5972743907298,"id":566,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/score-radar.tsx","layer":"ssr"},"startTime":1775579691911,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1334,"timestamp":5972743920453,"id":606,"parentId":605,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1352,"timestamp":5972743920436,"id":605,"parentId":598,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1986,"timestamp":5972743920004,"id":598,"parentId":499,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":"ssr"},"startTime":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1525,"timestamp":5972743920473,"id":610,"parentId":609,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1533,"timestamp":5972743920465,"id":609,"parentId":602,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2060,"timestamp":5972743920156,"id":602,"parentId":541,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/prefetch-reducer.js","layer":"ssr"},"startTime":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":12644,"timestamp":5972743911790,"id":573,"parentId":366,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"ssr"},"startTime":1775579691916,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4005,"timestamp":5972743920464,"id":608,"parentId":607,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4015,"timestamp":5972743920455,"id":607,"parentId":601,"tags":{},"startTime":1775579691925,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4680,"timestamp":5972743920135,"id":601,"parentId":542,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/apply-flight-data.js","layer":"ssr"},"startTime":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":14304,"timestamp":5972743912606,"id":580,"parentId":343,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":14276,"timestamp":5972743912642,"id":581,"parentId":349,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"ssr"},"startTime":1775579691917,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7839,"timestamp":5972743920350,"id":604,"parentId":600,"tags":{},"startTime":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972743928197,"id":619,"parentId":600,"tags":{},"startTime":1775579691932,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8202,"timestamp":5972743920093,"id":600,"parentId":377,"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":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7959,"timestamp":5972743920340,"id":603,"parentId":599,"tags":{},"startTime":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743928302,"id":620,"parentId":599,"tags":{},"startTime":1775579691932,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8329,"timestamp":5972743920044,"id":599,"parentId":380,"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":1775579691924,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5821,"timestamp":5972743923268,"id":612,"parentId":611,"tags":{},"startTime":1775579691927,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972743929099,"id":639,"parentId":611,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6183,"timestamp":5972743923065,"id":611,"parentId":460,"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":1775579691927,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1266,"timestamp":5972743928602,"id":632,"parentId":631,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1275,"timestamp":5972743928594,"id":631,"parentId":623,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1740,"timestamp":5972743928479,"id":623,"parentId":595,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/restore-reducer.js","layer":"ssr"},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1632,"timestamp":5972743928594,"id":630,"parentId":629,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1642,"timestamp":5972743928585,"id":629,"parentId":622,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2135,"timestamp":5972743928460,"id":622,"parentId":595,"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":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1992,"timestamp":5972743928610,"id":634,"parentId":633,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2000,"timestamp":5972743928603,"id":633,"parentId":624,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2548,"timestamp":5972743928501,"id":624,"parentId":595,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/refresh-reducer.js","layer":"ssr"},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5590,"timestamp":5972743925476,"id":616,"parentId":614,"tags":{},"startTime":1775579691930,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972743931070,"id":643,"parentId":614,"tags":{},"startTime":1775579691935,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5892,"timestamp":5972743925264,"id":614,"parentId":407,"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":1775579691929,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5690,"timestamp":5972743925469,"id":615,"parentId":613,"tags":{},"startTime":1775579691930,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972743931162,"id":644,"parentId":613,"tags":{},"startTime":1775579691935,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6049,"timestamp":5972743925207,"id":613,"parentId":344,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"ssr"},"startTime":1775579691929,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5449,"timestamp":5972743928617,"id":636,"parentId":635,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5457,"timestamp":5972743928610,"id":635,"parentId":625,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5921,"timestamp":5972743928516,"id":625,"parentId":595,"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":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4763,"timestamp":5972743929681,"id":642,"parentId":641,"tags":{},"startTime":1775579691934,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4785,"timestamp":5972743929659,"id":641,"parentId":640,"tags":{},"startTime":1775579691934,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5285,"timestamp":5972743929530,"id":640,"parentId":602,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"ssr"},"startTime":1775579691934,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6247,"timestamp":5972743928583,"id":628,"parentId":627,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6266,"timestamp":5972743928564,"id":627,"parentId":621,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8197,"timestamp":5972743928425,"id":621,"parentId":595,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/reducers/navigate-reducer.js","layer":"ssr"},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8007,"timestamp":5972743928625,"id":638,"parentId":637,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8015,"timestamp":5972743928618,"id":637,"parentId":626,"tags":{},"startTime":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8791,"timestamp":5972743928533,"id":626,"parentId":595,"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":1775579691933,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5222,"timestamp":5972743932190,"id":647,"parentId":646,"tags":{},"startTime":1775579691936,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5241,"timestamp":5972743932171,"id":646,"parentId":645,"tags":{},"startTime":1775579691936,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5709,"timestamp":5972743931996,"id":645,"parentId":601,"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":1775579691936,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13607,"timestamp":5972743927983,"id":618,"parentId":617,"tags":{},"startTime":1775579691932,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972743941594,"id":648,"parentId":617,"tags":{},"startTime":1775579691946,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13803,"timestamp":5972743927919,"id":617,"parentId":364,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"ssr"},"startTime":1775579691932,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":961,"timestamp":5972743944372,"id":659,"parentId":658,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":976,"timestamp":5972743944360,"id":658,"parentId":651,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1384,"timestamp":5972743944247,"id":651,"parentId":622,"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":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1314,"timestamp":5972743944359,"id":657,"parentId":656,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-transform","duration":3093,"timestamp":5972743717701,"id":226,"parentId":225,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3117,"timestamp":5972743717678,"id":225,"parentId":222,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4007,"timestamp":5972743717547,"id":222,"parentId":166,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":145830,"timestamp":5972743576574,"id":40,"parentId":28,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6664,"timestamp":5972743717646,"id":224,"parentId":221,"tags":{},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972743724319,"id":234,"parentId":221,"tags":{},"startTime":1775579691728,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7868,"timestamp":5972743717473,"id":221,"parentId":155,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/picocolors.js","layer":"rsc"},"startTime":1775579691722,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2703,"timestamp":5972743728267,"id":236,"parentId":235,"tags":{},"startTime":1775579691732,"traceId":"e71ea8e181ebf102"},{"name":"build-module-cjs","duration":3156,"timestamp":5972743728237,"id":235,"parentId":93,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/cjs/_interop_require_wildcard.cjs","layer":null},"startTime":1775579691732,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":191731,"timestamp":5972743539736,"id":24,"parentId":21,"tags":{"request":"next-route-loader?kind=PAGES&page=%2F_error&preferredRegion=&absolutePagePath=next%2Fdist%2Fpages%2F_error&absoluteAppPath=next%2Fdist%2Fpages%2F_app&absoluteDocumentPath=next%2Fdist%2Fpages%2F_document&middlewareConfigBase64=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2685,"timestamp":5972743729346,"id":238,"parentId":237,"tags":{},"startTime":1775579691733,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972743732040,"id":247,"parentId":237,"tags":{},"startTime":1775579691736,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3022,"timestamp":5972743729254,"id":237,"parentId":136,"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":1775579691733,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2861,"timestamp":5972743730192,"id":242,"parentId":240,"tags":{},"startTime":1775579691734,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972743733067,"id":248,"parentId":240,"tags":{},"startTime":1775579691737,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3278,"timestamp":5972743730043,"id":240,"parentId":180,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"rsc"},"startTime":1775579691734,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4033,"timestamp":5972743730186,"id":241,"parentId":239,"tags":{},"startTime":1775579691734,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972743734225,"id":249,"parentId":239,"tags":{},"startTime":1775579691738,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4408,"timestamp":5972743729951,"id":239,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react-jsx-runtime.js","layer":"rsc"},"startTime":1775579691734,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3694,"timestamp":5972743730748,"id":244,"parentId":243,"tags":{},"startTime":1775579691735,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4198,"timestamp":5972743730736,"id":243,"parentId":223,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1775579691735,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4418,"timestamp":5972743731565,"id":246,"parentId":245,"tags":{},"startTime":1775579691736,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972743735988,"id":254,"parentId":245,"tags":{},"startTime":1775579691740,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4614,"timestamp":5972743731475,"id":245,"parentId":128,"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":1775579691736,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2283,"timestamp":5972743735419,"id":252,"parentId":250,"tags":{},"startTime":1775579691740,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":46,"timestamp":5972743737709,"id":255,"parentId":250,"tags":{},"startTime":1775579691742,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7928,"timestamp":5972743735293,"id":250,"parentId":154,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/@opentelemetry/api/index.js","layer":"rsc"},"startTime":1775579691739,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7805,"timestamp":5972743735427,"id":253,"parentId":251,"tags":{},"startTime":1775579691740,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":43,"timestamp":5972743743238,"id":256,"parentId":251,"tags":{},"startTime":1775579691747,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8058,"timestamp":5972743735367,"id":251,"parentId":135,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/route-modules/app-page/vendored/rsc/react.js","layer":"rsc"},"startTime":1775579691739,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":166819,"timestamp":5972743576654,"id":41,"parentId":29,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fsectors%2Fpage&name=app%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fsectors%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":206806,"timestamp":5972743539746,"id":25,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fapi%2Fchat%2Fstream%2Froute&name=app%2Fapi%2Fchat%2Fstream%2Froute&pagePath=private-next-app-dir%2Fapi%2Fchat%2Fstream%2Froute.ts&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fapi%2Fchat%2Fstream%2Froute&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1952,"timestamp":5972743744632,"id":260,"parentId":259,"tags":{},"startTime":1775579691749,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2002,"timestamp":5972743744583,"id":259,"parentId":257,"tags":{},"startTime":1775579691749,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2522,"timestamp":5972743744262,"id":257,"parentId":40,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"rsc"},"startTime":1775579691748,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2145,"timestamp":5972743744646,"id":262,"parentId":261,"tags":{},"startTime":1775579691749,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2158,"timestamp":5972743744634,"id":261,"parentId":258,"tags":{},"startTime":1775579691749,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2713,"timestamp":5972743744346,"id":258,"parentId":243,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1775579691748,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":207802,"timestamp":5972743539767,"id":28,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fchat%2Fpage&name=app%2Fchat%2Fpage&pagePath=private-next-app-dir%2Fchat%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fchat%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":760,"timestamp":5972743748909,"id":265,"parentId":264,"tags":{},"startTime":1775579691753,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":786,"timestamp":5972743748887,"id":264,"parentId":263,"tags":{},"startTime":1775579691753,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1037,"timestamp":5972743748848,"id":263,"parentId":258,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1775579691753,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":210073,"timestamp":5972743539949,"id":33,"parentId":21,"tags":{"request":"next/dist/pages/_document"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":1188,"timestamp":5972743750028,"id":267,"parentId":266,"tags":{},"startTime":1775579691754,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972743751221,"id":271,"parentId":266,"tags":{},"startTime":1775579691755,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1396,"timestamp":5972743749932,"id":266,"parentId":208,"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":1775579691754,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":174862,"timestamp":5972743576487,"id":39,"parentId":27,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":213005,"timestamp":5972743539755,"id":26,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fpage&name=app%2Fpage&pagePath=private-next-app-dir%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1814,"timestamp":5972743751104,"id":270,"parentId":269,"tags":{},"startTime":1775579691755,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1853,"timestamp":5972743751068,"id":269,"parentId":268,"tags":{},"startTime":1775579691755,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2061,"timestamp":5972743750999,"id":268,"parentId":41,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"rsc"},"startTime":1775579691755,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":213892,"timestamp":5972743539772,"id":29,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fsectors%2Fpage&name=app%2Fsectors%2Fpage&pagePath=private-next-app-dir%2Fsectors%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fsectors%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":178516,"timestamp":5972743577178,"id":44,"parentId":32,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fusers%2Fpage&name=app%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fusers%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1105,"timestamp":5972743755985,"id":274,"parentId":273,"tags":{},"startTime":1775579691760,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1144,"timestamp":5972743755947,"id":273,"parentId":272,"tags":{},"startTime":1775579691760,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":1428,"timestamp":5972743755772,"id":272,"parentId":39,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"rsc"},"startTime":1775579691760,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":217822,"timestamp":5972743539761,"id":27,"parentId":21,"tags":{"request":"next-app-loader?page=%2Flogin%2Fpage&name=app%2Flogin%2Fpage&pagePath=private-next-app-dir%2Flogin%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Flogin%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":183659,"timestamp":5972743576721,"id":42,"parentId":30,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Frecommendations%2Fpage&name=app%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Frecommendations%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1477,"timestamp":5972743760192,"id":277,"parentId":276,"tags":{},"startTime":1775579691764,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1527,"timestamp":5972743760146,"id":276,"parentId":275,"tags":{},"startTime":1775579691764,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":1755,"timestamp":5972743760058,"id":275,"parentId":44,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"rsc"},"startTime":1775579691764,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":222244,"timestamp":5972743539944,"id":32,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fusers%2Fpage&name=app%2Fusers%2Fpage&pagePath=private-next-app-dir%2Fusers%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fusers%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":639,"timestamp":5972743764403,"id":280,"parentId":279,"tags":{},"startTime":1775579691768,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":690,"timestamp":5972743764354,"id":279,"parentId":278,"tags":{},"startTime":1775579691768,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":923,"timestamp":5972743764265,"id":278,"parentId":42,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"rsc"},"startTime":1775579691768,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":225852,"timestamp":5972743539777,"id":30,"parentId":21,"tags":{"request":"next-app-loader?page=%2Frecommendations%2Fpage&name=app%2Frecommendations%2Fpage&pagePath=private-next-app-dir%2Frecommendations%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Frecommendations%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"build-module-css","duration":54085,"timestamp":5972743712960,"id":205,"parentId":111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"rsc"},"startTime":1775579691717,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":189990,"timestamp":5972743577077,"id":43,"parentId":31,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-app-loader.js?page=%2Fstock%2F%5Bcode%5D%2Fpage&name=app%2Fstock%2F%5Bcode%5D%2Fpage&pagePath=private-next-app-dir%2Fstock%2F%5Bcode%5D%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fstock%2F%5Bcode%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!","layer":"rsc"},"startTime":1775579691581,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":770,"timestamp":5972743773529,"id":283,"parentId":282,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":815,"timestamp":5972743773486,"id":282,"parentId":281,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":1096,"timestamp":5972743773390,"id":281,"parentId":43,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"rsc"},"startTime":1775579691777,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":234976,"timestamp":5972743539924,"id":31,"parentId":21,"tags":{"request":"next-app-loader?page=%2Fstock%2F%5Bcode%5D%2Fpage&name=app%2Fstock%2F%5Bcode%5D%2Fpage&pagePath=private-next-app-dir%2Fstock%2F%5Bcode%5D%2Fpage.tsx&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=%2Fstock%2F%5Bcode%5D%2Fpage&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1012,"timestamp":5972743773898,"id":291,"parentId":290,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1042,"timestamp":5972743773868,"id":290,"parentId":285,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1134,"timestamp":5972743773961,"id":295,"parentId":294,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1170,"timestamp":5972743773927,"id":294,"parentId":287,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1340,"timestamp":5972743773867,"id":289,"parentId":288,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1375,"timestamp":5972743773833,"id":288,"parentId":284,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1341,"timestamp":5972743773925,"id":293,"parentId":292,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1369,"timestamp":5972743773899,"id":292,"parentId":286,"tags":{},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":1792,"timestamp":5972743773621,"id":284,"parentId":111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"rsc"},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2111,"timestamp":5972743773677,"id":285,"parentId":111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"rsc"},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2071,"timestamp":5972743773723,"id":286,"parentId":111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"rsc"},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2016,"timestamp":5972743773783,"id":287,"parentId":111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"rsc"},"startTime":1775579691778,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":236811,"timestamp":5972743539494,"id":22,"parentId":21,"tags":{"request":"next-app-loader?page=%2F_not-found%2Fpage&name=app%2F_not-found%2Fpage&pagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&appDir=%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp&appPaths=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&pageExtensions=tsx&pageExtensions=ts&pageExtensions=jsx&pageExtensions=js&basePath=&assetPrefix=&nextConfigOutput=standalone&nextConfigExperimentalUseEarlyImport=false&preferredRegion=&middlewareConfig=e30%3D!"},"startTime":1775579691544,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":1946,"timestamp":5972743802057,"id":334,"parentId":19,"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%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":1775579691806,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":1213,"timestamp":5972743804017,"id":335,"parentId":19,"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":1775579691808,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":226,"timestamp":5972743805236,"id":336,"parentId":19,"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":1775579691809,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":229,"timestamp":5972743805466,"id":337,"parentId":19,"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%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579691810,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":209,"timestamp":5972743805699,"id":338,"parentId":19,"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%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579691810,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":215,"timestamp":5972743805912,"id":339,"parentId":19,"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":1775579691810,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":201,"timestamp":5972743806131,"id":340,"parentId":19,"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":1775579691810,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":224,"timestamp":5972743806336,"id":341,"parentId":19,"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%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=true!","layer":"ssr"},"startTime":1775579691810,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":216,"timestamp":5972743806568,"id":342,"parentId":19,"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":1775579691811,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":924,"timestamp":5972743810825,"id":357,"parentId":356,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":955,"timestamp":5972743810800,"id":356,"parentId":346,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":1595,"timestamp":5972743810502,"id":346,"parentId":339,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1922,"timestamp":5972743810769,"id":353,"parentId":352,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1952,"timestamp":5972743810741,"id":352,"parentId":344,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":2690,"timestamp":5972743810418,"id":344,"parentId":337,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2389,"timestamp":5972743810739,"id":351,"parentId":350,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-transform","duration":3989,"timestamp":5972743870951,"id":459,"parentId":458,"tags":{},"startTime":1775579691875,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4011,"timestamp":5972743870930,"id":458,"parentId":455,"tags":{},"startTime":1775579691875,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4696,"timestamp":5972743870453,"id":455,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"ssr"},"startTime":1775579691875,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18345,"timestamp":5972743859708,"id":410,"parentId":409,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972743878064,"id":484,"parentId":409,"tags":{},"startTime":1775579691882,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18887,"timestamp":5972743859663,"id":409,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"ssr"},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2512,"timestamp":5972743876105,"id":475,"parentId":474,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2520,"timestamp":5972743876098,"id":474,"parentId":463,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3243,"timestamp":5972743875561,"id":463,"parentId":377,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2722,"timestamp":5972743876088,"id":471,"parentId":470,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2732,"timestamp":5972743876078,"id":470,"parentId":461,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3467,"timestamp":5972743875515,"id":461,"parentId":379,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2912,"timestamp":5972743876076,"id":469,"parentId":468,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2933,"timestamp":5972743876057,"id":468,"parentId":460,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3982,"timestamp":5972743875474,"id":460,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/fetch-server-response.js","layer":"ssr"},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":152,"timestamp":5972743880599,"id":488,"parentId":485,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":367,"timestamp":5972743880764,"id":493,"parentId":485,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":988,"timestamp":5972743880456,"id":485,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"ssr"},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5779,"timestamp":5972743876121,"id":479,"parentId":478,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5788,"timestamp":5972743876114,"id":478,"parentId":465,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6469,"timestamp":5972743875597,"id":465,"parentId":379,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5976,"timestamp":5972743876097,"id":473,"parentId":472,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5984,"timestamp":5972743876089,"id":472,"parentId":462,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6753,"timestamp":5972743875538,"id":462,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/router-reducer-types.js","layer":"ssr"},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6521,"timestamp":5972743876129,"id":481,"parentId":480,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6529,"timestamp":5972743876122,"id":480,"parentId":466,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7199,"timestamp":5972743875633,"id":466,"parentId":379,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6700,"timestamp":5972743876137,"id":483,"parentId":482,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6707,"timestamp":5972743876130,"id":482,"parentId":467,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7364,"timestamp":5972743875654,"id":467,"parentId":377,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8131,"timestamp":5972743876113,"id":477,"parentId":476,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8141,"timestamp":5972743876106,"id":476,"parentId":464,"tags":{},"startTime":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9029,"timestamp":5972743875579,"id":464,"parentId":377,"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":1775579691880,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4010,"timestamp":5972743880664,"id":492,"parentId":491,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4024,"timestamp":5972743880651,"id":491,"parentId":487,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4288,"timestamp":5972743880567,"id":487,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"ssr"},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4211,"timestamp":5972743880649,"id":490,"parentId":489,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4234,"timestamp":5972743880626,"id":489,"parentId":486,"tags":{},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4477,"timestamp":5972743880533,"id":486,"parentId":417,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"ssr"},"startTime":1775579691885,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15532,"timestamp":5972743870756,"id":457,"parentId":454,"tags":{},"startTime":1775579691875,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972743886293,"id":494,"parentId":454,"tags":{},"startTime":1775579691890,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15969,"timestamp":5972743870408,"id":454,"parentId":346,"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":1775579691874,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15643,"timestamp":5972743870741,"id":456,"parentId":453,"tags":{},"startTime":1775579691875,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972743886387,"id":495,"parentId":453,"tags":{},"startTime":1775579691890,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16112,"timestamp":5972743870334,"id":453,"parentId":346,"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":1775579691874,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54,"timestamp":5972743889942,"id":514,"parentId":513,"tags":{},"startTime":1775579691894,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972743890002,"id":515,"parentId":513,"tags":{},"startTime":1775579691894,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":605,"timestamp":5972743889852,"id":513,"parentId":466,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"ssr"},"startTime":1775579691894,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3485,"timestamp":5972743887007,"id":510,"parentId":509,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3493,"timestamp":5972743887000,"id":509,"parentId":499,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3818,"timestamp":5972743886851,"id":499,"parentId":407,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/bailout-to-client-rendering.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3695,"timestamp":5972743886980,"id":504,"parentId":503,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3715,"timestamp":5972743886961,"id":503,"parentId":496,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4271,"timestamp":5972743886761,"id":496,"parentId":419,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4044,"timestamp":5972743886999,"id":508,"parentId":507,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4053,"timestamp":5972743886992,"id":507,"parentId":498,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4474,"timestamp":5972743886827,"id":498,"parentId":407,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4381,"timestamp":5972743886991,"id":506,"parentId":505,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4391,"timestamp":5972743886982,"id":505,"parentId":497,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5110,"timestamp":5972743886805,"id":497,"parentId":408,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4907,"timestamp":5972743887015,"id":512,"parentId":511,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4914,"timestamp":5972743887008,"id":511,"parentId":501,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5132,"timestamp":5972743886912,"id":501,"parentId":419,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":378,"timestamp":5972743894945,"id":523,"parentId":516,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":512,"timestamp":5972743895330,"id":536,"parentId":516,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1528,"timestamp":5972743894544,"id":516,"parentId":454,"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":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1843,"timestamp":5972743895096,"id":527,"parentId":526,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1858,"timestamp":5972743895082,"id":526,"parentId":518,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2456,"timestamp":5972743894647,"id":518,"parentId":455,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2400,"timestamp":5972743895195,"id":531,"parentId":530,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2412,"timestamp":5972743895185,"id":530,"parentId":520,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3062,"timestamp":5972743894768,"id":520,"parentId":460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2766,"timestamp":5972743895070,"id":525,"parentId":524,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2798,"timestamp":5972743895039,"id":524,"parentId":517,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3675,"timestamp":5972743894619,"id":517,"parentId":424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3197,"timestamp":5972743895184,"id":529,"parentId":528,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3285,"timestamp":5972743895097,"id":528,"parentId":519,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3839,"timestamp":5972743895203,"id":533,"parentId":532,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3849,"timestamp":5972743895196,"id":532,"parentId":521,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4626,"timestamp":5972743894785,"id":521,"parentId":460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4373,"timestamp":5972743895211,"id":535,"parentId":534,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4382,"timestamp":5972743895204,"id":534,"parentId":522,"tags":{},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5060,"timestamp":5972743894801,"id":522,"parentId":460,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"ssr"},"startTime":1775579691899,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13452,"timestamp":5972743886932,"id":502,"parentId":500,"tags":{},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972743900390,"id":555,"parentId":500,"tags":{},"startTime":1775579691904,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13710,"timestamp":5972743886869,"id":500,"parentId":422,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/get-segment-param.js","layer":"ssr"},"startTime":1775579691891,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5038,"timestamp":5972743897452,"id":548,"parentId":547,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5048,"timestamp":5972743897443,"id":547,"parentId":539,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5706,"timestamp":5972743897267,"id":539,"parentId":464,"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":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5531,"timestamp":5972743897460,"id":550,"parentId":549,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5539,"timestamp":5972743897453,"id":549,"parentId":540,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6131,"timestamp":5972743897287,"id":540,"parentId":464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/compute-changed-path.js","layer":"ssr"},"startTime":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5991,"timestamp":5972743897441,"id":546,"parentId":545,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6019,"timestamp":5972743897414,"id":545,"parentId":538,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6711,"timestamp":5972743897412,"id":544,"parentId":543,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6757,"timestamp":5972743897369,"id":543,"parentId":537,"tags":{},"startTime":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7277,"timestamp":5972743897473,"id":552,"parentId":551,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7290,"timestamp":5972743897461,"id":551,"parentId":541,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8107,"timestamp":5972743897306,"id":541,"parentId":464,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/prefetch-cache-utils.js","layer":"ssr"},"startTime":1775579691901,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8079,"timestamp":5972743897480,"id":554,"parentId":553,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8088,"timestamp":5972743897473,"id":553,"parentId":542,"tags":{},"startTime":1775579691902,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":1324,"timestamp":5972743944349,"id":656,"parentId":650,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2192,"timestamp":5972743944222,"id":650,"parentId":622,"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":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2324,"timestamp":5972743944380,"id":661,"parentId":660,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2332,"timestamp":5972743944373,"id":660,"parentId":652,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2716,"timestamp":5972743944272,"id":652,"parentId":622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-mutable.js","layer":"ssr"},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3312,"timestamp":5972743944388,"id":663,"parentId":662,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3320,"timestamp":5972743944381,"id":662,"parentId":653,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3568,"timestamp":5972743944291,"id":653,"parentId":622,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/handle-segment-mismatch.js","layer":"ssr"},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3281,"timestamp":5972743944584,"id":669,"parentId":668,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3294,"timestamp":5972743944572,"id":668,"parentId":664,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3544,"timestamp":5972743944497,"id":664,"parentId":645,"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":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3452,"timestamp":5972743944593,"id":671,"parentId":670,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3461,"timestamp":5972743944585,"id":670,"parentId":665,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3714,"timestamp":5972743944519,"id":665,"parentId":621,"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":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3639,"timestamp":5972743944601,"id":673,"parentId":672,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3647,"timestamp":5972743944594,"id":672,"parentId":666,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3837,"timestamp":5972743944537,"id":666,"parentId":621,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/should-hard-navigate.js","layer":"ssr"},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3769,"timestamp":5972743944609,"id":675,"parentId":674,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3777,"timestamp":5972743944602,"id":674,"parentId":667,"tags":{},"startTime":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4004,"timestamp":5972743944554,"id":667,"parentId":621,"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":1775579691949,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4272,"timestamp":5972743944348,"id":655,"parentId":654,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4299,"timestamp":5972743944321,"id":654,"parentId":649,"tags":{},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5609,"timestamp":5972743944167,"id":649,"parentId":623,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/router-reducer/ppr-navigations.js","layer":"ssr"},"startTime":1775579691948,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":249,"timestamp":5972743952992,"id":682,"parentId":681,"tags":{},"startTime":1775579691957,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972743953246,"id":683,"parentId":681,"tags":{},"startTime":1775579691957,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":466,"timestamp":5972743952947,"id":681,"parentId":640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_key.js","layer":"ssr"},"startTime":1775579691957,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":504,"timestamp":5972743952916,"id":680,"parentId":679,"tags":{},"startTime":1775579691957,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743953423,"id":684,"parentId":679,"tags":{},"startTime":1775579691958,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":670,"timestamp":5972743952860,"id":679,"parentId":640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_class_private_field_loose_base.js","layer":"ssr"},"startTime":1775579691957,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2552,"timestamp":5972743951255,"id":678,"parentId":677,"tags":{},"startTime":1775579691955,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2575,"timestamp":5972743951234,"id":677,"parentId":676,"tags":{},"startTime":1775579691955,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4223,"timestamp":5972743950834,"id":676,"parentId":617,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"ssr"},"startTime":1775579691955,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1167,"timestamp":5972743957697,"id":687,"parentId":686,"tags":{},"startTime":1775579691962,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1189,"timestamp":5972743957677,"id":686,"parentId":685,"tags":{},"startTime":1775579691962,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1889,"timestamp":5972743957622,"id":685,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"ssr"},"startTime":1775579691962,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":758,"timestamp":5972743959748,"id":701,"parentId":700,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":768,"timestamp":5972743959740,"id":700,"parentId":691,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1162,"timestamp":5972743959635,"id":691,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1362,"timestamp":5972743959728,"id":697,"parentId":696,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1372,"timestamp":5972743959718,"id":696,"parentId":689,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1830,"timestamp":5972743959567,"id":689,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1995,"timestamp":5972743959713,"id":695,"parentId":694,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2013,"timestamp":5972743959696,"id":694,"parentId":688,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2589,"timestamp":5972743959530,"id":688,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2410,"timestamp":5972743959739,"id":699,"parentId":698,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2421,"timestamp":5972743959729,"id":698,"parentId":690,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2919,"timestamp":5972743959594,"id":690,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2762,"timestamp":5972743959756,"id":703,"parentId":702,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2770,"timestamp":5972743959749,"id":702,"parentId":692,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2989,"timestamp":5972743959654,"id":692,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5026,"timestamp":5972743959766,"id":705,"parentId":704,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5037,"timestamp":5972743959757,"id":704,"parentId":693,"tags":{},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5632,"timestamp":5972743959678,"id":693,"parentId":676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":"ssr"},"startTime":1775579691964,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":868,"timestamp":5972743967145,"id":708,"parentId":707,"tags":{},"startTime":1775579691971,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":894,"timestamp":5972743967121,"id":707,"parentId":706,"tags":{},"startTime":1775579691971,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1191,"timestamp":5972743967037,"id":706,"parentId":688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"ssr"},"startTime":1775579691971,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":655,"timestamp":5972743968495,"id":718,"parentId":717,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":666,"timestamp":5972743968486,"id":717,"parentId":711,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":936,"timestamp":5972743968394,"id":711,"parentId":688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"ssr"},"startTime":1775579691972,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":902,"timestamp":5972743968473,"id":714,"parentId":713,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":923,"timestamp":5972743968452,"id":713,"parentId":709,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1283,"timestamp":5972743968314,"id":709,"parentId":690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"ssr"},"startTime":1775579691972,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1101,"timestamp":5972743968503,"id":720,"parentId":719,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1109,"timestamp":5972743968496,"id":719,"parentId":712,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1448,"timestamp":5972743968415,"id":712,"parentId":688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":"ssr"},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1382,"timestamp":5972743968485,"id":716,"parentId":715,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1394,"timestamp":5972743968475,"id":715,"parentId":710,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1753,"timestamp":5972743968368,"id":710,"parentId":688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"ssr"},"startTime":1775579691972,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1189,"timestamp":5972743969104,"id":726,"parentId":725,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1200,"timestamp":5972743969095,"id":725,"parentId":722,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1412,"timestamp":5972743969043,"id":722,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":"ssr"},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1368,"timestamp":5972743969093,"id":724,"parentId":723,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1393,"timestamp":5972743969069,"id":723,"parentId":721,"tags":{},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1916,"timestamp":5972743968990,"id":721,"parentId":706,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":"ssr"},"startTime":1775579691973,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":559,"timestamp":5972743971722,"id":728,"parentId":727,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":50,"timestamp":5972743972285,"id":735,"parentId":727,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":786,"timestamp":5972743971652,"id":727,"parentId":676,"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":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":801,"timestamp":5972743971968,"id":731,"parentId":730,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":826,"timestamp":5972743971944,"id":730,"parentId":729,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1098,"timestamp":5972743971911,"id":729,"parentId":712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":"ssr"},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1246,"timestamp":5972743972031,"id":734,"parentId":733,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1258,"timestamp":5972743972020,"id":733,"parentId":732,"tags":{},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1998,"timestamp":5972743971998,"id":732,"parentId":712,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":"ssr"},"startTime":1775579691976,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2,"timestamp":5972743974792,"id":737,"parentId":736,"tags":{},"startTime":1775579691979,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972743974798,"id":738,"parentId":736,"tags":{},"startTime":1775579691979,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":612,"timestamp":5972743974733,"id":736,"parentId":732,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"ssr"},"startTime":1775579691979,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":410,"timestamp":5972743975642,"id":741,"parentId":740,"tags":{},"startTime":1775579691980,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":428,"timestamp":5972743975625,"id":740,"parentId":739,"tags":{},"startTime":1775579691980,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":591,"timestamp":5972743975594,"id":739,"parentId":732,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"ssr"},"startTime":1775579691980,"traceId":"e71ea8e181ebf102"},{"name":"make","duration":437858,"timestamp":5972743539331,"id":21,"parentId":19,"tags":{},"startTime":1775579691543,"traceId":"e71ea8e181ebf102"},{"name":"get-entries","duration":477,"timestamp":5972743977828,"id":743,"parentId":742,"tags":{},"startTime":1775579691982,"traceId":"e71ea8e181ebf102"},{"name":"node-file-trace-plugin","duration":42182,"timestamp":5972743980159,"id":744,"parentId":742,"tags":{"traceEntryCount":"20"},"startTime":1775579691984,"traceId":"e71ea8e181ebf102"},{"name":"collect-traced-files","duration":303,"timestamp":5972744022346,"id":745,"parentId":742,"tags":{},"startTime":1775579692026,"traceId":"e71ea8e181ebf102"},{"name":"finish-modules","duration":44923,"timestamp":5972743977727,"id":742,"parentId":20,"tags":{},"startTime":1775579691982,"traceId":"e71ea8e181ebf102"},{"name":"chunk-graph","duration":4421,"timestamp":5972744031789,"id":747,"parentId":746,"tags":{},"startTime":1775579692036,"traceId":"e71ea8e181ebf102"},{"name":"optimize-modules","duration":13,"timestamp":5972744036288,"id":749,"parentId":746,"tags":{},"startTime":1775579692040,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunks","duration":5478,"timestamp":5972744036338,"id":750,"parentId":746,"tags":{},"startTime":1775579692040,"traceId":"e71ea8e181ebf102"},{"name":"optimize-tree","duration":12,"timestamp":5972744041855,"id":751,"parentId":746,"tags":{},"startTime":1775579692046,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunk-modules","duration":4089,"timestamp":5972744041904,"id":752,"parentId":746,"tags":{},"startTime":1775579692046,"traceId":"e71ea8e181ebf102"},{"name":"optimize","duration":9781,"timestamp":5972744036241,"id":748,"parentId":746,"tags":{},"startTime":1775579692040,"traceId":"e71ea8e181ebf102"},{"name":"module-hash","duration":4390,"timestamp":5972744053925,"id":753,"parentId":746,"tags":{},"startTime":1775579692058,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":2455,"timestamp":5972743810673,"id":350,"parentId":343,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":4251,"timestamp":5972743809824,"id":343,"parentId":336,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"ssr"},"startTime":1775579691814,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3299,"timestamp":5972743810799,"id":355,"parentId":354,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3328,"timestamp":5972743810770,"id":354,"parentId":345,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":4601,"timestamp":5972743810463,"id":345,"parentId":338,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4361,"timestamp":5972743810859,"id":359,"parentId":358,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4394,"timestamp":5972743810826,"id":358,"parentId":347,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":5174,"timestamp":5972743810542,"id":347,"parentId":340,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7766,"timestamp":5972743810911,"id":363,"parentId":362,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7793,"timestamp":5972743810886,"id":362,"parentId":349,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":8912,"timestamp":5972743810621,"id":349,"parentId":341,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8680,"timestamp":5972743810885,"id":361,"parentId":360,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8706,"timestamp":5972743810860,"id":360,"parentId":348,"tags":{},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":10118,"timestamp":5972743810583,"id":348,"parentId":342,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"ssr"},"startTime":1775579691815,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4342,"timestamp":5972743827787,"id":373,"parentId":372,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4371,"timestamp":5972743827763,"id":372,"parentId":366,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":4887,"timestamp":5972743827556,"id":366,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"ssr"},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4865,"timestamp":5972743827813,"id":375,"parentId":374,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4891,"timestamp":5972743827788,"id":374,"parentId":367,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":5344,"timestamp":5972743827595,"id":367,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"ssr"},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5186,"timestamp":5972743827761,"id":371,"parentId":370,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5213,"timestamp":5972743827734,"id":370,"parentId":365,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":5646,"timestamp":5972743827491,"id":365,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"ssr"},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5416,"timestamp":5972743827732,"id":369,"parentId":368,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5464,"timestamp":5972743827691,"id":368,"parentId":364,"tags":{},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":6454,"timestamp":5972743827418,"id":364,"parentId":334,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"ssr"},"startTime":1775579691832,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3198,"timestamp":5972743830818,"id":387,"parentId":386,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3223,"timestamp":5972743830793,"id":386,"parentId":378,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3685,"timestamp":5972743830676,"id":378,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3593,"timestamp":5972743830776,"id":383,"parentId":382,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3615,"timestamp":5972743830754,"id":382,"parentId":376,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4567,"timestamp":5972743830417,"id":376,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6848,"timestamp":5972743830841,"id":391,"parentId":390,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6861,"timestamp":5972743830829,"id":390,"parentId":380,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7398,"timestamp":5972743830716,"id":380,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7383,"timestamp":5972743830850,"id":393,"parentId":392,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7392,"timestamp":5972743830842,"id":392,"parentId":381,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7675,"timestamp":5972743830734,"id":381,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/render-from-template-context.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7675,"timestamp":5972743830828,"id":389,"parentId":388,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7685,"timestamp":5972743830819,"id":388,"parentId":379,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9076,"timestamp":5972743830696,"id":379,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8992,"timestamp":5972743830792,"id":385,"parentId":384,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9008,"timestamp":5972743830777,"id":384,"parentId":377,"tags":{},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10746,"timestamp":5972743830647,"id":377,"parentId":335,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"ssr"},"startTime":1775579691835,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":108,"timestamp":5972743849991,"id":396,"parentId":394,"tags":{},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":100,"timestamp":5972743850107,"id":399,"parentId":394,"tags":{},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":757,"timestamp":5972743849689,"id":394,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"ssr"},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3481,"timestamp":5972743850037,"id":398,"parentId":397,"tags":{},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3507,"timestamp":5972743850013,"id":397,"parentId":395,"tags":{},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3963,"timestamp":5972743849950,"id":395,"parentId":378,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"ssr"},"startTime":1775579691854,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3955,"timestamp":5972743855003,"id":403,"parentId":402,"tags":{},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3977,"timestamp":5972743854983,"id":402,"parentId":400,"tags":{},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4466,"timestamp":5972743854817,"id":400,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"ssr"},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4273,"timestamp":5972743855018,"id":405,"parentId":404,"tags":{},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4287,"timestamp":5972743855005,"id":404,"parentId":401,"tags":{},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4576,"timestamp":5972743854858,"id":401,"parentId":380,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"ssr"},"startTime":1775579691859,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":419,"timestamp":5972743864817,"id":429,"parentId":417,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":458,"timestamp":5972743864820,"id":430,"parentId":418,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":63,"timestamp":5972743865242,"id":451,"parentId":417,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972743865280,"id":452,"parentId":418,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1490,"timestamp":5972743864496,"id":417,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1602,"timestamp":5972743864565,"id":418,"parentId":395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/web/spec-extension/adapters/reflect.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6415,"timestamp":5972743859767,"id":412,"parentId":411,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6436,"timestamp":5972743859747,"id":411,"parentId":406,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6751,"timestamp":5972743859570,"id":406,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"ssr"},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6540,"timestamp":5972743859787,"id":416,"parentId":415,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6550,"timestamp":5972743859779,"id":415,"parentId":408,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6860,"timestamp":5972743859639,"id":408,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/is-next-router-error.js","layer":"ssr"},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6831,"timestamp":5972743859778,"id":414,"parentId":413,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6842,"timestamp":5972743859769,"id":413,"parentId":407,"tags":{},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7902,"timestamp":5972743859616,"id":407,"parentId":376,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"ssr"},"startTime":1775579691864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3648,"timestamp":5972743865051,"id":436,"parentId":435,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3658,"timestamp":5972743865043,"id":435,"parentId":421,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4285,"timestamp":5972743864652,"id":421,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3889,"timestamp":5972743865059,"id":438,"parentId":437,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3897,"timestamp":5972743865052,"id":437,"parentId":422,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4573,"timestamp":5972743864670,"id":422,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4219,"timestamp":5972743865031,"id":432,"parentId":431,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4245,"timestamp":5972743865006,"id":431,"parentId":419,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4898,"timestamp":5972743864611,"id":419,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4473,"timestamp":5972743865042,"id":434,"parentId":433,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4483,"timestamp":5972743865032,"id":433,"parentId":420,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5078,"timestamp":5972743864632,"id":420,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7479,"timestamp":5972743865092,"id":446,"parentId":445,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7487,"timestamp":5972743865086,"id":445,"parentId":426,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8083,"timestamp":5972743864754,"id":426,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7778,"timestamp":5972743865069,"id":440,"parentId":439,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7787,"timestamp":5972743865060,"id":439,"parentId":423,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8540,"timestamp":5972743864687,"id":423,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8138,"timestamp":5972743865100,"id":448,"parentId":447,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8146,"timestamp":5972743865093,"id":447,"parentId":427,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8574,"timestamp":5972743864774,"id":427,"parentId":379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8268,"timestamp":5972743865085,"id":444,"parentId":443,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8276,"timestamp":5972743865078,"id":443,"parentId":425,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8940,"timestamp":5972743864731,"id":425,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8649,"timestamp":5972743865108,"id":450,"parentId":449,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8657,"timestamp":5972743865101,"id":449,"parentId":428,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9326,"timestamp":5972743864789,"id":428,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9044,"timestamp":5972743865077,"id":442,"parentId":441,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9052,"timestamp":5972743865070,"id":441,"parentId":424,"tags":{},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9903,"timestamp":5972743864704,"id":424,"parentId":377,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/use-reducer-with-devtools.js","layer":"ssr"},"startTime":1775579691869,"traceId":"e71ea8e181ebf102"}] +[{"name":"code-generation","duration":21755,"timestamp":5972744058330,"id":754,"parentId":746,"tags":{},"startTime":1775579692062,"traceId":"e71ea8e181ebf102"},{"name":"hash","duration":3900,"timestamp":5972744082237,"id":755,"parentId":746,"tags":{},"startTime":1775579692086,"traceId":"e71ea8e181ebf102"},{"name":"code-generation-jobs","duration":233,"timestamp":5972744086136,"id":756,"parentId":746,"tags":{},"startTime":1775579692090,"traceId":"e71ea8e181ebf102"},{"name":"module-assets","duration":124,"timestamp":5972744086346,"id":757,"parentId":746,"tags":{},"startTime":1775579692090,"traceId":"e71ea8e181ebf102"},{"name":"create-chunk-assets","duration":3874,"timestamp":5972744086474,"id":758,"parentId":746,"tags":{},"startTime":1775579692091,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":14264,"timestamp":5972744097499,"id":763,"parentId":759,"tags":{"name":"../app/api/chat/stream/route.js","cache":"MISS"},"startTime":1775579692102,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":16122,"timestamp":5972744095665,"id":760,"parentId":759,"tags":{"name":"../app/_not-found/page.js","cache":"MISS"},"startTime":1775579692100,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":14839,"timestamp":5972744096958,"id":761,"parentId":759,"tags":{"name":"../pages/_app.js","cache":"MISS"},"startTime":1775579692101,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":15731,"timestamp":5972744097085,"id":762,"parentId":759,"tags":{"name":"../pages/_error.js","cache":"MISS"},"startTime":1775579692101,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":14982,"timestamp":5972744098043,"id":765,"parentId":759,"tags":{"name":"../app/login/page.js","cache":"MISS"},"startTime":1775579692102,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":15908,"timestamp":5972744098157,"id":766,"parentId":759,"tags":{"name":"../app/chat/page.js","cache":"MISS"},"startTime":1775579692102,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":16314,"timestamp":5972744098311,"id":767,"parentId":759,"tags":{"name":"../app/sectors/page.js","cache":"MISS"},"startTime":1775579692102,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":17624,"timestamp":5972744098419,"id":768,"parentId":759,"tags":{"name":"../app/recommendations/page.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":17296,"timestamp":5972744099083,"id":771,"parentId":759,"tags":{"name":"../pages/_document.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":17814,"timestamp":5972744098606,"id":769,"parentId":759,"tags":{"name":"../app/stock/[code]/page.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":19381,"timestamp":5972744097590,"id":764,"parentId":759,"tags":{"name":"../app/page.js","cache":"MISS"},"startTime":1775579692102,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":18212,"timestamp":5972744099120,"id":772,"parentId":759,"tags":{"name":"../webpack-runtime.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":18537,"timestamp":5972744098891,"id":770,"parentId":759,"tags":{"name":"../app/users/page.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":19854,"timestamp":5972744101782,"id":776,"parentId":759,"tags":{"name":"171.js","cache":"MISS"},"startTime":1775579692106,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":29691,"timestamp":5972744101474,"id":775,"parentId":759,"tags":{"name":"682.js","cache":"MISS"},"startTime":1775579692106,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":39561,"timestamp":5972744099290,"id":773,"parentId":759,"tags":{"name":"948.js","cache":"MISS"},"startTime":1775579692103,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":69382,"timestamp":5972744099682,"id":774,"parentId":759,"tags":{"name":"982.js","cache":"MISS"},"startTime":1775579692104,"traceId":"e71ea8e181ebf102"},{"name":"terser-webpack-plugin-optimize","duration":76902,"timestamp":5972744092169,"id":759,"parentId":19,"tags":{"compilationName":"server","swcMinify":true},"startTime":1775579692096,"traceId":"e71ea8e181ebf102"},{"name":"css-minimizer-plugin","duration":113,"timestamp":5972744169183,"id":777,"parentId":19,"tags":{},"startTime":1775579692173,"traceId":"e71ea8e181ebf102"},{"name":"create-trace-assets","duration":697,"timestamp":5972744169410,"id":778,"parentId":20,"tags":{},"startTime":1775579692174,"traceId":"e71ea8e181ebf102"},{"name":"seal","duration":145187,"timestamp":5972744027691,"id":746,"parentId":19,"tags":{},"startTime":1775579692032,"traceId":"e71ea8e181ebf102"},{"name":"webpack-compilation","duration":639534,"timestamp":5972743536528,"id":19,"parentId":16,"tags":{"name":"server"},"startTime":1775579691541,"traceId":"e71ea8e181ebf102"},{"name":"emit","duration":5276,"timestamp":5972744176262,"id":779,"parentId":16,"tags":{},"startTime":1775579692180,"traceId":"e71ea8e181ebf102"},{"name":"webpack-close","duration":193957,"timestamp":5972744181724,"id":780,"parentId":16,"tags":{"name":"server"},"startTime":1775579692186,"traceId":"e71ea8e181ebf102"},{"name":"webpack-generate-error-stats","duration":1200,"timestamp":5972744375713,"id":781,"parentId":780,"tags":{},"startTime":1775579692380,"traceId":"e71ea8e181ebf102"},{"name":"run-webpack-compiler","duration":1077179,"timestamp":5972743299896,"id":16,"parentId":15,"tags":{},"startTime":1775579691304,"traceId":"e71ea8e181ebf102"},{"name":"format-webpack-messages","duration":35,"timestamp":5972744377076,"id":782,"parentId":15,"tags":{},"startTime":1775579692381,"traceId":"e71ea8e181ebf102"},{"name":"worker-main-server","duration":1077417,"timestamp":5972743299741,"id":15,"parentId":1,"tags":{},"startTime":1775579691304,"traceId":"e71ea8e181ebf102"},{"name":"create-entrypoints","duration":12938,"timestamp":5972744623987,"id":786,"parentId":784,"tags":{},"startTime":1775579692628,"traceId":"e71ea8e181ebf102"},{"name":"generate-webpack-config","duration":154268,"timestamp":5972744637005,"id":787,"parentId":785,"tags":{},"startTime":1775579692641,"traceId":"e71ea8e181ebf102"},{"name":"make","duration":313,"timestamp":5972744830749,"id":789,"parentId":788,"tags":{},"startTime":1775579692835,"traceId":"e71ea8e181ebf102"},{"name":"chunk-graph","duration":302,"timestamp":5972744832179,"id":791,"parentId":790,"tags":{},"startTime":1775579692836,"traceId":"e71ea8e181ebf102"},{"name":"optimize-modules","duration":10,"timestamp":5972744832533,"id":793,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunks","duration":69,"timestamp":5972744832587,"id":794,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"optimize-tree","duration":9,"timestamp":5972744832684,"id":795,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunk-modules","duration":59,"timestamp":5972744832784,"id":796,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"optimize","duration":352,"timestamp":5972744832511,"id":792,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"module-hash","duration":44,"timestamp":5972744833191,"id":797,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"code-generation","duration":71,"timestamp":5972744833250,"id":798,"parentId":790,"tags":{},"startTime":1775579692837,"traceId":"e71ea8e181ebf102"},{"name":"hash","duration":179,"timestamp":5972744833430,"id":799,"parentId":790,"tags":{},"startTime":1775579692838,"traceId":"e71ea8e181ebf102"},{"name":"code-generation-jobs","duration":25,"timestamp":5972744833609,"id":800,"parentId":790,"tags":{},"startTime":1775579692838,"traceId":"e71ea8e181ebf102"},{"name":"module-assets","duration":31,"timestamp":5972744833624,"id":801,"parentId":790,"tags":{},"startTime":1775579692838,"traceId":"e71ea8e181ebf102"},{"name":"create-chunk-assets","duration":136,"timestamp":5972744833660,"id":802,"parentId":790,"tags":{},"startTime":1775579692838,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":117,"timestamp":5972744842470,"id":804,"parentId":803,"tags":{"name":"interception-route-rewrite-manifest.js","cache":"HIT"},"startTime":1775579692847,"traceId":"e71ea8e181ebf102"},{"name":"terser-webpack-plugin-optimize","duration":5652,"timestamp":5972744836940,"id":803,"parentId":788,"tags":{"compilationName":"edge-server","swcMinify":true},"startTime":1775579692841,"traceId":"e71ea8e181ebf102"},{"name":"css-minimizer-plugin","duration":56,"timestamp":5972744842630,"id":805,"parentId":788,"tags":{},"startTime":1775579692847,"traceId":"e71ea8e181ebf102"},{"name":"seal","duration":11596,"timestamp":5972744831997,"id":790,"parentId":788,"tags":{},"startTime":1775579692836,"traceId":"e71ea8e181ebf102"},{"name":"webpack-compilation","duration":14751,"timestamp":5972744828980,"id":788,"parentId":785,"tags":{"name":"edge-server"},"startTime":1775579692833,"traceId":"e71ea8e181ebf102"},{"name":"emit","duration":1041,"timestamp":5972744843891,"id":806,"parentId":785,"tags":{},"startTime":1775579692848,"traceId":"e71ea8e181ebf102"},{"name":"webpack-close","duration":267,"timestamp":5972744845125,"id":807,"parentId":785,"tags":{"name":"edge-server"},"startTime":1775579692849,"traceId":"e71ea8e181ebf102"},{"name":"webpack-generate-error-stats","duration":1114,"timestamp":5972744845412,"id":808,"parentId":807,"tags":{},"startTime":1775579692850,"traceId":"e71ea8e181ebf102"},{"name":"run-webpack-compiler","duration":222629,"timestamp":5972744623986,"id":785,"parentId":784,"tags":{},"startTime":1775579692628,"traceId":"e71ea8e181ebf102"},{"name":"format-webpack-messages","duration":31,"timestamp":5972744846619,"id":809,"parentId":784,"tags":{},"startTime":1775579692851,"traceId":"e71ea8e181ebf102"},{"name":"worker-main-edge-server","duration":222853,"timestamp":5972744623831,"id":784,"parentId":1,"tags":{},"startTime":1775579692628,"traceId":"e71ea8e181ebf102"},{"name":"create-entrypoints","duration":12869,"timestamp":5972745087362,"id":812,"parentId":810,"tags":{},"startTime":1775579693091,"traceId":"e71ea8e181ebf102"},{"name":"generate-webpack-config","duration":157054,"timestamp":5972745100316,"id":813,"parentId":811,"tags":{},"startTime":1775579693104,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":6195,"timestamp":5972745317196,"id":831,"parentId":818,"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":1775579693321,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":2090,"timestamp":5972745323486,"id":832,"parentId":823,"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%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":1775579693328,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":484,"timestamp":5972745325597,"id":833,"parentId":824,"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":1775579693330,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":440,"timestamp":5972745326095,"id":834,"parentId":825,"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%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579693330,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":359,"timestamp":5972745326548,"id":835,"parentId":826,"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%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579693331,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":312,"timestamp":5972745326955,"id":836,"parentId":827,"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":1775579693331,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":323,"timestamp":5972745327278,"id":837,"parentId":828,"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":1775579693331,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":347,"timestamp":5972745327654,"id":838,"parentId":829,"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%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!","layer":"app-pages-browser"},"startTime":1775579693332,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":838,"timestamp":5972745328015,"id":839,"parentId":830,"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":1775579693332,"traceId":"e71ea8e181ebf102"},{"name":"next-client-pages-loader","duration":112,"timestamp":5972745330014,"id":841,"parentId":840,"tags":{"absolutePagePath":"next/dist/client/components/not-found-error"},"startTime":1775579693334,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":3264,"timestamp":5972745329132,"id":840,"parentId":819,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!","layer":"app-pages-browser"},"startTime":1775579693333,"traceId":"e71ea8e181ebf102"},{"name":"next-client-pages-loader","duration":20,"timestamp":5972745332793,"id":843,"parentId":842,"tags":{"absolutePagePath":"next/dist/pages/_app"},"startTime":1775579693337,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":809,"timestamp":5972745332411,"id":842,"parentId":820,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!","layer":null},"startTime":1775579693337,"traceId":"e71ea8e181ebf102"},{"name":"next-client-pages-loader","duration":7,"timestamp":5972745333252,"id":845,"parentId":844,"tags":{"absolutePagePath":"next/dist/pages/_error"},"startTime":1775579693337,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":380,"timestamp":5972745333228,"id":844,"parentId":822,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/webpack/loaders/next-client-pages-loader.js?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!","layer":null},"startTime":1775579693337,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4168,"timestamp":5972745340201,"id":854,"parentId":853,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4212,"timestamp":5972745340164,"id":853,"parentId":848,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7979,"timestamp":5972745339170,"id":848,"parentId":817,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-next.js","layer":"app-pages-browser"},"startTime":1775579693343,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7112,"timestamp":5972745340068,"id":850,"parentId":849,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7565,"timestamp":5972745339664,"id":849,"parentId":846,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10599,"timestamp":5972745338105,"id":846,"parentId":816,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/next.js","layer":null},"startTime":1775579693342,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8558,"timestamp":5972745340161,"id":852,"parentId":851,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8631,"timestamp":5972745340091,"id":851,"parentId":847,"tags":{},"startTime":1775579693344,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13494,"timestamp":5972745339109,"id":847,"parentId":821,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/router.js","layer":null},"startTime":1775579693343,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2182,"timestamp":5972745357962,"id":862,"parentId":861,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2263,"timestamp":5972745357929,"id":861,"parentId":856,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3475,"timestamp":5972745357764,"id":856,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-bootstrap.js","layer":"app-pages-browser"},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3297,"timestamp":5972745358066,"id":866,"parentId":865,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3372,"timestamp":5972745357992,"id":865,"parentId":858,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4492,"timestamp":5972745357832,"id":858,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/webpack.js","layer":null},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4437,"timestamp":5972745357927,"id":860,"parentId":859,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4493,"timestamp":5972745357872,"id":859,"parentId":855,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5611,"timestamp":5972745357698,"id":855,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-webpack.js","layer":"app-pages-browser"},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5393,"timestamp":5972745357991,"id":864,"parentId":863,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5422,"timestamp":5972745357964,"id":863,"parentId":857,"tags":{},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8101,"timestamp":5972745357798,"id":857,"parentId":848,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-index.js","layer":"app-pages-browser"},"startTime":1775579693362,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7793,"timestamp":5972745359903,"id":870,"parentId":869,"tags":{},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7894,"timestamp":5972745359804,"id":869,"parentId":867,"tags":{},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8622,"timestamp":5972745359680,"id":867,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/with-router.js","layer":null},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8938,"timestamp":5972745360045,"id":872,"parentId":871,"tags":{},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":9078,"timestamp":5972745359906,"id":871,"parentId":868,"tags":{},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15025,"timestamp":5972745359728,"id":868,"parentId":846,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/index.js","layer":null},"startTime":1775579693364,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10544,"timestamp":5972745366923,"id":885,"parentId":884,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10574,"timestamp":5972745366896,"id":884,"parentId":874,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11388,"timestamp":5972745366445,"id":874,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/client-page.js","layer":"app-pages-browser"},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10904,"timestamp":5972745366938,"id":887,"parentId":886,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10917,"timestamp":5972745366925,"id":886,"parentId":875,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12474,"timestamp":5972745366474,"id":875,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/error-boundary.js","layer":"app-pages-browser"},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11980,"timestamp":5972745366976,"id":893,"parentId":892,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11990,"timestamp":5972745366968,"id":892,"parentId":878,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12675,"timestamp":5972745366551,"id":878,"parentId":831,"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":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":12266,"timestamp":5972745366967,"id":891,"parentId":890,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":12281,"timestamp":5972745366953,"id":890,"parentId":877,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13491,"timestamp":5972745366524,"id":877,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-boundary.js","layer":"app-pages-browser"},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14620,"timestamp":5972745366989,"id":895,"parentId":894,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14631,"timestamp":5972745366981,"id":894,"parentId":879,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15442,"timestamp":5972745366579,"id":879,"parentId":840,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found-error.js","layer":"app-pages-browser"},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":15080,"timestamp":5972745366952,"id":889,"parentId":888,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":15094,"timestamp":5972745366939,"id":888,"parentId":876,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18162,"timestamp":5972745366501,"id":876,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/layout-router.js","layer":"app-pages-browser"},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":17786,"timestamp":5972745366891,"id":883,"parentId":882,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":17882,"timestamp":5972745366797,"id":882,"parentId":873,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21122,"timestamp":5972745366388,"id":873,"parentId":831,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router.js","layer":"app-pages-browser"},"startTime":1775579693370,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28855,"timestamp":5972745366690,"id":881,"parentId":880,"tags":{},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29321,"timestamp":5972745366607,"id":880,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-error.js","layer":null},"startTime":1775579693371,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4814,"timestamp":5972745401379,"id":926,"parentId":925,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4853,"timestamp":5972745401344,"id":925,"parentId":896,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6437,"timestamp":5972745400270,"id":896,"parentId":842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_app.js","layer":null},"startTime":1775579693404,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5313,"timestamp":5972745401404,"id":930,"parentId":929,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5322,"timestamp":5972745401395,"id":929,"parentId":898,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6510,"timestamp":5972745400357,"id":898,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router-context.shared-runtime.js","layer":null},"startTime":1775579693404,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5486,"timestamp":5972745401392,"id":928,"parentId":927,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5498,"timestamp":5972745401381,"id":927,"parentId":897,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7372,"timestamp":5972745400333,"id":897,"parentId":844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/pages/_error.js","layer":null},"startTime":1775579693404,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6238,"timestamp":5972745401485,"id":936,"parentId":935,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6270,"timestamp":5972745401455,"id":935,"parentId":901,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":8525,"timestamp":5972745400661,"id":901,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/auth-guard.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7689,"timestamp":5972745401515,"id":938,"parentId":937,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7719,"timestamp":5972745401486,"id":937,"parentId":902,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":9811,"timestamp":5972745400707,"id":902,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/nav.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8986,"timestamp":5972745401545,"id":940,"parentId":939,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9017,"timestamp":5972745401516,"id":939,"parentId":903,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9228,"timestamp":5972745401575,"id":942,"parentId":941,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9258,"timestamp":5972745401546,"id":941,"parentId":904,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9786,"timestamp":5972745401454,"id":934,"parentId":933,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9829,"timestamp":5972745401413,"id":933,"parentId":900,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":12190,"timestamp":5972745400389,"id":900,"parentId":833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/page.tsx","layer":"app-pages-browser"},"startTime":1775579693404,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10935,"timestamp":5972745401661,"id":948,"parentId":947,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10964,"timestamp":5972745401633,"id":947,"parentId":907,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11260,"timestamp":5972745401633,"id":946,"parentId":945,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11290,"timestamp":5972745401604,"id":945,"parentId":906,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11808,"timestamp":5972745401603,"id":944,"parentId":943,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11838,"timestamp":5972745401575,"id":943,"parentId":905,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":16254,"timestamp":5972745401720,"id":952,"parentId":951,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":16287,"timestamp":5972745401691,"id":951,"parentId":909,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":16834,"timestamp":5972745401749,"id":954,"parentId":953,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":16865,"timestamp":5972745401721,"id":953,"parentId":910,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":18299,"timestamp":5972745401690,"id":950,"parentId":949,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":18331,"timestamp":5972745401662,"id":949,"parentId":908,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":19611,"timestamp":5972745401759,"id":956,"parentId":955,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":19622,"timestamp":5972745401750,"id":955,"parentId":914,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20536,"timestamp":5972745401138,"id":914,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":19916,"timestamp":5972745401767,"id":958,"parentId":957,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":19924,"timestamp":5972745401760,"id":957,"parentId":915,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20735,"timestamp":5972745401159,"id":915,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/on-recoverable-error.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":20126,"timestamp":5972745401775,"id":960,"parentId":959,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20134,"timestamp":5972745401768,"id":959,"parentId":916,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20948,"timestamp":5972745401171,"id":916,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/app-call-server.js","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":20335,"timestamp":5972745401791,"id":964,"parentId":963,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20344,"timestamp":5972745401784,"id":963,"parentId":918,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21035,"timestamp":5972745401201,"id":918,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head-manager-context.shared-runtime.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":20458,"timestamp":5972745401783,"id":962,"parentId":961,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20466,"timestamp":5972745401776,"id":961,"parentId":917,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21164,"timestamp":5972745401186,"id":917,"parentId":857,"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":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":20556,"timestamp":5972745401799,"id":966,"parentId":965,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20564,"timestamp":5972745401792,"id":965,"parentId":919,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21306,"timestamp":5972745401218,"id":919,"parentId":857,"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":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":20726,"timestamp":5972745401807,"id":968,"parentId":967,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20734,"timestamp":5972745401800,"id":967,"parentId":920,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21860,"timestamp":5972745401233,"id":920,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/action-queue.js","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":21277,"timestamp":5972745401823,"id":972,"parentId":971,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21285,"timestamp":5972745401816,"id":971,"parentId":922,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22541,"timestamp":5972745401262,"id":922,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/page-loader.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":24281,"timestamp":5972745401830,"id":974,"parentId":973,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24290,"timestamp":5972745401823,"id":973,"parentId":923,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25441,"timestamp":5972745401274,"id":923,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/performance-relayer.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":24910,"timestamp":5972745401815,"id":970,"parentId":969,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24917,"timestamp":5972745401808,"id":969,"parentId":921,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26423,"timestamp":5972745401250,"id":921,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/head-manager.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":21844,"timestamp":5972745405840,"id":989,"parentId":988,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21853,"timestamp":5972745405831,"id":988,"parentId":977,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22338,"timestamp":5972745405573,"id":977,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":22087,"timestamp":5972745405830,"id":987,"parentId":986,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22103,"timestamp":5972745405815,"id":986,"parentId":976,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22591,"timestamp":5972745405548,"id":976,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":22334,"timestamp":5972745405813,"id":985,"parentId":984,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22365,"timestamp":5972745405783,"id":984,"parentId":975,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23030,"timestamp":5972745405472,"id":975,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/route-announcer.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":22651,"timestamp":5972745405858,"id":993,"parentId":992,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22659,"timestamp":5972745405850,"id":992,"parentId":979,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23131,"timestamp":5972745405609,"id":979,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/mitt.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-transform","duration":22881,"timestamp":5972745405866,"id":995,"parentId":994,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22890,"timestamp":5972745405859,"id":994,"parentId":980,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23297,"timestamp":5972745405635,"id":980,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/runtime-config.external.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":23055,"timestamp":5972745405883,"id":999,"parentId":998,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23063,"timestamp":5972745405876,"id":998,"parentId":982,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23381,"timestamp":5972745405675,"id":982,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/image-config-context.shared-runtime.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":23187,"timestamp":5972745405875,"id":997,"parentId":996,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23195,"timestamp":5972745405867,"id":996,"parentId":981,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24387,"timestamp":5972745405660,"id":981,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":24254,"timestamp":5972745405849,"id":991,"parentId":990,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24264,"timestamp":5972745405841,"id":990,"parentId":978,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26648,"timestamp":5972745405592,"id":978,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/script.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":26362,"timestamp":5972745405891,"id":1001,"parentId":1000,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26371,"timestamp":5972745405884,"id":1000,"parentId":983,"tags":{},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26806,"timestamp":5972745405694,"id":983,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/app-router-context.shared-runtime.js","layer":null},"startTime":1775579693410,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":31222,"timestamp":5972745401412,"id":932,"parentId":931,"tags":{},"startTime":1775579693406,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31231,"timestamp":5972745401404,"id":931,"parentId":899,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39542,"timestamp":5972745400374,"id":899,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/router.js","layer":null},"startTime":1775579693404,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":43313,"timestamp":5972745400750,"id":903,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/user-menu.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":43288,"timestamp":5972745400789,"id":904,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-auth.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46119,"timestamp":5972745401092,"id":912,"parentId":911,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":47035,"timestamp":5972745401076,"id":911,"parentId":858,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":null},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46825,"timestamp":5972745401291,"id":924,"parentId":913,"tags":{},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":84,"timestamp":5972745448150,"id":1002,"parentId":913,"tags":{},"startTime":1775579693452,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":47529,"timestamp":5972745401100,"id":913,"parentId":855,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/deployment-id.js","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":54564,"timestamp":5972745400907,"id":907,"parentId":836,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/sectors/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":54539,"timestamp":5972745400946,"id":908,"parentId":839,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/users/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":54669,"timestamp":5972745400830,"id":905,"parentId":835,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/chat/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":54647,"timestamp":5972745400870,"id":906,"parentId":834,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/login/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":58421,"timestamp":5972745400987,"id":909,"parentId":837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/recommendations/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":69037,"timestamp":5972745401032,"id":910,"parentId":838,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/stock/[code]/page.tsx","layer":"app-pages-browser"},"startTime":1775579693405,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3748,"timestamp":5972745477071,"id":1010,"parentId":1009,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3818,"timestamp":5972745477008,"id":1009,"parentId":1003,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5011,"timestamp":5972745476773,"id":1003,"parentId":878,"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":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4694,"timestamp":5972745477102,"id":1014,"parentId":1013,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4705,"timestamp":5972745477092,"id":1013,"parentId":1005,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5527,"timestamp":5972745476910,"id":1005,"parentId":873,"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":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5349,"timestamp":5972745477112,"id":1016,"parentId":1015,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5358,"timestamp":5972745477103,"id":1015,"parentId":1006,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6919,"timestamp":5972745476936,"id":1006,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/adapters.js","layer":null},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6970,"timestamp":5972745477091,"id":1012,"parentId":1011,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6990,"timestamp":5972745477073,"id":1011,"parentId":1004,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7453,"timestamp":5972745476886,"id":1004,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hooks-client-context.shared-runtime.js","layer":null},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7226,"timestamp":5972745477121,"id":1018,"parentId":1017,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7235,"timestamp":5972745477113,"id":1017,"parentId":1007,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7791,"timestamp":5972745476952,"id":1007,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-base-path.js","layer":"app-pages-browser"},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7620,"timestamp":5972745477129,"id":1020,"parentId":1019,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7629,"timestamp":5972745477121,"id":1019,"parentId":1008,"tags":{},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8106,"timestamp":5972745476976,"id":1008,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/has-base-path.js","layer":"app-pages-browser"},"startTime":1775579693481,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5615,"timestamp":5972745480512,"id":1046,"parentId":1045,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5625,"timestamp":5972745480503,"id":1045,"parentId":1023,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6523,"timestamp":5972745479846,"id":1023,"parentId":875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage.external.js","layer":"shared"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5855,"timestamp":5972745480521,"id":1048,"parentId":1047,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5863,"timestamp":5972745480513,"id":1047,"parentId":1024,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6844,"timestamp":5972745479873,"id":1024,"parentId":877,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/not-found.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6233,"timestamp":5972745480491,"id":1042,"parentId":1041,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6257,"timestamp":5972745480468,"id":1041,"parentId":1021,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7421,"timestamp":5972745479781,"id":1021,"parentId":874,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/search-params.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6670,"timestamp":5972745480539,"id":1052,"parentId":1051,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6678,"timestamp":5972745480531,"id":1051,"parentId":1026,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7718,"timestamp":5972745479912,"id":1026,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/match-segments.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7106,"timestamp":5972745480530,"id":1050,"parentId":1049,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7115,"timestamp":5972745480522,"id":1049,"parentId":1025,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7950,"timestamp":5972745479892,"id":1025,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/unresolved-thenable.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7303,"timestamp":5972745480547,"id":1054,"parentId":1053,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7312,"timestamp":5972745480539,"id":1053,"parentId":1027,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8669,"timestamp":5972745479929,"id":1027,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-boundary.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8050,"timestamp":5972745480556,"id":1056,"parentId":1055,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8059,"timestamp":5972745480548,"id":1055,"parentId":1031,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8743,"timestamp":5972745480070,"id":1031,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/handle-smooth-scroll.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8320,"timestamp":5972745480502,"id":1044,"parentId":1043,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8330,"timestamp":5972745480493,"id":1043,"parentId":1022,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9797,"timestamp":5972745479825,"id":1022,"parentId":875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9069,"timestamp":5972745480565,"id":1058,"parentId":1057,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9077,"timestamp":5972745480557,"id":1057,"parentId":1032,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9748,"timestamp":5972745480085,"id":1032,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-dynamic.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9259,"timestamp":5972745480582,"id":1062,"parentId":1061,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9267,"timestamp":5972745480574,"id":1061,"parentId":1034,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9900,"timestamp":5972745480111,"id":1034,"parentId":876,"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":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9411,"timestamp":5972745480607,"id":1068,"parentId":1067,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9419,"timestamp":5972745480600,"id":1067,"parentId":1037,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10137,"timestamp":5972745480159,"id":1037,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9731,"timestamp":5972745480573,"id":1060,"parentId":1059,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9739,"timestamp":5972745480566,"id":1059,"parentId":1033,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10578,"timestamp":5972745480098,"id":1033,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10084,"timestamp":5972745480599,"id":1066,"parentId":1065,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10093,"timestamp":5972745480591,"id":1065,"parentId":1036,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10741,"timestamp":5972745480141,"id":1036,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/tracing/report-to-socket.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10298,"timestamp":5972745480590,"id":1064,"parentId":1063,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10306,"timestamp":5972745480582,"id":1063,"parentId":1035,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11101,"timestamp":5972745480128,"id":1035,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/tracing/tracer.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10657,"timestamp":5972745480624,"id":1072,"parentId":1071,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10665,"timestamp":5972745480616,"id":1071,"parentId":1039,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11545,"timestamp":5972745480192,"id":1039,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-announcer.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11128,"timestamp":5972745480615,"id":1070,"parentId":1069,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11136,"timestamp":5972745480608,"id":1069,"parentId":1038,"tags":{},"startTime":1775579693485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12648,"timestamp":5972745480176,"id":1038,"parentId":873,"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":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26410,"timestamp":5972745479959,"id":1029,"parentId":1028,"tags":{},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27056,"timestamp":5972745479947,"id":1028,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":null},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26797,"timestamp":5972745480215,"id":1040,"parentId":1030,"tags":{},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":73,"timestamp":5972745507020,"id":1143,"parentId":1030,"tags":{},"startTime":1775579693511,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":27564,"timestamp":5972745480030,"id":1030,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/build/polyfills/polyfill-module.js","layer":"app-pages-browser"},"startTime":1775579693484,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2936,"timestamp":5972745504939,"id":1102,"parentId":1101,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2969,"timestamp":5972745504908,"id":1101,"parentId":1073,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7119,"timestamp":5972745501215,"id":1073,"parentId":873,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3381,"timestamp":5972745504976,"id":1108,"parentId":1107,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3391,"timestamp":5972745504967,"id":1107,"parentId":1076,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7267,"timestamp":5972745501338,"id":1076,"parentId":876,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3657,"timestamp":5972745504954,"id":1104,"parentId":1103,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3670,"timestamp":5972745504942,"id":1103,"parentId":1074,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7435,"timestamp":5972745501290,"id":1074,"parentId":877,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":"app-pages-browser"},"startTime":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5422,"timestamp":5972745504995,"id":1112,"parentId":1111,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5432,"timestamp":5972745504987,"id":1111,"parentId":1078,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9296,"timestamp":5972745501376,"id":1078,"parentId":873,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5694,"timestamp":5972745504986,"id":1110,"parentId":1109,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5704,"timestamp":5972745504977,"id":1109,"parentId":1077,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9832,"timestamp":5972745501357,"id":1077,"parentId":873,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6233,"timestamp":5972745504966,"id":1106,"parentId":1105,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6243,"timestamp":5972745504956,"id":1105,"parentId":1075,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10526,"timestamp":5972745501316,"id":1075,"parentId":876,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6845,"timestamp":5972745505004,"id":1114,"parentId":1113,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6854,"timestamp":5972745504996,"id":1113,"parentId":1079,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10838,"timestamp":5972745501395,"id":1079,"parentId":873,"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":1775579693505,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7225,"timestamp":5972745505014,"id":1116,"parentId":1115,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7233,"timestamp":5972745505006,"id":1115,"parentId":1080,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10945,"timestamp":5972745501424,"id":1080,"parentId":876,"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":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7350,"timestamp":5972745505024,"id":1118,"parentId":1117,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7360,"timestamp":5972745505015,"id":1117,"parentId":1081,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11143,"timestamp":5972745501446,"id":1081,"parentId":876,"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":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7552,"timestamp":5972745505042,"id":1122,"parentId":1121,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7561,"timestamp":5972745505034,"id":1121,"parentId":1083,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11225,"timestamp":5972745501489,"id":1083,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":"app-pages-browser"},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7688,"timestamp":5972745505033,"id":1120,"parentId":1119,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7696,"timestamp":5972745505025,"id":1119,"parentId":1082,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11515,"timestamp":5972745501463,"id":1082,"parentId":873,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":"app-pages-browser"},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7922,"timestamp":5972745505061,"id":1124,"parentId":1123,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7940,"timestamp":5972745505044,"id":1123,"parentId":1084,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11722,"timestamp":5972745501506,"id":1084,"parentId":873,"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":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8156,"timestamp":5972745505079,"id":1126,"parentId":1125,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8166,"timestamp":5972745505069,"id":1125,"parentId":1086,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11908,"timestamp":5972745501564,"id":1086,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-base-path.js","layer":null},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8390,"timestamp":5972745505088,"id":1128,"parentId":1127,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8399,"timestamp":5972745505080,"id":1127,"parentId":1087,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12029,"timestamp":5972745501579,"id":1087,"parentId":880,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/is-plain-object.js","layer":null},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8498,"timestamp":5972745505115,"id":1134,"parentId":1133,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8506,"timestamp":5972745505108,"id":1133,"parentId":1095,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10645,"timestamp":5972745503805,"id":1095,"parentId":920,"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":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9360,"timestamp":5972745505107,"id":1132,"parentId":1131,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9369,"timestamp":5972745505099,"id":1131,"parentId":1094,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11447,"timestamp":5972745503769,"id":1094,"parentId":919,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect.js","layer":"app-pages-browser"},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10131,"timestamp":5972745505097,"id":1130,"parentId":1129,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10140,"timestamp":5972745505089,"id":1129,"parentId":1088,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15609,"timestamp":5972745501593,"id":1088,"parentId":897,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/head.js","layer":null},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":12101,"timestamp":5972745505124,"id":1136,"parentId":1135,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":12109,"timestamp":5972745505116,"id":1135,"parentId":1096,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13687,"timestamp":5972745503831,"id":1096,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13259,"timestamp":5972745505149,"id":1142,"parentId":1141,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13268,"timestamp":5972745505142,"id":1141,"parentId":1099,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14836,"timestamp":5972745503882,"id":1099,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/interpolate-as.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13593,"timestamp":5972745505133,"id":1138,"parentId":1137,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13602,"timestamp":5972745505125,"id":1137,"parentId":1097,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15754,"timestamp":5972745503853,"id":1097,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/constants.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10041,"timestamp":5972745509573,"id":1160,"parentId":1159,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10051,"timestamp":5972745509563,"id":1159,"parentId":1145,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10572,"timestamp":5972745509228,"id":1145,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-relative-url.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14667,"timestamp":5972745505141,"id":1140,"parentId":1139,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14674,"timestamp":5972745505134,"id":1139,"parentId":1098,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17261,"timestamp":5972745503868,"id":1098,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/route-loader.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11587,"timestamp":5972745509560,"id":1158,"parentId":1157,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11613,"timestamp":5972745509534,"id":1157,"parentId":1144,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12215,"timestamp":5972745509180,"id":1144,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/get-asset-path-from-route.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11824,"timestamp":5972745509584,"id":1162,"parentId":1161,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11835,"timestamp":5972745509574,"id":1161,"parentId":1146,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12298,"timestamp":5972745509248,"id":1146,"parentId":922,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-trailing-slash.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13914,"timestamp":5972745509592,"id":1164,"parentId":1163,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13924,"timestamp":5972745509585,"id":1163,"parentId":1147,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14407,"timestamp":5972745509265,"id":1147,"parentId":977,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-has-prefix.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14073,"timestamp":5972745509606,"id":1166,"parentId":1165,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14088,"timestamp":5972745509593,"id":1165,"parentId":1148,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14616,"timestamp":5972745509280,"id":1148,"parentId":914,"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":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14289,"timestamp":5972745509614,"id":1168,"parentId":1167,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14297,"timestamp":5972745509607,"id":1167,"parentId":1149,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14777,"timestamp":5972745509300,"id":1149,"parentId":915,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/lazy-dynamic/bailout-to-csr.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14476,"timestamp":5972745509621,"id":1170,"parentId":1169,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14484,"timestamp":5972745509615,"id":1169,"parentId":1150,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14942,"timestamp":5972745509314,"id":1150,"parentId":982,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/image-config.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14628,"timestamp":5972745509636,"id":1174,"parentId":1173,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14635,"timestamp":5972745509630,"id":1173,"parentId":1152,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15268,"timestamp":5972745509341,"id":1152,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-bot.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14985,"timestamp":5972745509629,"id":1172,"parentId":1171,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14993,"timestamp":5972745509622,"id":1171,"parentId":1151,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15547,"timestamp":5972745509327,"id":1151,"parentId":978,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":15193,"timestamp":5972745509686,"id":1178,"parentId":1177,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":15236,"timestamp":5972745509644,"id":1177,"parentId":1154,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15737,"timestamp":5972745509392,"id":1154,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/remove-locale.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":15440,"timestamp":5972745509696,"id":1180,"parentId":1179,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":15449,"timestamp":5972745509687,"id":1179,"parentId":1155,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15938,"timestamp":5972745509433,"id":1155,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/detect-domain-locale.js","layer":null},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":15733,"timestamp":5972745509643,"id":1176,"parentId":1175,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":15740,"timestamp":5972745509637,"id":1175,"parentId":1153,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16206,"timestamp":5972745509353,"id":1153,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/portal/index.js","layer":null},"startTime":1775579693513,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":15861,"timestamp":5972745509703,"id":1182,"parentId":1181,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":15869,"timestamp":5972745509696,"id":1181,"parentId":1156,"tags":{},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16599,"timestamp":5972745509448,"id":1156,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":null},"startTime":1775579693514,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26958,"timestamp":5972745503736,"id":1091,"parentId":1090,"tags":{},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27275,"timestamp":5972745503701,"id":1090,"parentId":867,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/jsx-runtime.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26224,"timestamp":5972745504759,"id":1100,"parentId":1085,"tags":{},"startTime":1775579693509,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":39,"timestamp":5972745530991,"id":1183,"parentId":1085,"tags":{},"startTime":1775579693535,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29701,"timestamp":5972745501524,"id":1085,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/dev/hot-reloader-types.js","layer":"app-pages-browser"},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27471,"timestamp":5972745503759,"id":1093,"parentId":1092,"tags":{},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27660,"timestamp":5972745503748,"id":1092,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/client.js","layer":null},"startTime":1775579693508,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3753,"timestamp":5972745533956,"id":1195,"parentId":1194,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3766,"timestamp":5972745533946,"id":1194,"parentId":1187,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4643,"timestamp":5972745533410,"id":1187,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-matcher.js","layer":null},"startTime":1775579693537,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4120,"timestamp":5972745533941,"id":1193,"parentId":1192,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4150,"timestamp":5972745533911,"id":1192,"parentId":1186,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5164,"timestamp":5972745533367,"id":1186,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/resolve-rewrites.js","layer":null},"startTime":1775579693537,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4562,"timestamp":5972745533976,"id":1199,"parentId":1198,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4570,"timestamp":5972745533968,"id":1198,"parentId":1189,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5598,"timestamp":5972745533449,"id":1189,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-url.js","layer":null},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5176,"timestamp":5972745533988,"id":1201,"parentId":1200,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5189,"timestamp":5972745533977,"id":1200,"parentId":1190,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5917,"timestamp":5972745533463,"id":1190,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-path.js","layer":null},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5858,"timestamp":5972745533967,"id":1197,"parentId":1196,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5869,"timestamp":5972745533958,"id":1196,"parentId":1188,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7493,"timestamp":5972745533433,"id":1188,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/route-regex.js","layer":null},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6960,"timestamp":5972745533998,"id":1203,"parentId":1202,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6969,"timestamp":5972745533990,"id":1202,"parentId":1191,"tags":{},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7834,"timestamp":5972745533480,"id":1191,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/get-next-pathname-info.js","layer":null},"startTime":1775579693538,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6639,"timestamp":5972745537366,"id":1233,"parentId":1232,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6649,"timestamp":5972745537359,"id":1232,"parentId":1209,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7453,"timestamp":5972745536748,"id":1209,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/denormalize-page-path.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6859,"timestamp":5972745537349,"id":1229,"parentId":1228,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6871,"timestamp":5972745537339,"id":1228,"parentId":1205,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7680,"timestamp":5972745536686,"id":1205,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/is-local-url.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7015,"timestamp":5972745537358,"id":1231,"parentId":1230,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7024,"timestamp":5972745537350,"id":1230,"parentId":1206,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7854,"timestamp":5972745536707,"id":1206,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/format-next-pathname-info.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7230,"timestamp":5972745537337,"id":1227,"parentId":1226,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7250,"timestamp":5972745537318,"id":1226,"parentId":1204,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8118,"timestamp":5972745536639,"id":1204,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/compare-states.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7374,"timestamp":5972745537389,"id":1239,"parentId":1238,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7381,"timestamp":5972745537383,"id":1238,"parentId":1212,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8099,"timestamp":5972745536797,"id":1212,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7521,"timestamp":5972745537382,"id":1237,"parentId":1236,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7529,"timestamp":5972745537375,"id":1236,"parentId":1211,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8739,"timestamp":5972745536783,"id":1211,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/bloom-filter.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8157,"timestamp":5972745537374,"id":1235,"parentId":1234,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8165,"timestamp":5972745537367,"id":1234,"parentId":1210,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8918,"timestamp":5972745536768,"id":1210,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/i18n/normalize-locale-path.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8285,"timestamp":5972745537427,"id":1241,"parentId":1240,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8323,"timestamp":5972745537390,"id":1240,"parentId":1219,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":9514,"timestamp":5972745537060,"id":1219,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/market-temp.tsx","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9138,"timestamp":5972745537454,"id":1243,"parentId":1242,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9165,"timestamp":5972745537428,"id":1242,"parentId":1220,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":10200,"timestamp":5972745537116,"id":1220,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/stock-card.tsx","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14104,"timestamp":5972745537490,"id":1247,"parentId":1246,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14115,"timestamp":5972745537482,"id":1246,"parentId":1222,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14604,"timestamp":5972745537201,"id":1222,"parentId":1008,"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":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14398,"timestamp":5972745537481,"id":1245,"parentId":1244,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14426,"timestamp":5972745537455,"id":1244,"parentId":1221,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":15197,"timestamp":5972745537159,"id":1221,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/sector-heatmap.tsx","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14859,"timestamp":5972745537516,"id":1249,"parentId":1248,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14885,"timestamp":5972745537491,"id":1248,"parentId":1225,"tags":{},"startTime":1775579693542,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":15561,"timestamp":5972745537236,"id":1225,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/hooks/use-websocket.ts","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9569,"timestamp":5972745543342,"id":1254,"parentId":1253,"tags":{},"startTime":1775579693547,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9596,"timestamp":5972745543316,"id":1253,"parentId":1252,"tags":{},"startTime":1775579693547,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10025,"timestamp":5972745542986,"id":1252,"parentId":1006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/as-path-to-search-params.js","layer":null},"startTime":1775579693547,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":955,"timestamp":5972745555810,"id":1256,"parentId":1255,"tags":{},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27287,"timestamp":5972745533351,"id":1185,"parentId":1184,"tags":{},"startTime":1775579693537,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27478,"timestamp":5972745533323,"id":1184,"parentId":899,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/is-api-route.js","layer":null},"startTime":1775579693537,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2408,"timestamp":5972745558487,"id":1297,"parentId":1296,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2432,"timestamp":5972745558463,"id":1296,"parentId":1257,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5252,"timestamp":5972745555816,"id":1257,"parentId":1023,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-async-storage-instance.js","layer":"shared"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2565,"timestamp":5972745558509,"id":1301,"parentId":1300,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2574,"timestamp":5972745558500,"id":1300,"parentId":1259,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5160,"timestamp":5972745556100,"id":1259,"parentId":1022,"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":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2767,"timestamp":5972745558499,"id":1299,"parentId":1298,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2778,"timestamp":5972745558489,"id":1298,"parentId":1258,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5445,"timestamp":5972745556069,"id":1258,"parentId":1022,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/navigation.react-server.js","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5001,"timestamp":5972745558546,"id":1305,"parentId":1304,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5010,"timestamp":5972745558538,"id":1304,"parentId":1261,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7521,"timestamp":5972745556163,"id":1261,"parentId":1088,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils/warn-once.js","layer":null},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5129,"timestamp":5972745558562,"id":1309,"parentId":1308,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5136,"timestamp":5972745558555,"id":1308,"parentId":1263,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7826,"timestamp":5972745556202,"id":1263,"parentId":1086,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":null},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5498,"timestamp":5972745558537,"id":1303,"parentId":1302,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5526,"timestamp":5972745558510,"id":1302,"parentId":1260,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":8875,"timestamp":5972745556120,"id":1260,"parentId":900,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/api.ts","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6457,"timestamp":5972745558554,"id":1307,"parentId":1306,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6465,"timestamp":5972745558547,"id":1306,"parentId":1262,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9215,"timestamp":5972745556184,"id":1262,"parentId":1037,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/normalize-trailing-slash.js","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6836,"timestamp":5972745558570,"id":1311,"parentId":1310,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6844,"timestamp":5972745558563,"id":1310,"parentId":1264,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9404,"timestamp":5972745556216,"id":1264,"parentId":1022,"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":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7048,"timestamp":5972745558578,"id":1313,"parentId":1312,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7056,"timestamp":5972745558571,"id":1312,"parentId":1265,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9516,"timestamp":5972745556235,"id":1265,"parentId":1037,"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":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7174,"timestamp":5972745558586,"id":1315,"parentId":1314,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7181,"timestamp":5972745558579,"id":1314,"parentId":1266,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9630,"timestamp":5972745556251,"id":1266,"parentId":1086,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-prefix.js","layer":null},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7295,"timestamp":5972745558593,"id":1317,"parentId":1316,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7302,"timestamp":5972745558586,"id":1316,"parentId":1271,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":9873,"timestamp":5972745556388,"id":1271,"parentId":1075,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/flight-data-helpers.js","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7670,"timestamp":5972745558601,"id":1319,"parentId":1318,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7678,"timestamp":5972745558594,"id":1318,"parentId":1272,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10092,"timestamp":5972745556406,"id":1272,"parentId":1075,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/hash.js","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7888,"timestamp":5972745558622,"id":1321,"parentId":1320,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7903,"timestamp":5972745558608,"id":1320,"parentId":1273,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10694,"timestamp":5972745556423,"id":1273,"parentId":1079,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8495,"timestamp":5972745558631,"id":1323,"parentId":1322,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8504,"timestamp":5972745558623,"id":1322,"parentId":1274,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11269,"timestamp":5972745556440,"id":1274,"parentId":1079,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":9069,"timestamp":5972745558647,"id":1327,"parentId":1326,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":9076,"timestamp":5972745558640,"id":1326,"parentId":1276,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12567,"timestamp":5972745556481,"id":1276,"parentId":1079,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10417,"timestamp":5972745558639,"id":1325,"parentId":1324,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":10425,"timestamp":5972745558632,"id":1324,"parentId":1275,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13200,"timestamp":5972745556456,"id":1275,"parentId":1079,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":10987,"timestamp":5972745558675,"id":1333,"parentId":1332,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11000,"timestamp":5972745558663,"id":1332,"parentId":1279,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13388,"timestamp":5972745556529,"id":1279,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11260,"timestamp":5972745558662,"id":1331,"parentId":1330,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11268,"timestamp":5972745558655,"id":1330,"parentId":1278,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13694,"timestamp":5972745556513,"id":1278,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11530,"timestamp":5972745558683,"id":1335,"parentId":1334,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11538,"timestamp":5972745558676,"id":1334,"parentId":1280,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14098,"timestamp":5972745556545,"id":1280,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":11957,"timestamp":5972745558691,"id":1337,"parentId":1336,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":11965,"timestamp":5972745558684,"id":1336,"parentId":1281,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14371,"timestamp":5972745556560,"id":1281,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":12288,"timestamp":5972745558654,"id":1329,"parentId":1328,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":12296,"timestamp":5972745558647,"id":1328,"parentId":1277,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15694,"timestamp":5972745556497,"id":1277,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13491,"timestamp":5972745558722,"id":1339,"parentId":1338,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13522,"timestamp":5972745558692,"id":1338,"parentId":1282,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":13896,"timestamp":5972745558748,"id":1343,"parentId":1342,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":13914,"timestamp":5972745558731,"id":1342,"parentId":1284,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16217,"timestamp":5972745556629,"id":1284,"parentId":1094,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage.external.js","layer":"shared"},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14122,"timestamp":5972745558730,"id":1341,"parentId":1340,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14130,"timestamp":5972745558723,"id":1340,"parentId":1283,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16412,"timestamp":5972745556617,"id":1283,"parentId":1098,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/trusted-types.js","layer":null},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14279,"timestamp":5972745558755,"id":1345,"parentId":1344,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14286,"timestamp":5972745558749,"id":1344,"parentId":1285,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16544,"timestamp":5972745556644,"id":1285,"parentId":1094,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage.external.js","layer":"shared"},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14431,"timestamp":5972745558763,"id":1347,"parentId":1346,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14439,"timestamp":5972745558756,"id":1346,"parentId":1286,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16675,"timestamp":5972745556659,"id":1286,"parentId":1094,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/redirect-status-code.js","layer":"app-pages-browser"},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14562,"timestamp":5972745558778,"id":1351,"parentId":1350,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14569,"timestamp":5972745558771,"id":1350,"parentId":1288,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16739,"timestamp":5972745556685,"id":1288,"parentId":1088,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-context.shared-runtime.js","layer":null},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14644,"timestamp":5972745558785,"id":1353,"parentId":1352,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14651,"timestamp":5972745558778,"id":1352,"parentId":1289,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16802,"timestamp":5972745556697,"id":1289,"parentId":1088,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/amp-mode.js","layer":null},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":14733,"timestamp":5972745558770,"id":1349,"parentId":1348,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":14740,"timestamp":5972745558763,"id":1348,"parentId":1287,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17023,"timestamp":5972745556674,"id":1287,"parentId":1088,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/side-effect.js","layer":null},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":38205,"timestamp":5972745536738,"id":1208,"parentId":1207,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38306,"timestamp":5972745536724,"id":1207,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/index.js","layer":null},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37985,"timestamp":5972745537053,"id":1218,"parentId":1217,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38026,"timestamp":5972745537045,"id":1217,"parentId":857,"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":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43497,"timestamp":5972745537023,"id":1214,"parentId":1213,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43952,"timestamp":5972745536811,"id":1213,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/client.js","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43956,"timestamp":5972745537228,"id":1224,"parentId":1223,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44109,"timestamp":5972745537220,"id":1223,"parentId":876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/index.js","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44295,"timestamp":5972745537039,"id":1216,"parentId":1215,"tags":{},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44360,"timestamp":5972745537030,"id":1215,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/jsx-runtime.js","layer":"app-pages-browser"},"startTime":1775579693541,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":22902,"timestamp":5972745558792,"id":1355,"parentId":1354,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22917,"timestamp":5972745558785,"id":1354,"parentId":1290,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25095,"timestamp":5972745556709,"id":1290,"parentId":1097,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/modern-browserslist-target.js","layer":null},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":23012,"timestamp":5972745558799,"id":1357,"parentId":1356,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23020,"timestamp":5972745558792,"id":1356,"parentId":1291,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25559,"timestamp":5972745556721,"id":1291,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":23481,"timestamp":5972745558807,"id":1359,"parentId":1358,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23488,"timestamp":5972745558800,"id":1358,"parentId":1292,"tags":{},"startTime":1775579693563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27174,"timestamp":5972745556737,"id":1292,"parentId":1095,"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":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45080,"timestamp":5972745542973,"id":1251,"parentId":1250,"tags":{},"startTime":1775579693547,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45246,"timestamp":5972745542938,"id":1250,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/index.js","layer":"app-pages-browser"},"startTime":1775579693547,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2075,"timestamp":5972745586730,"id":1387,"parentId":1386,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2104,"timestamp":5972745586702,"id":1386,"parentId":1368,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3441,"timestamp":5972745585541,"id":1368,"parentId":1222,"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":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2247,"timestamp":5972745586742,"id":1389,"parentId":1388,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2258,"timestamp":5972745586732,"id":1388,"parentId":1369,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3717,"timestamp":5972745585605,"id":1369,"parentId":1036,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/react-dev-overlay/pages/websocket.js","layer":null},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2529,"timestamp":5972745586801,"id":1393,"parentId":1392,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2556,"timestamp":5972745586774,"id":1392,"parentId":1374,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2984,"timestamp":5972745586773,"id":1391,"parentId":1390,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3015,"timestamp":5972745586743,"id":1390,"parentId":1373,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3255,"timestamp":5972745586833,"id":1395,"parentId":1394,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3287,"timestamp":5972745586802,"id":1394,"parentId":1380,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":34267,"timestamp":5972745556576,"id":1282,"parentId":903,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/change-password-dialog.tsx","layer":"app-pages-browser"},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4015,"timestamp":5972745586841,"id":1397,"parentId":1396,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4022,"timestamp":5972745586834,"id":1396,"parentId":1381,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5036,"timestamp":5972745585943,"id":1381,"parentId":1006,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":null},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32759,"timestamp":5972745558243,"id":1295,"parentId":1268,"tags":{},"startTime":1775579693562,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972745591007,"id":1420,"parentId":1268,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34853,"timestamp":5972745556320,"id":1268,"parentId":1026,"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":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32951,"timestamp":5972745558233,"id":1294,"parentId":1267,"tags":{},"startTime":1775579693562,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972745591189,"id":1421,"parentId":1267,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36569,"timestamp":5972745556265,"id":1267,"parentId":1021,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/app-render/dynamic-rendering.js","layer":"app-pages-browser"},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36652,"timestamp":5972745556379,"id":1270,"parentId":1269,"tags":{},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36922,"timestamp":5972745556371,"id":1269,"parentId":978,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/index.js","layer":null},"startTime":1775579693560,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6631,"timestamp":5972745590628,"id":1409,"parentId":1408,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6656,"timestamp":5972745590606,"id":1408,"parentId":1398,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":7053,"timestamp":5972745590397,"id":1398,"parentId":1262,"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":1775579693594,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6816,"timestamp":5972745590640,"id":1411,"parentId":1410,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6827,"timestamp":5972745590630,"id":1410,"parentId":1401,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7199,"timestamp":5972745590464,"id":1401,"parentId":1188,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7021,"timestamp":5972745590648,"id":1413,"parentId":1412,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7028,"timestamp":5972745590641,"id":1412,"parentId":1402,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7521,"timestamp":5972745590484,"id":1402,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/path-match.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7513,"timestamp":5972745590665,"id":1417,"parentId":1416,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7522,"timestamp":5972745590658,"id":1416,"parentId":1404,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7817,"timestamp":5972745590515,"id":1404,"parentId":1191,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/remove-path-prefix.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":7647,"timestamp":5972745590692,"id":1419,"parentId":1418,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":7674,"timestamp":5972745590666,"id":1418,"parentId":1405,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":8230,"timestamp":5972745590657,"id":1415,"parentId":1414,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":8241,"timestamp":5972745590649,"id":1414,"parentId":1403,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10051,"timestamp":5972745590500,"id":1403,"parentId":1186,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/prepare-destination.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":38432,"timestamp":5972745562126,"id":1361,"parentId":1360,"tags":{},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40163,"timestamp":5972745561964,"id":1360,"parentId":868,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":null},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39188,"timestamp":5972745562960,"id":1366,"parentId":1364,"tags":{},"startTime":1775579693567,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972745602161,"id":1433,"parentId":1364,"tags":{},"startTime":1775579693606,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40387,"timestamp":5972745562148,"id":1364,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_wildcard.js","layer":"app-pages-browser"},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40399,"timestamp":5972745562144,"id":1363,"parentId":1362,"tags":{},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40507,"timestamp":5972745562134,"id":1362,"parentId":847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":null},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39682,"timestamp":5972745562962,"id":1367,"parentId":1365,"tags":{},"startTime":1775579693567,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972745602648,"id":1434,"parentId":1365,"tags":{},"startTime":1775579693607,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40408,"timestamp":5972745562356,"id":1365,"parentId":857,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/@swc/helpers/esm/_interop_require_default.js","layer":"app-pages-browser"},"startTime":1775579693566,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6577,"timestamp":5972745596413,"id":1428,"parentId":1427,"tags":{},"startTime":1775579693601,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6598,"timestamp":5972745596394,"id":1427,"parentId":1422,"tags":{},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7404,"timestamp":5972745595737,"id":1422,"parentId":1209,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/normalize-path-sep.js","layer":null},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6722,"timestamp":5972745596425,"id":1430,"parentId":1429,"tags":{},"startTime":1775579693601,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6733,"timestamp":5972745596415,"id":1429,"parentId":1423,"tags":{},"startTime":1775579693601,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7502,"timestamp":5972745595772,"id":1423,"parentId":1206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-path-suffix.js","layer":null},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6845,"timestamp":5972745596434,"id":1432,"parentId":1431,"tags":{},"startTime":1775579693601,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6854,"timestamp":5972745596426,"id":1431,"parentId":1424,"tags":{},"startTime":1775579693601,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7650,"timestamp":5972745595790,"id":1424,"parentId":1206,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/add-locale.js","layer":null},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":19313,"timestamp":5972745585695,"id":1373,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/kline-chart.tsx","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":19351,"timestamp":5972745585733,"id":1374,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/capital-flow.tsx","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":253916,"timestamp":5972745585642,"id":1371,"parentId":1370,"tags":{},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":254761,"timestamp":5972745585625,"id":1370,"parentId":1032,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":null},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":253783,"timestamp":5972745586617,"id":1382,"parentId":1372,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":44,"timestamp":5972745840409,"id":1477,"parentId":1372,"tags":{},"startTime":1775579693844,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":255312,"timestamp":5972745585651,"id":1372,"parentId":1081,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/future/helpers/interception-routes.js","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":254354,"timestamp":5972745586619,"id":1383,"parentId":1375,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":83,"timestamp":5972745840979,"id":1478,"parentId":1375,"tags":{},"startTime":1775579693845,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":255570,"timestamp":5972745585769,"id":1375,"parentId":1021,"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":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":255520,"timestamp":5972745585827,"id":1377,"parentId":1376,"tags":{},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":255858,"timestamp":5972745585816,"id":1376,"parentId":1090,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/cjs/react-jsx-runtime.production.min.js","layer":null},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":255051,"timestamp":5972745586628,"id":1385,"parentId":1379,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972745841685,"id":1479,"parentId":1379,"tags":{},"startTime":1775579693846,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":256128,"timestamp":5972745585871,"id":1379,"parentId":902,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/link.js","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":255380,"timestamp":5972745586625,"id":1384,"parentId":1378,"tags":{},"startTime":1775579693591,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972745842009,"id":1480,"parentId":1378,"tags":{},"startTime":1775579693846,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":256249,"timestamp":5972745585836,"id":1378,"parentId":901,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/api/navigation.js","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"build-module-ts","duration":258993,"timestamp":5972745585906,"id":1380,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/lib/utils.ts","layer":"app-pages-browser"},"startTime":1775579693590,"traceId":"e71ea8e181ebf102"},{"name":"build-module-tsx","duration":254381,"timestamp":5972745590529,"id":1405,"parentId":910,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/components/score-radar.tsx","layer":"app-pages-browser"},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":240413,"timestamp":5972745604587,"id":1457,"parentId":1456,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":240427,"timestamp":5972745604574,"id":1456,"parentId":1440,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":241516,"timestamp":5972745603862,"id":1440,"parentId":1276,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":240813,"timestamp":5972745604574,"id":1455,"parentId":1454,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":240821,"timestamp":5972745604566,"id":1454,"parentId":1439,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":241710,"timestamp":5972745603846,"id":1439,"parentId":1285,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/action-async-storage-instance.js","layer":"shared"},"startTime":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":241002,"timestamp":5972745604565,"id":1453,"parentId":1452,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":241012,"timestamp":5972745604557,"id":1452,"parentId":1438,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":241973,"timestamp":5972745603819,"id":1438,"parentId":1284,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/request-async-storage-instance.js","layer":"shared"},"startTime":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":241243,"timestamp":5972745604555,"id":1451,"parentId":1450,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":241270,"timestamp":5972745604528,"id":1450,"parentId":1435,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":242294,"timestamp":5972745603734,"id":1435,"parentId":1257,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/async-local-storage.js","layer":"shared"},"startTime":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":241418,"timestamp":5972745604617,"id":1465,"parentId":1464,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":241425,"timestamp":5972745604611,"id":1464,"parentId":1444,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":242346,"timestamp":5972745603951,"id":1444,"parentId":1278,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":241694,"timestamp":5972745604610,"id":1463,"parentId":1462,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":241701,"timestamp":5972745604603,"id":1462,"parentId":1443,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":242857,"timestamp":5972745603933,"id":1443,"parentId":1278,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":242208,"timestamp":5972745604595,"id":1459,"parentId":1458,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":242216,"timestamp":5972745604588,"id":1458,"parentId":1441,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":243447,"timestamp":5972745603890,"id":1441,"parentId":1281,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/promise-queue.js","layer":"app-pages-browser"},"startTime":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":242718,"timestamp":5972745604624,"id":1467,"parentId":1466,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":242725,"timestamp":5972745604618,"id":1466,"parentId":1445,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":243740,"timestamp":5972745603967,"id":1445,"parentId":1278,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":243079,"timestamp":5972745604636,"id":1469,"parentId":1468,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":243091,"timestamp":5972745604625,"id":1468,"parentId":1446,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":243938,"timestamp":5972745603988,"id":1446,"parentId":1278,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":243289,"timestamp":5972745604644,"id":1471,"parentId":1470,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":243296,"timestamp":5972745604637,"id":1470,"parentId":1447,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":244223,"timestamp":5972745604013,"id":1447,"parentId":1277,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":243798,"timestamp":5972745604650,"id":1473,"parentId":1472,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":243805,"timestamp":5972745604644,"id":1472,"parentId":1448,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":244647,"timestamp":5972745604029,"id":1448,"parentId":1277,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":244025,"timestamp":5972745604657,"id":1475,"parentId":1474,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":244032,"timestamp":5972745604651,"id":1474,"parentId":1449,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":244987,"timestamp":5972745604049,"id":1449,"parentId":1277,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":244468,"timestamp":5972745604603,"id":1461,"parentId":1460,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":244475,"timestamp":5972745604596,"id":1460,"parentId":1442,"tags":{},"startTime":1775579693609,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":247016,"timestamp":5972745603910,"id":1442,"parentId":1279,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":260645,"timestamp":5972745590457,"id":1400,"parentId":1399,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":261469,"timestamp":5972745590446,"id":1399,"parentId":1188,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":262012,"timestamp":5972745590574,"id":1407,"parentId":1406,"tags":{},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":263947,"timestamp":5972745590567,"id":1406,"parentId":923,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/web-vitals/web-vitals.js","layer":null},"startTime":1775579693595,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":261380,"timestamp":5972745595817,"id":1426,"parentId":1425,"tags":{},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":263077,"timestamp":5972745595809,"id":1425,"parentId":1207,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react/cjs/react.production.min.js","layer":null},"startTime":1775579693600,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":561758,"timestamp":5972745298270,"id":820,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_app&page=%2F_app!"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":561914,"timestamp":5972745298290,"id":822,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fpages%2F_error&page=%2F_error!"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-transform","duration":3815,"timestamp":5972745856861,"id":1489,"parentId":1488,"tags":{},"startTime":1775579693861,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3843,"timestamp":5972745856834,"id":1488,"parentId":1481,"tags":{},"startTime":1775579693861,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5533,"timestamp":5972745855467,"id":1481,"parentId":1403,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/app-router-headers.js","layer":null},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":257530,"timestamp":5972745603808,"id":1437,"parentId":1436,"tags":{},"startTime":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":257671,"timestamp":5972745603797,"id":1436,"parentId":1217,"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":1775579693608,"traceId":"e71ea8e181ebf102"},{"name":"postcss-process","duration":176317,"timestamp":5972745763587,"id":1476,"parentId":1293,"tags":{},"startTime":1775579693768,"traceId":"e71ea8e181ebf102"},{"name":"postcss-loader","duration":383116,"timestamp":5972745556842,"id":1293,"parentId":1255,"tags":{},"startTime":1775579693561,"traceId":"e71ea8e181ebf102"},{"name":"css-loader","duration":20689,"timestamp":5972745940074,"id":1503,"parentId":1255,"tags":{"astUsed":"true"},"startTime":1775579693944,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":101504,"timestamp":5972745860276,"id":1498,"parentId":1497,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":101520,"timestamp":5972745860266,"id":1497,"parentId":1492,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":102096,"timestamp":5972745860162,"id":1492,"parentId":1267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/static-generation-bailout.js","layer":"app-pages-browser"},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":102014,"timestamp":5972745860264,"id":1496,"parentId":1495,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":102039,"timestamp":5972745860239,"id":1495,"parentId":1491,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":102440,"timestamp":5972745860133,"id":1491,"parentId":1267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/components/hooks-server-context.js","layer":"app-pages-browser"},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":102782,"timestamp":5972745860286,"id":1500,"parentId":1499,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":102791,"timestamp":5972745860277,"id":1499,"parentId":1493,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":103616,"timestamp":5972745860183,"id":1493,"parentId":1381,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/sorted-routes.js","layer":null},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":110255,"timestamp":5972745855581,"id":1487,"parentId":1486,"tags":{},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":112450,"timestamp":5972745855573,"id":1486,"parentId":1250,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react.production.min.js","layer":"app-pages-browser"},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":112519,"timestamp":5972745855566,"id":1485,"parentId":1484,"tags":{},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":112796,"timestamp":5972745855547,"id":1484,"parentId":1215,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react/cjs/react-jsx-runtime.production.min.js","layer":"app-pages-browser"},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":671117,"timestamp":5972745298196,"id":819,"parentId":815,"tags":{"request":"next-client-pages-loader?absolutePagePath=next%2Fdist%2Fclient%2Fcomponents%2Fnot-found-error&page=%2F_not-found%2Fpage!"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":670893,"timestamp":5972745298432,"id":830,"parentId":815,"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":1775579693303,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":670906,"timestamp":5972745298422,"id":826,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fchat%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579693303,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":670933,"timestamp":5972745298406,"id":825,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Flogin%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":670936,"timestamp":5972745298426,"id":828,"parentId":815,"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":1775579693303,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":671065,"timestamp":5972745298299,"id":824,"parentId":815,"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":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":670939,"timestamp":5972745298425,"id":827,"parentId":815,"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":1775579693303,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5239,"timestamp":5972745964140,"id":1509,"parentId":1508,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5278,"timestamp":5972745964102,"id":1508,"parentId":1504,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5626,"timestamp":5972745963956,"id":1504,"parentId":1403,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/parse-url.js","layer":null},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":5881,"timestamp":5972745964175,"id":1515,"parentId":1514,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":5891,"timestamp":5972745964166,"id":1514,"parentId":1507,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6273,"timestamp":5972745964067,"id":1507,"parentId":1372,"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":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":6183,"timestamp":5972745964165,"id":1513,"parentId":1512,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":6192,"timestamp":5972745964155,"id":1512,"parentId":1506,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6719,"timestamp":5972745964050,"id":1506,"parentId":1370,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/app-paths.js","layer":null},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":115241,"timestamp":5972745855535,"id":1483,"parentId":1482,"tags":{},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":169307,"timestamp":5972745855522,"id":1482,"parentId":1223,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/react-dom/cjs/react-dom.production.min.js","layer":"app-pages-browser"},"startTime":1775579693860,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":60825,"timestamp":5972745964155,"id":1511,"parentId":1510,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":60839,"timestamp":5972745964142,"id":1510,"parentId":1505,"tags":{},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62122,"timestamp":5972745964021,"id":1505,"parentId":1379,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/link.js","layer":"app-pages-browser"},"startTime":1775579693968,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":165945,"timestamp":5972745860211,"id":1494,"parentId":1490,"tags":{},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746026165,"id":1519,"parentId":1490,"tags":{},"startTime":1775579694030,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":166327,"timestamp":5972745860056,"id":1490,"parentId":1267,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/url.js","layer":"app-pages-browser"},"startTime":1775579693864,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":61872,"timestamp":5972745968717,"id":1518,"parentId":1517,"tags":{},"startTime":1775579693973,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":61924,"timestamp":5972745968671,"id":1517,"parentId":1516,"tags":{},"startTime":1775579693973,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62506,"timestamp":5972745968552,"id":1516,"parentId":1440,"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":1775579693973,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":169489,"timestamp":5972745861648,"id":1502,"parentId":1501,"tags":{},"startTime":1775579693866,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":195744,"timestamp":5972745861625,"id":1501,"parentId":1269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/react-dom/cjs/react-dom.production.min.js","layer":null},"startTime":1775579693866,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":30158,"timestamp":5972746028417,"id":1524,"parentId":1523,"tags":{},"startTime":1775579694033,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30189,"timestamp":5972746028387,"id":1523,"parentId":1522,"tags":{},"startTime":1775579694032,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31737,"timestamp":5972746027115,"id":1522,"parentId":1369,"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":null},"startTime":1775579694031,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":944,"timestamp":5972746059374,"id":1541,"parentId":1540,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":952,"timestamp":5972746059367,"id":1540,"parentId":1528,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1289,"timestamp":5972746059223,"id":1528,"parentId":1505,"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":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1161,"timestamp":5972746059357,"id":1537,"parentId":1536,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1171,"timestamp":5972746059347,"id":1536,"parentId":1526,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1542,"timestamp":5972746059161,"id":1526,"parentId":1505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/add-locale.js","layer":"app-pages-browser"},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1364,"timestamp":5972746059345,"id":1535,"parentId":1534,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1390,"timestamp":5972746059319,"id":1534,"parentId":1525,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1967,"timestamp":5972746059094,"id":1525,"parentId":1505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/resolve-href.js","layer":"app-pages-browser"},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3595,"timestamp":5972746059391,"id":1545,"parentId":1544,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3604,"timestamp":5972746059383,"id":1544,"parentId":1530,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3861,"timestamp":5972746059260,"id":1530,"parentId":1505,"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":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3799,"timestamp":5972746059382,"id":1543,"parentId":1542,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3807,"timestamp":5972746059375,"id":1542,"parentId":1529,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4040,"timestamp":5972746059245,"id":1529,"parentId":1506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/segment.js","layer":null},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36277,"timestamp":5972746027100,"id":1521,"parentId":1520,"tags":{},"startTime":1775579694031,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36406,"timestamp":5972746027067,"id":1520,"parentId":1403,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/server/api-utils/get-cookie-parser.js","layer":null},"startTime":1775579694031,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4321,"timestamp":5972746059366,"id":1539,"parentId":1538,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4330,"timestamp":5972746059358,"id":1538,"parentId":1527,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4943,"timestamp":5972746059194,"id":1527,"parentId":1505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/utils.js","layer":"app-pages-browser"},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4745,"timestamp":5972746059399,"id":1547,"parentId":1546,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4752,"timestamp":5972746059392,"id":1546,"parentId":1531,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5152,"timestamp":5972746059276,"id":1531,"parentId":1505,"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":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3795,"timestamp":5972746062478,"id":1557,"parentId":1556,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3808,"timestamp":5972746062469,"id":1556,"parentId":1550,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5044,"timestamp":5972746061464,"id":1550,"parentId":1507,"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":1775579694066,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4030,"timestamp":5972746062487,"id":1559,"parentId":1558,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4039,"timestamp":5972746062479,"id":1558,"parentId":1551,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5124,"timestamp":5972746061481,"id":1551,"parentId":1506,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/page-path/ensure-leading-slash.js","layer":null},"startTime":1775579694066,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4141,"timestamp":5972746062469,"id":1555,"parentId":1554,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4152,"timestamp":5972746062458,"id":1554,"parentId":1549,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5459,"timestamp":5972746061440,"id":1549,"parentId":1505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/get-domain-locale.js","layer":"app-pages-browser"},"startTime":1775579694066,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":4534,"timestamp":5972746062457,"id":1553,"parentId":1552,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":4556,"timestamp":5972746062436,"id":1552,"parentId":1548,"tags":{},"startTime":1775579694067,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6053,"timestamp":5972746061409,"id":1548,"parentId":1505,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/use-intersection.js","layer":"app-pages-browser"},"startTime":1775579694065,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9563,"timestamp":5972746059303,"id":1533,"parentId":1532,"tags":{},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11209,"timestamp":5972746059293,"id":1532,"parentId":1436,"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.production.min.js","layer":"app-pages-browser"},"startTime":1775579694063,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2589,"timestamp":5972746068420,"id":1568,"parentId":1567,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2601,"timestamp":5972746068410,"id":1567,"parentId":1561,"tags":{},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3319,"timestamp":5972746067807,"id":1561,"parentId":1525,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/omit.js","layer":"app-pages-browser"},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2695,"timestamp":5972746068437,"id":1572,"parentId":1571,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2703,"timestamp":5972746068430,"id":1571,"parentId":1563,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3374,"timestamp":5972746067864,"id":1563,"parentId":1525,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/index.js","layer":"app-pages-browser"},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2890,"timestamp":5972746068429,"id":1570,"parentId":1569,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2899,"timestamp":5972746068421,"id":1569,"parentId":1562,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3719,"timestamp":5972746067840,"id":1562,"parentId":1525,"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":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3268,"timestamp":5972746068407,"id":1566,"parentId":1565,"tags":{},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3300,"timestamp":5972746068377,"id":1565,"parentId":1560,"tags":{},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":4172,"timestamp":5972746067738,"id":1560,"parentId":1525,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/router/utils/querystring.js","layer":"app-pages-browser"},"startTime":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":3473,"timestamp":5972746068448,"id":1574,"parentId":1573,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":3483,"timestamp":5972746068438,"id":1573,"parentId":1564,"tags":{},"startTime":1775579694073,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4190,"timestamp":5972746067882,"id":1564,"parentId":1516,"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":1775579694072,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1005,"timestamp":5972746072573,"id":1578,"parentId":1577,"tags":{},"startTime":1775579694077,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1027,"timestamp":5972746072553,"id":1577,"parentId":1575,"tags":{},"startTime":1775579694077,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1549,"timestamp":5972746072278,"id":1575,"parentId":1548,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/request-idle-callback.js","layer":"app-pages-browser"},"startTime":1775579694076,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1284,"timestamp":5972746072586,"id":1580,"parentId":1579,"tags":{},"startTime":1775579694077,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1296,"timestamp":5972746072575,"id":1579,"parentId":1576,"tags":{},"startTime":1775579694077,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1685,"timestamp":5972746072321,"id":1576,"parentId":1522,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/normalized-asset-prefix.js","layer":null},"startTime":1775579694076,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":458,"timestamp":5972746074199,"id":1588,"parentId":1587,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":469,"timestamp":5972746074189,"id":1587,"parentId":1582,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":735,"timestamp":5972746074108,"id":1582,"parentId":1563,"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":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":1523,"timestamp":5972746074209,"id":1590,"parentId":1589,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":1534,"timestamp":5972746074200,"id":1589,"parentId":1583,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":1803,"timestamp":5972746074130,"id":1583,"parentId":1562,"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":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2252,"timestamp":5972746074188,"id":1586,"parentId":1585,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2273,"timestamp":5972746074168,"id":1585,"parentId":1581,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2793,"timestamp":5972746074065,"id":1581,"parentId":1563,"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":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":2646,"timestamp":5972746074218,"id":1592,"parentId":1591,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":2654,"timestamp":5972746074210,"id":1591,"parentId":1584,"tags":{},"startTime":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3174,"timestamp":5972746074149,"id":1584,"parentId":1562,"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":1775579694078,"traceId":"e71ea8e181ebf102"},{"name":"build-module-css","duration":524639,"timestamp":5972745553618,"id":1255,"parentId":1089,"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":1775579693558,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":75,"timestamp":5972746079207,"id":1597,"parentId":1595,"tags":{},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":71,"timestamp":5972746079288,"id":1600,"parentId":1595,"tags":{},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":739,"timestamp":5972746079112,"id":1595,"parentId":1584,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/lib/constants.js","layer":"app-pages-browser"},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-transform","duration":747,"timestamp":5972746079258,"id":1599,"parentId":1598,"tags":{},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":776,"timestamp":5972746079229,"id":1598,"parentId":1596,"tags":{},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":948,"timestamp":5972746079176,"id":1596,"parentId":1584,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/shared/lib/escape-regexp.js","layer":"app-pages-browser"},"startTime":1775579694083,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2488,"timestamp":5972746077749,"id":1594,"parentId":1593,"tags":{},"startTime":1775579694082,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746080241,"id":1603,"parentId":1593,"tags":{},"startTime":1775579694084,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3313,"timestamp":5972746077499,"id":1593,"parentId":1373,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/index.js","layer":"app-pages-browser"},"startTime":1775579694082,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2131,"timestamp":5972746080166,"id":1602,"parentId":1601,"tags":{},"startTime":1775579694084,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3080,"timestamp":5972746080147,"id":1601,"parentId":1402,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/path-to-regexp/index.js","layer":null},"startTime":1775579694084,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2535,"timestamp":5972746082169,"id":1606,"parentId":1604,"tags":{},"startTime":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746084708,"id":1622,"parentId":1604,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2811,"timestamp":5972746082071,"id":1604,"parentId":1441,"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":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2721,"timestamp":5972746082182,"id":1607,"parentId":1605,"tags":{},"startTime":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746084906,"id":1623,"parentId":1605,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":2900,"timestamp":5972746082126,"id":1605,"parentId":1441,"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":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":786907,"timestamp":5972745298169,"id":817,"parentId":815,"tags":{"request":"./node_modules/next/dist/client/app-next.js"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3112,"timestamp":5972746082273,"id":1609,"parentId":1608,"tags":{},"startTime":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3345,"timestamp":5972746082263,"id":1608,"parentId":1255,"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":1775579694086,"traceId":"e71ea8e181ebf102"},{"name":"build-module-css","duration":589107,"timestamp":5972745501637,"id":1089,"parentId":832,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/src/app/globals.css","layer":"app-pages-browser"},"startTime":1775579693506,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6327,"timestamp":5972746084636,"id":1618,"parentId":1612,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746090966,"id":1626,"parentId":1612,"tags":{},"startTime":1775579694095,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6608,"timestamp":5972746084477,"id":1612,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/renderers.js","layer":"app-pages-browser"},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6457,"timestamp":5972746084632,"id":1617,"parentId":1611,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746091092,"id":1627,"parentId":1611,"tags":{},"startTime":1775579694095,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6776,"timestamp":5972746084438,"id":1611,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/core.js","layer":"app-pages-browser"},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6600,"timestamp":5972746084625,"id":1616,"parentId":1610,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746091228,"id":1628,"parentId":1610,"tags":{},"startTime":1775579694095,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7197,"timestamp":5972746084379,"id":1610,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/extension.js","layer":"app-pages-browser"},"startTime":1775579694088,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6947,"timestamp":5972746084640,"id":1619,"parentId":1613,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746091590,"id":1629,"parentId":1613,"tags":{},"startTime":1775579694096,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7348,"timestamp":5972746084514,"id":1613,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/charts.js","layer":"app-pages-browser"},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7220,"timestamp":5972746084646,"id":1621,"parentId":1615,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746091869,"id":1630,"parentId":1615,"tags":{},"startTime":1775579694096,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7390,"timestamp":5972746084584,"id":1615,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/features.js","layer":"app-pages-browser"},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7334,"timestamp":5972746084644,"id":1620,"parentId":1614,"tags":{},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746091980,"id":1631,"parentId":1614,"tags":{},"startTime":1775579694096,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7647,"timestamp":5972746084549,"id":1614,"parentId":1593,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/components.js","layer":"app-pages-browser"},"startTime":1775579694089,"traceId":"e71ea8e181ebf102"},{"name":"build-module","duration":59,"timestamp":5972746095659,"id":1632,"parentId":1089,"tags":{},"startTime":1775579694100,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":798386,"timestamp":5972745298294,"id":823,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?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":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8792,"timestamp":5972746090953,"id":1625,"parentId":1624,"tags":{},"startTime":1775579694095,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746099753,"id":1639,"parentId":1624,"tags":{},"startTime":1775579694104,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9053,"timestamp":5972746090903,"id":1624,"parentId":1482,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/index.js","layer":"app-pages-browser"},"startTime":1775579694095,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8574,"timestamp":5972746096723,"id":1636,"parentId":1635,"tags":{},"startTime":1775579694101,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9039,"timestamp":5972746096714,"id":1635,"parentId":1520,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/cookie/index.js","layer":null},"startTime":1775579694101,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9053,"timestamp":5972746096707,"id":1634,"parentId":1633,"tags":{},"startTime":1775579694101,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9180,"timestamp":5972746096689,"id":1633,"parentId":1501,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/scheduler/index.js","layer":null},"startTime":1775579694101,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":809599,"timestamp":5972745298284,"id":821,"parentId":815,"tags":{"request":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/client/router.js"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9612,"timestamp":5972746098493,"id":1638,"parentId":1637,"tags":{},"startTime":1775579694103,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746108109,"id":1764,"parentId":1637,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10213,"timestamp":5972746098395,"id":1637,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api.js","layer":"app-pages-browser"},"startTime":1775579694102,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10651,"timestamp":5972746101474,"id":1652,"parentId":1642,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746112131,"id":1765,"parentId":1642,"tags":{},"startTime":1775579694116,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11353,"timestamp":5972746101149,"id":1642,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Component.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11037,"timestamp":5972746101471,"id":1651,"parentId":1641,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746112510,"id":1766,"parentId":1641,"tags":{},"startTime":1775579694117,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11634,"timestamp":5972746101110,"id":1641,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/impl.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11271,"timestamp":5972746101479,"id":1653,"parentId":1643,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746112753,"id":1767,"parentId":1643,"tags":{},"startTime":1775579694117,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12146,"timestamp":5972746101187,"id":1643,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/view/Chart.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11882,"timestamp":5972746101463,"id":1650,"parentId":1640,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":79,"timestamp":5972746113350,"id":1768,"parentId":1640,"tags":{},"startTime":1775579694117,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18913,"timestamp":5972746101048,"id":1640,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/echarts.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18480,"timestamp":5972746101493,"id":1656,"parentId":1646,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746119978,"id":1769,"parentId":1646,"tags":{},"startTime":1775579694124,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18817,"timestamp":5972746101305,"id":1646,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installSVGRenderer.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18632,"timestamp":5972746101495,"id":1657,"parentId":1647,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746120131,"id":1770,"parentId":1647,"tags":{},"startTime":1775579694124,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18885,"timestamp":5972746101341,"id":1647,"parentId":1612,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/renderer/installCanvasRenderer.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18734,"timestamp":5972746101497,"id":1658,"parentId":1648,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746120234,"id":1771,"parentId":1648,"tags":{},"startTime":1775579694124,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19010,"timestamp":5972746101381,"id":1648,"parentId":1611,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/installLabelLayout.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18907,"timestamp":5972746101489,"id":1654,"parentId":1644,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746120399,"id":1772,"parentId":1644,"tags":{},"startTime":1775579694124,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19671,"timestamp":5972746101232,"id":1644,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Component.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20678,"timestamp":5972746101491,"id":1655,"parentId":1645,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":45,"timestamp":5972746122179,"id":1773,"parentId":1645,"tags":{},"startTime":1775579694126,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":22244,"timestamp":5972746101269,"id":1645,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Series.js","layer":"app-pages-browser"},"startTime":1775579694105,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22027,"timestamp":5972746101499,"id":1659,"parentId":1649,"tags":{},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":44,"timestamp":5972746123531,"id":1774,"parentId":1649,"tags":{},"startTime":1775579694128,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24959,"timestamp":5972746101422,"id":1649,"parentId":1615,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/universalTransition.js","layer":"app-pages-browser"},"startTime":1775579694106,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19057,"timestamp":5972746107889,"id":1712,"parentId":1660,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746126953,"id":1775,"parentId":1660,"tags":{},"startTime":1775579694131,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21212,"timestamp":5972746105946,"id":1660,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19256,"timestamp":5972746107908,"id":1714,"parentId":1662,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746127168,"id":1776,"parentId":1662,"tags":{},"startTime":1775579694131,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21256,"timestamp":5972746106041,"id":1662,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/installPictorialBar.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20291,"timestamp":5972746107903,"id":1713,"parentId":1661,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746128198,"id":1777,"parentId":1661,"tags":{},"startTime":1775579694132,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22407,"timestamp":5972746106003,"id":1661,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20502,"timestamp":5972746107912,"id":1715,"parentId":1663,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746128425,"id":1778,"parentId":1663,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22473,"timestamp":5972746106083,"id":1663,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20641,"timestamp":5972746107919,"id":1717,"parentId":1665,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746128565,"id":1779,"parentId":1665,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22545,"timestamp":5972746106155,"id":1665,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20782,"timestamp":5972746107922,"id":1718,"parentId":1666,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746128707,"id":1780,"parentId":1666,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22634,"timestamp":5972746106189,"id":1666,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20902,"timestamp":5972746107924,"id":1719,"parentId":1667,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":82,"timestamp":5972746128830,"id":1781,"parentId":1667,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22763,"timestamp":5972746106223,"id":1667,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21075,"timestamp":5972746107927,"id":1720,"parentId":1668,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746129005,"id":1782,"parentId":1668,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22854,"timestamp":5972746106257,"id":1668,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21261,"timestamp":5972746107934,"id":1723,"parentId":1671,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746129199,"id":1783,"parentId":1671,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22927,"timestamp":5972746106364,"id":1671,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21363,"timestamp":5972746107932,"id":1722,"parentId":1670,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":42,"timestamp":5972746129297,"id":1784,"parentId":1670,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23068,"timestamp":5972746106328,"id":1670,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21482,"timestamp":5972746107917,"id":1716,"parentId":1664,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746129401,"id":1785,"parentId":1664,"tags":{},"startTime":1775579694133,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23387,"timestamp":5972746106119,"id":1664,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21574,"timestamp":5972746107937,"id":1724,"parentId":1672,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746129513,"id":1786,"parentId":1672,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23207,"timestamp":5972746106396,"id":1672,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21654,"timestamp":5972746107952,"id":1731,"parentId":1679,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746129610,"id":1787,"parentId":1679,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23038,"timestamp":5972746106651,"id":1679,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21743,"timestamp":5972746107955,"id":1732,"parentId":1680,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746129700,"id":1788,"parentId":1680,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23108,"timestamp":5972746106688,"id":1680,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21842,"timestamp":5972746107957,"id":1733,"parentId":1681,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746129801,"id":1789,"parentId":1681,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23150,"timestamp":5972746106722,"id":1681,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21926,"timestamp":5972746107950,"id":1730,"parentId":1678,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746129878,"id":1790,"parentId":1678,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23338,"timestamp":5972746106609,"id":1678,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22001,"timestamp":5972746107948,"id":1729,"parentId":1677,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746129951,"id":1791,"parentId":1677,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23451,"timestamp":5972746106575,"id":1677,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22087,"timestamp":5972746107941,"id":1726,"parentId":1674,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746130031,"id":1792,"parentId":1674,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23640,"timestamp":5972746106468,"id":1674,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22181,"timestamp":5972746107930,"id":1721,"parentId":1669,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746130113,"id":1793,"parentId":1669,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23998,"timestamp":5972746106292,"id":1669,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/install.js","layer":"app-pages-browser"},"startTime":1775579694110,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22349,"timestamp":5972746107943,"id":1727,"parentId":1675,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746130295,"id":1794,"parentId":1675,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23883,"timestamp":5972746106503,"id":1675,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22430,"timestamp":5972746107959,"id":1734,"parentId":1682,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746130392,"id":1795,"parentId":1682,"tags":{},"startTime":1775579694134,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23841,"timestamp":5972746106758,"id":1682,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/installSimple.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22664,"timestamp":5972746107939,"id":1725,"parentId":1673,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746130605,"id":1796,"parentId":1673,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24274,"timestamp":5972746106430,"id":1673,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22730,"timestamp":5972746107977,"id":1741,"parentId":1689,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746130711,"id":1797,"parentId":1689,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23779,"timestamp":5972746107009,"id":1689,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22826,"timestamp":5972746107965,"id":1737,"parentId":1685,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746130794,"id":1798,"parentId":1685,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24019,"timestamp":5972746106866,"id":1685,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22918,"timestamp":5972746107970,"id":1739,"parentId":1687,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746130890,"id":1799,"parentId":1687,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24109,"timestamp":5972746106938,"id":1687,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/singleAxis/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23084,"timestamp":5972746107967,"id":1738,"parentId":1686,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746131054,"id":1800,"parentId":1686,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24392,"timestamp":5972746106900,"id":1686,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23334,"timestamp":5972746107961,"id":1735,"parentId":1683,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746131298,"id":1801,"parentId":1683,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24595,"timestamp":5972746106793,"id":1683,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/grid/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23428,"timestamp":5972746107963,"id":1736,"parentId":1684,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":44,"timestamp":5972746131393,"id":1802,"parentId":1684,"tags":{},"startTime":1775579694135,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24771,"timestamp":5972746106833,"id":1684,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/polar/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23624,"timestamp":5972746107983,"id":1744,"parentId":1692,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746131611,"id":1803,"parentId":1692,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24609,"timestamp":5972746107111,"id":1692,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23749,"timestamp":5972746107974,"id":1740,"parentId":1688,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746131725,"id":1804,"parentId":1688,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24881,"timestamp":5972746106972,"id":1688,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23876,"timestamp":5972746107981,"id":1743,"parentId":1691,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746131860,"id":1805,"parentId":1691,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24916,"timestamp":5972746107077,"id":1691,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24009,"timestamp":5972746107987,"id":1746,"parentId":1694,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746131999,"id":1806,"parentId":1694,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24968,"timestamp":5972746107179,"id":1694,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24158,"timestamp":5972746107993,"id":1749,"parentId":1697,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":34,"timestamp":5972746132155,"id":1807,"parentId":1697,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24981,"timestamp":5972746107283,"id":1697,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkPoint.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24288,"timestamp":5972746107980,"id":1742,"parentId":1690,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746132270,"id":1808,"parentId":1690,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25358,"timestamp":5972746107043,"id":1690,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24413,"timestamp":5972746107991,"id":1748,"parentId":1696,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746132408,"id":1809,"parentId":1696,"tags":{},"startTime":1775579694136,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25251,"timestamp":5972746107249,"id":1696,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24517,"timestamp":5972746107985,"id":1745,"parentId":1693,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746132509,"id":1810,"parentId":1693,"tags":{},"startTime":1775579694137,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25512,"timestamp":5972746107144,"id":1693,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24666,"timestamp":5972746107995,"id":1750,"parentId":1698,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746132673,"id":1811,"parentId":1698,"tags":{},"startTime":1775579694137,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25443,"timestamp":5972746107316,"id":1698,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkLine.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24773,"timestamp":5972746107989,"id":1747,"parentId":1695,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746132765,"id":1812,"parentId":1695,"tags":{},"startTime":1775579694137,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26194,"timestamp":5972746107212,"id":1695,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/title/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25411,"timestamp":5972746108002,"id":1754,"parentId":1702,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746133418,"id":1813,"parentId":1702,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26114,"timestamp":5972746107455,"id":1702,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendPlain.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25573,"timestamp":5972746108001,"id":1753,"parentId":1701,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746133577,"id":1814,"parentId":1701,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26281,"timestamp":5972746107418,"id":1701,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/installLegendScroll.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25707,"timestamp":5972746107997,"id":1751,"parentId":1699,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746133707,"id":1815,"parentId":1699,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26468,"timestamp":5972746107349,"id":1699,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/installMarkArea.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25823,"timestamp":5972746107999,"id":1752,"parentId":1700,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746133824,"id":1816,"parentId":1700,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26534,"timestamp":5972746107382,"id":1700,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25913,"timestamp":5972746108006,"id":1756,"parentId":1704,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746133922,"id":1817,"parentId":1704,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26449,"timestamp":5972746107559,"id":1704,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomInside.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26007,"timestamp":5972746108004,"id":1755,"parentId":1703,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746134014,"id":1818,"parentId":1703,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26597,"timestamp":5972746107494,"id":1703,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/install.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26085,"timestamp":5972746108010,"id":1758,"parentId":1706,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746134098,"id":1819,"parentId":1706,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26587,"timestamp":5972746107643,"id":1706,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/install.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26216,"timestamp":5972746108017,"id":1759,"parentId":1707,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746134237,"id":1820,"parentId":1707,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26641,"timestamp":5972746107678,"id":1707,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapContinuous.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26314,"timestamp":5972746108008,"id":1757,"parentId":1705,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746134324,"id":1821,"parentId":1705,"tags":{},"startTime":1775579694138,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26989,"timestamp":5972746107608,"id":1705,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSlider.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26593,"timestamp":5972746108024,"id":1762,"parentId":1710,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":39,"timestamp":5972746134624,"id":1822,"parentId":1710,"tags":{},"startTime":1775579694139,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27205,"timestamp":5972746107797,"id":1710,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataset/install.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26997,"timestamp":5972746108020,"id":1760,"parentId":1708,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746135022,"id":1823,"parentId":1708,"tags":{},"startTime":1775579694139,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27450,"timestamp":5972746107723,"id":1708,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installVisualMapPiecewise.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27155,"timestamp":5972746108026,"id":1763,"parentId":1711,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746135184,"id":1824,"parentId":1711,"tags":{},"startTime":1775579694139,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27464,"timestamp":5972746107835,"id":1711,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/install.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27359,"timestamp":5972746107945,"id":1728,"parentId":1676,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746135309,"id":1825,"parentId":1676,"tags":{},"startTime":1775579694139,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28950,"timestamp":5972746106539,"id":1676,"parentId":1613,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/install.js","layer":"app-pages-browser"},"startTime":1775579694111,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27474,"timestamp":5972746108022,"id":1761,"parentId":1709,"tags":{},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746135502,"id":1826,"parentId":1709,"tags":{},"startTime":1775579694140,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27867,"timestamp":5972746107760,"id":1709,"parentId":1614,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/install.js","layer":"app-pages-browser"},"startTime":1775579694112,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11331,"timestamp":5972746188674,"id":1828,"parentId":1827,"tags":{},"startTime":1775579694193,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746200016,"id":2011,"parentId":1827,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12626,"timestamp":5972746188563,"id":1827,"parentId":1624,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/scheduler/cjs/scheduler.production.min.js","layer":"app-pages-browser"},"startTime":1775579694193,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":903160,"timestamp":5972745298185,"id":818,"parentId":815,"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":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6829,"timestamp":5972746195291,"id":1882,"parentId":1835,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746202126,"id":2014,"parentId":1835,"tags":{},"startTime":1775579694206,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":8731,"timestamp":5972746193690,"id":1835,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7152,"timestamp":5972746195277,"id":1879,"parentId":1832,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746202432,"id":2015,"parentId":1832,"tags":{},"startTime":1775579694207,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9494,"timestamp":5972746193555,"id":1832,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/task.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7760,"timestamp":5972746195295,"id":1883,"parentId":1836,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746203058,"id":2016,"parentId":1836,"tags":{},"startTime":1775579694207,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9985,"timestamp":5972746193745,"id":1836,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/OptionManager.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8466,"timestamp":5972746195270,"id":1878,"parentId":1829,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746203739,"id":2017,"parentId":1829,"tags":{},"startTime":1775579694208,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10716,"timestamp":5972746193431,"id":1829,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Model.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8865,"timestamp":5972746195286,"id":1881,"parentId":1834,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746204158,"id":2018,"parentId":1834,"tags":{},"startTime":1775579694208,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10707,"timestamp":5972746193644,"id":1834,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/ExtensionAPI.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9073,"timestamp":5972746195282,"id":1880,"parentId":1833,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746204358,"id":2019,"parentId":1833,"tags":{},"startTime":1775579694208,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13892,"timestamp":5972746193605,"id":1833,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/Global.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13969,"timestamp":5972746193543,"id":1831,"parentId":1830,"tags":{},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14868,"timestamp":5972746193527,"id":1830,"parentId":1633,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/scheduler/cjs/scheduler.production.min.js","layer":null},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13102,"timestamp":5972746195301,"id":1885,"parentId":1838,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746208409,"id":2020,"parentId":1838,"tags":{},"startTime":1775579694212,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14938,"timestamp":5972746193840,"id":1838,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/throttle.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13479,"timestamp":5972746195306,"id":1887,"parentId":1840,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746208789,"id":2021,"parentId":1840,"tags":{},"startTime":1775579694213,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15496,"timestamp":5972746193911,"id":1840,"parentId":1642,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/clazz.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14110,"timestamp":5972746195304,"id":1886,"parentId":1839,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746209421,"id":2022,"parentId":1839,"tags":{},"startTime":1775579694214,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15949,"timestamp":5972746193877,"id":1839,"parentId":1642,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/component.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16102,"timestamp":5972746195298,"id":1884,"parentId":1837,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":48,"timestamp":5972746211406,"id":2023,"parentId":1837,"tags":{},"startTime":1775579694215,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19710,"timestamp":5972746193782,"id":1837,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesData.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18191,"timestamp":5972746195311,"id":1889,"parentId":1842,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":61,"timestamp":5972746213507,"id":2024,"parentId":1842,"tags":{},"startTime":1775579694218,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21153,"timestamp":5972746193980,"id":1842,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/model.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19835,"timestamp":5972746195309,"id":1888,"parentId":1841,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746215149,"id":2025,"parentId":1841,"tags":{},"startTime":1775579694219,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21580,"timestamp":5972746193947,"id":1841,"parentId":1641,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/log.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":20276,"timestamp":5972746195321,"id":1893,"parentId":1846,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":53,"timestamp":5972746215602,"id":2026,"parentId":1846,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21704,"timestamp":5972746194110,"id":1846,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/number.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20502,"timestamp":5972746195323,"id":1894,"parentId":1847,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746215830,"id":2027,"parentId":1847,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21802,"timestamp":5972746194142,"id":1847,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/time.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20621,"timestamp":5972746195327,"id":1896,"parentId":1849,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746215952,"id":2028,"parentId":1849,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21831,"timestamp":5972746194223,"id":1849,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/format.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20732,"timestamp":5972746195326,"id":1895,"parentId":1848,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746216061,"id":2029,"parentId":1848,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21997,"timestamp":5972746194186,"id":1848,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/graphic.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20856,"timestamp":5972746195329,"id":1897,"parentId":1850,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746216189,"id":2030,"parentId":1850,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22011,"timestamp":5972746194255,"id":1850,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/util.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20955,"timestamp":5972746195314,"id":1890,"parentId":1843,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746216272,"id":2031,"parentId":1843,"tags":{},"startTime":1775579694220,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24148,"timestamp":5972746194013,"id":1843,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/states.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22861,"timestamp":5972746195317,"id":1891,"parentId":1844,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":43,"timestamp":5972746218183,"id":2032,"parentId":1844,"tags":{},"startTime":1775579694222,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26997,"timestamp":5972746194044,"id":1844,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/graphic.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25725,"timestamp":5972746195331,"id":1898,"parentId":1851,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746221062,"id":2033,"parentId":1851,"tags":{},"startTime":1775579694225,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27526,"timestamp":5972746194285,"id":1851,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/Axis.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26484,"timestamp":5972746195338,"id":1901,"parentId":1854,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746221827,"id":2034,"parentId":1854,"tags":{},"startTime":1775579694226,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28771,"timestamp":5972746194384,"id":1854,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/util.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27833,"timestamp":5972746195335,"id":1900,"parentId":1853,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746223172,"id":2035,"parentId":1853,"tags":{},"startTime":1775579694227,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29718,"timestamp":5972746194348,"id":1853,"parentId":1610,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/zrender.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28740,"timestamp":5972746195334,"id":1899,"parentId":1852,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746224078,"id":2036,"parentId":1852,"tags":{},"startTime":1775579694228,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30084,"timestamp":5972746194317,"id":1852,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/parseGeoJson.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29065,"timestamp":5972746195341,"id":1903,"parentId":1856,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746224410,"id":2037,"parentId":1856,"tags":{},"startTime":1775579694228,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30378,"timestamp":5972746194448,"id":1856,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/vector.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29511,"timestamp":5972746195319,"id":1892,"parentId":1845,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746224834,"id":2038,"parentId":1845,"tags":{},"startTime":1775579694229,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31025,"timestamp":5972746194078,"id":1845,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/export/api/helper.js","layer":"app-pages-browser"},"startTime":1775579694198,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29769,"timestamp":5972746195339,"id":1902,"parentId":1855,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746225112,"id":2039,"parentId":1855,"tags":{},"startTime":1775579694229,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31010,"timestamp":5972746194417,"id":1855,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/matrix.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30086,"timestamp":5972746195345,"id":1905,"parentId":1858,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746225435,"id":2040,"parentId":1858,"tags":{},"startTime":1775579694230,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31195,"timestamp":5972746194518,"id":1858,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/platform.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30375,"timestamp":5972746195343,"id":1904,"parentId":1857,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746225721,"id":2041,"parentId":1857,"tags":{},"startTime":1775579694230,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31541,"timestamp":5972746194483,"id":1857,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/env.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30682,"timestamp":5972746195347,"id":1906,"parentId":1859,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746226033,"id":2042,"parentId":1859,"tags":{},"startTime":1775579694230,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32484,"timestamp":5972746194550,"id":1859,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/timsort.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31682,"timestamp":5972746195357,"id":1911,"parentId":1864,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746227043,"id":2043,"parentId":1864,"tags":{},"startTime":1775579694231,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33298,"timestamp":5972746194765,"id":1864,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/Scheduler.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32717,"timestamp":5972746195351,"id":1908,"parentId":1861,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746228072,"id":2044,"parentId":1861,"tags":{},"startTime":1775579694232,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34839,"timestamp":5972746194641,"id":1861,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/color.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34127,"timestamp":5972746195359,"id":1912,"parentId":1865,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746229490,"id":2045,"parentId":1865,"tags":{},"startTime":1775579694234,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34859,"timestamp":5972746194804,"id":1865,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/innerStore.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34312,"timestamp":5972746195355,"id":1910,"parentId":1863,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746229671,"id":2046,"parentId":1863,"tags":{},"startTime":1775579694234,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35047,"timestamp":5972746194732,"id":1863,"parentId":1643,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createRenderPlanner.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34421,"timestamp":5972746195362,"id":1914,"parentId":1867,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746229786,"id":2047,"parentId":1867,"tags":{},"startTime":1775579694234,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35181,"timestamp":5972746194872,"id":1867,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/ECEventProcessor.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34697,"timestamp":5972746195360,"id":1913,"parentId":1866,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746230060,"id":2048,"parentId":1866,"tags":{},"startTime":1775579694234,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35612,"timestamp":5972746194837,"id":1866,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/locale.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35106,"timestamp":5972746195350,"id":1907,"parentId":1860,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746230460,"id":2049,"parentId":1860,"tags":{},"startTime":1775579694235,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36271,"timestamp":5972746194607,"id":1860,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Eventful.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35518,"timestamp":5972746195364,"id":1915,"parentId":1868,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746230887,"id":2050,"parentId":1868,"tags":{},"startTime":1775579694235,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36077,"timestamp":5972746194908,"id":1868,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/event.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35635,"timestamp":5972746195353,"id":1909,"parentId":1862,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746230992,"id":2051,"parentId":1862,"tags":{},"startTime":1775579694235,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38604,"timestamp":5972746194689,"id":1862,"parentId":1637,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/graphic.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37941,"timestamp":5972746195366,"id":1916,"parentId":1869,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746233313,"id":2052,"parentId":1869,"tags":{},"startTime":1775579694237,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38500,"timestamp":5972746194941,"id":1869,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/core/lifecycle.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":38079,"timestamp":5972746195369,"id":1918,"parentId":1871,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746233452,"id":2053,"parentId":1871,"tags":{},"startTime":1775579694238,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39527,"timestamp":5972746195003,"id":1871,"parentId":1644,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/layout.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39170,"timestamp":5972746195367,"id":1917,"parentId":1870,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746234545,"id":2054,"parentId":1870,"tags":{},"startTime":1775579694239,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40578,"timestamp":5972746194972,"id":1870,"parentId":1648,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/LabelManager.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40184,"timestamp":5972746195371,"id":1919,"parentId":1872,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746235559,"id":2055,"parentId":1872,"tags":{},"startTime":1775579694240,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41071,"timestamp":5972746195043,"id":1872,"parentId":1649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/morphTransitionHelper.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40761,"timestamp":5972746195373,"id":1920,"parentId":1873,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":42,"timestamp":5972746236143,"id":2056,"parentId":1873,"tags":{},"startTime":1775579694240,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41614,"timestamp":5972746195085,"id":1873,"parentId":1649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataDiffer.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41330,"timestamp":5972746195376,"id":1922,"parentId":1875,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746236711,"id":2057,"parentId":1875,"tags":{},"startTime":1775579694241,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42021,"timestamp":5972746195154,"id":1875,"parentId":1642,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Group.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41845,"timestamp":5972746195378,"id":1923,"parentId":1876,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":43,"timestamp":5972746237237,"id":2058,"parentId":1876,"tags":{},"startTime":1775579694241,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42621,"timestamp":5972746195186,"id":1876,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/backwardCompat.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42438,"timestamp":5972746195374,"id":1921,"parentId":1874,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746237817,"id":2059,"parentId":1874,"tags":{},"startTime":1775579694242,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":43002,"timestamp":5972746195120,"id":1874,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/seriesFormatTooltip.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":941409,"timestamp":5972745297961,"id":816,"parentId":815,"tags":{"request":"./node_modules/next/dist/client/next.js"},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46034,"timestamp":5972746195380,"id":1924,"parentId":1877,"tags":{},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746241420,"id":2060,"parentId":1877,"tags":{},"startTime":1775579694246,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46509,"timestamp":5972746195218,"id":1877,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataStack.js","layer":"app-pages-browser"},"startTime":1775579694199,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43076,"timestamp":5972746198657,"id":1949,"parentId":1926,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746241737,"id":2061,"parentId":1926,"tags":{},"startTime":1775579694246,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44881,"timestamp":5972746197765,"id":1926,"parentId":1649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Path.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43970,"timestamp":5972746198682,"id":1952,"parentId":1929,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746242657,"id":2062,"parentId":1929,"tags":{},"startTime":1775579694247,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44899,"timestamp":5972746197885,"id":1929,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataFilter.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44143,"timestamp":5972746198647,"id":1948,"parentId":1925,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746242793,"id":2063,"parentId":1925,"tags":{},"startTime":1775579694247,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":48298,"timestamp":5972746197697,"id":1925,"parentId":1647,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Painter.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":47312,"timestamp":5972746198703,"id":1954,"parentId":1931,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":39,"timestamp":5972746246024,"id":2064,"parentId":1931,"tags":{},"startTime":1775579694250,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":48614,"timestamp":5972746197984,"id":1931,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineSeries.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":47948,"timestamp":5972746198661,"id":1950,"parentId":1927,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746246615,"id":2065,"parentId":1927,"tags":{},"startTime":1775579694251,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":49318,"timestamp":5972746197808,"id":1927,"parentId":1649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/basicTransition.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":48433,"timestamp":5972746198701,"id":1953,"parentId":1930,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746247137,"id":2066,"parentId":1930,"tags":{},"startTime":1775579694251,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":49356,"timestamp":5972746197941,"id":1930,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/negativeDataFilter.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":48649,"timestamp":5972746198705,"id":1955,"parentId":1932,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":48,"timestamp":5972746247363,"id":2067,"parentId":1932,"tags":{},"startTime":1775579694251,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":51770,"timestamp":5972746198019,"id":1932,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/LineView.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":51093,"timestamp":5972746198709,"id":1957,"parentId":1934,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746249808,"id":2068,"parentId":1934,"tags":{},"startTime":1775579694254,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":51911,"timestamp":5972746198092,"id":1934,"parentId":1662,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarSeries.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":51301,"timestamp":5972746198707,"id":1956,"parentId":1933,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":41,"timestamp":5972746250012,"id":2069,"parentId":1933,"tags":{},"startTime":1775579694254,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":53635,"timestamp":5972746198054,"id":1933,"parentId":1662,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/PictorialBarView.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":52992,"timestamp":5972746198711,"id":1958,"parentId":1935,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746251709,"id":2070,"parentId":1935,"tags":{},"startTime":1775579694256,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":53868,"timestamp":5972746198127,"id":1935,"parentId":1661,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarSeries.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":53284,"timestamp":5972746198717,"id":1961,"parentId":1938,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746252006,"id":2071,"parentId":1938,"tags":{},"startTime":1775579694256,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":54379,"timestamp":5972746198236,"id":1938,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieView.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":53951,"timestamp":5972746198670,"id":1951,"parentId":1928,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746252625,"id":2072,"parentId":1928,"tags":{},"startTime":1775579694257,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55041,"timestamp":5972746197850,"id":1928,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/processor/dataSample.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54176,"timestamp":5972746198721,"id":1962,"parentId":1939,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":80,"timestamp":5972746252901,"id":2073,"parentId":1939,"tags":{},"startTime":1775579694257,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55015,"timestamp":5972746198284,"id":1939,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/PieSeries.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54584,"timestamp":5972746198723,"id":1963,"parentId":1940,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746253310,"id":2074,"parentId":1940,"tags":{},"startTime":1775579694257,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55163,"timestamp":5972746198319,"id":1940,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/radarLayout.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54761,"timestamp":5972746198725,"id":1964,"parentId":1941,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746253490,"id":2075,"parentId":1941,"tags":{},"startTime":1775579694258,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55284,"timestamp":5972746198354,"id":1941,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/backwardCompat.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54927,"timestamp":5972746198715,"id":1960,"parentId":1937,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746253645,"id":2076,"parentId":1937,"tags":{},"startTime":1775579694258,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56002,"timestamp":5972746198199,"id":1937,"parentId":1663,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/pieLayout.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55463,"timestamp":5972746198743,"id":1967,"parentId":1944,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746254209,"id":2077,"parentId":1944,"tags":{},"startTime":1775579694258,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56132,"timestamp":5972746198475,"id":1944,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapView.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55938,"timestamp":5972746198727,"id":1965,"parentId":1942,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746254675,"id":2078,"parentId":1942,"tags":{},"startTime":1775579694259,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56824,"timestamp":5972746198400,"id":1942,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56504,"timestamp":5972746198740,"id":1966,"parentId":1943,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746255248,"id":2079,"parentId":1943,"tags":{},"startTime":1775579694259,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":57064,"timestamp":5972746198437,"id":1943,"parentId":1665,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/radar/RadarSeries.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56792,"timestamp":5972746198713,"id":1959,"parentId":1936,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":44,"timestamp":5972746255514,"id":2080,"parentId":1936,"tags":{},"startTime":1775579694260,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":60103,"timestamp":5972746198166,"id":1936,"parentId":1661,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BarView.js","layer":"app-pages-browser"},"startTime":1775579694202,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":59533,"timestamp":5972746198747,"id":1969,"parentId":1946,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746258286,"id":2081,"parentId":1946,"tags":{},"startTime":1775579694262,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":59935,"timestamp":5972746198547,"id":1946,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapSymbolLayout.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":59739,"timestamp":5972746198749,"id":1970,"parentId":1947,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746258496,"id":2082,"parentId":1947,"tags":{},"startTime":1775579694263,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":60176,"timestamp":5972746198591,"id":1947,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/mapDataStatistic.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":60027,"timestamp":5972746198745,"id":1968,"parentId":1945,"tags":{},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746258776,"id":2083,"parentId":1945,"tags":{},"startTime":1775579694263,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":60696,"timestamp":5972746198509,"id":1945,"parentId":1666,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/map/MapSeries.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":65261,"timestamp":5972746199672,"id":1993,"parentId":1973,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746264940,"id":2084,"parentId":1973,"tags":{},"startTime":1775579694269,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":66471,"timestamp":5972746198974,"id":1973,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/style.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":65773,"timestamp":5972746199676,"id":1994,"parentId":1974,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746265454,"id":2085,"parentId":1974,"tags":{},"startTime":1775579694270,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":66678,"timestamp":5972746199007,"id":1974,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/symbol.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":66030,"timestamp":5972746199659,"id":1991,"parentId":1971,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":46,"timestamp":5972746265692,"id":2086,"parentId":1971,"tags":{},"startTime":1775579694270,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":68126,"timestamp":5972746198893,"id":1971,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeView.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":67358,"timestamp":5972746199668,"id":1992,"parentId":1972,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746267029,"id":2087,"parentId":1972,"tags":{},"startTime":1775579694271,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":69829,"timestamp":5972746198938,"id":1972,"parentId":1649,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Displayable.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":69097,"timestamp":5972746199681,"id":1995,"parentId":1975,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746268784,"id":2088,"parentId":1975,"tags":{},"startTime":1775579694273,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70047,"timestamp":5972746199041,"id":1975,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/helper.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":69412,"timestamp":5972746199683,"id":1996,"parentId":1976,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746269099,"id":2089,"parentId":1976,"tags":{},"startTime":1775579694273,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70158,"timestamp":5972746199074,"id":1976,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/decal.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":69550,"timestamp":5972746199686,"id":1997,"parentId":1977,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746269239,"id":2090,"parentId":1977,"tags":{},"startTime":1775579694273,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70364,"timestamp":5972746199109,"id":1977,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/loading/default.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":69763,"timestamp":5972746199715,"id":1999,"parentId":1979,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746269481,"id":2091,"parentId":1979,"tags":{},"startTime":1775579694274,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70555,"timestamp":5972746199174,"id":1979,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/dark.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":70008,"timestamp":5972746199728,"id":2001,"parentId":1981,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746269740,"id":2092,"parentId":1981,"tags":{},"startTime":1775579694274,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":71354,"timestamp":5972746199260,"id":1981,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/transform.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":70894,"timestamp":5972746199724,"id":2000,"parentId":1980,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746270622,"id":2093,"parentId":1980,"tags":{},"startTime":1775579694275,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":71690,"timestamp":5972746199215,"id":1980,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/dataSelectAction.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":71224,"timestamp":5972746199687,"id":1998,"parentId":1978,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746270915,"id":2094,"parentId":1978,"tags":{},"startTime":1775579694275,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":71893,"timestamp":5972746199142,"id":1978,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/theme/light.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":71302,"timestamp":5972746199737,"id":2004,"parentId":1984,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746271043,"id":2095,"parentId":1984,"tags":{},"startTime":1775579694275,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":72048,"timestamp":5972746199367,"id":1984,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/dataFormat.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":71670,"timestamp":5972746199749,"id":2008,"parentId":1988,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746271424,"id":2096,"parentId":1988,"tags":{},"startTime":1775579694276,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":72047,"timestamp":5972746199516,"id":1988,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeAction.js","layer":"app-pages-browser"},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":71826,"timestamp":5972746199741,"id":2005,"parentId":1985,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746271570,"id":2097,"parentId":1985,"tags":{},"startTime":1775579694276,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":72478,"timestamp":5972746199402,"id":1985,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/TreeSeries.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":72152,"timestamp":5972746199731,"id":2002,"parentId":1982,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746271887,"id":2098,"parentId":1982,"tags":{},"startTime":1775579694276,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":73195,"timestamp":5972746199296,"id":1982,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceManager.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":72750,"timestamp":5972746199752,"id":2009,"parentId":1989,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746272506,"id":2099,"parentId":1989,"tags":{},"startTime":1775579694277,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":73066,"timestamp":5972746199574,"id":1989,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapAction.js","layer":"app-pages-browser"},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":72897,"timestamp":5972746199747,"id":2007,"parentId":1987,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746272647,"id":2100,"parentId":1987,"tags":{},"startTime":1775579694277,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":73272,"timestamp":5972746199468,"id":1987,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeVisual.js","layer":"app-pages-browser"},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":73000,"timestamp":5972746199744,"id":2006,"parentId":1986,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746272747,"id":2101,"parentId":1986,"tags":{},"startTime":1775579694277,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":73655,"timestamp":5972746199435,"id":1986,"parentId":1667,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/treeLayout.js","layer":"app-pages-browser"},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":73340,"timestamp":5972746199755,"id":2010,"parentId":1990,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":49,"timestamp":5972746273098,"id":2102,"parentId":1990,"tags":{},"startTime":1775579694277,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":74034,"timestamp":5972746199618,"id":1990,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapSeries.js","layer":"app-pages-browser"},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":73921,"timestamp":5972746199734,"id":2003,"parentId":1983,"tags":{},"startTime":1775579694204,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746273659,"id":2103,"parentId":1983,"tags":{},"startTime":1775579694278,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":74577,"timestamp":5972746199332,"id":1983,"parentId":1645,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/palette.js","layer":"app-pages-browser"},"startTime":1775579694203,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":81602,"timestamp":5972746201351,"id":2013,"parentId":2012,"tags":{},"startTime":1775579694205,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":94,"timestamp":5972746282962,"id":2104,"parentId":2012,"tags":{},"startTime":1775579694287,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":83806,"timestamp":5972746201273,"id":2012,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/TreemapView.js","layer":"app-pages-browser"},"startTime":1775579694205,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14409,"timestamp":5972746313568,"id":2108,"parentId":2105,"tags":{},"startTime":1775579694318,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746327986,"id":2297,"parentId":2105,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15926,"timestamp":5972746312830,"id":2105,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapVisual.js","layer":"app-pages-browser"},"startTime":1775579694317,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15182,"timestamp":5972746313583,"id":2110,"parentId":2107,"tags":{},"startTime":1775579694318,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746328771,"id":2298,"parentId":2107,"tags":{},"startTime":1775579694333,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16234,"timestamp":5972746312979,"id":2107,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelView.js","layer":"app-pages-browser"},"startTime":1775579694317,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15642,"timestamp":5972746313576,"id":2109,"parentId":2106,"tags":{},"startTime":1775579694318,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":58,"timestamp":5972746329222,"id":2299,"parentId":2106,"tags":{},"startTime":1775579694333,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17318,"timestamp":5972746312932,"id":2106,"parentId":1668,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/treemapLayout.js","layer":"app-pages-browser"},"startTime":1775579694317,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8431,"timestamp":5972746322752,"id":2183,"parentId":2115,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746331188,"id":2300,"parentId":2115,"tags":{},"startTime":1775579694335,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11193,"timestamp":5972746320258,"id":2115,"parentId":1664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterSeries.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8718,"timestamp":5972746322738,"id":2181,"parentId":2113,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746331459,"id":2301,"parentId":2113,"tags":{},"startTime":1775579694336,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12524,"timestamp":5972746320186,"id":2113,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeView.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9958,"timestamp":5972746322756,"id":2184,"parentId":2116,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746332718,"id":2302,"parentId":2116,"tags":{},"startTime":1775579694337,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12705,"timestamp":5972746320293,"id":2116,"parentId":1664,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/scatter/ScatterView.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10279,"timestamp":5972746322723,"id":2179,"parentId":2111,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":41,"timestamp":5972746333006,"id":2303,"parentId":2111,"tags":{},"startTime":1775579694337,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13201,"timestamp":5972746320066,"id":2111,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/FunnelSeries.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10512,"timestamp":5972746322759,"id":2185,"parentId":2117,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746333274,"id":2304,"parentId":2117,"tags":{},"startTime":1775579694337,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13357,"timestamp":5972746320331,"id":2117,"parentId":1672,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10958,"timestamp":5972746322733,"id":2180,"parentId":2112,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746333694,"id":2305,"parentId":2112,"tags":{},"startTime":1775579694338,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14298,"timestamp":5972746320145,"id":2112,"parentId":1671,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/funnel/funnelLayout.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11692,"timestamp":5972746322766,"id":2187,"parentId":2119,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746334462,"id":2306,"parentId":2119,"tags":{},"startTime":1775579694339,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14196,"timestamp":5972746320402,"id":2119,"parentId":1672,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/parallelVisual.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11839,"timestamp":5972746322763,"id":2186,"parentId":2118,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746334605,"id":2307,"parentId":2118,"tags":{},"startTime":1775579694339,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14423,"timestamp":5972746320365,"id":2118,"parentId":1672,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/parallel/ParallelSeries.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12021,"timestamp":5972746322770,"id":2188,"parentId":2120,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746334794,"id":2308,"parentId":2120,"tags":{},"startTime":1775579694339,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14678,"timestamp":5972746320435,"id":2120,"parentId":1679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12311,"timestamp":5972746322806,"id":2190,"parentId":2122,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746335120,"id":2309,"parentId":2122,"tags":{},"startTime":1775579694339,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14872,"timestamp":5972746320508,"id":2122,"parentId":1679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/themeRiverLayout.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14961,"timestamp":5972746322815,"id":2192,"parentId":2124,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":39,"timestamp":5972746337784,"id":2310,"parentId":2124,"tags":{},"startTime":1775579694342,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17775,"timestamp":5972746320628,"id":2124,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15602,"timestamp":5972746322809,"id":2191,"parentId":2123,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746338415,"id":2311,"parentId":2123,"tags":{},"startTime":1775579694343,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18273,"timestamp":5972746320574,"id":2123,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16050,"timestamp":5972746322802,"id":2189,"parentId":2121,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":55,"timestamp":5972746338855,"id":2312,"parentId":2121,"tags":{},"startTime":1775579694343,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18872,"timestamp":5972746320471,"id":2121,"parentId":1679,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/themeRiver/ThemeRiverSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16527,"timestamp":5972746322821,"id":2194,"parentId":2126,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746339351,"id":2313,"parentId":2126,"tags":{},"startTime":1775579694343,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18869,"timestamp":5972746320697,"id":2126,"parentId":1660,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/points.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16746,"timestamp":5972746322827,"id":2196,"parentId":2128,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746339575,"id":2314,"parentId":2128,"tags":{},"startTime":1775579694344,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19248,"timestamp":5972746320769,"id":2128,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/View.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":17197,"timestamp":5972746322824,"id":2195,"parentId":2127,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746340024,"id":2315,"parentId":2127,"tags":{},"startTime":1775579694344,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20212,"timestamp":5972746320731,"id":2127,"parentId":1662,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barGrid.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18118,"timestamp":5972746322830,"id":2197,"parentId":2129,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746340950,"id":2316,"parentId":2129,"tags":{},"startTime":1775579694345,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20539,"timestamp":5972746320800,"id":2129,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstLayout.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18504,"timestamp":5972746322838,"id":2200,"parentId":2132,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746341346,"id":2317,"parentId":2132,"tags":{},"startTime":1775579694345,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20630,"timestamp":5972746320913,"id":2132,"parentId":1681,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18729,"timestamp":5972746322818,"id":2193,"parentId":2125,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746341550,"id":2318,"parentId":2125,"tags":{},"startTime":1775579694346,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":21492,"timestamp":5972746320662,"id":2125,"parentId":1646,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/Painter.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19414,"timestamp":5972746322745,"id":2182,"parentId":2114,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":54,"timestamp":5972746342170,"id":2319,"parentId":2114,"tags":{},"startTime":1775579694346,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22234,"timestamp":5972746320224,"id":2114,"parentId":1670,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/GaugeSeries.js","layer":"app-pages-browser"},"startTime":1775579694324,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19641,"timestamp":5972746322833,"id":2198,"parentId":2130,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746342477,"id":2320,"parentId":2130,"tags":{},"startTime":1775579694347,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21798,"timestamp":5972746320831,"id":2130,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstVisual.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19808,"timestamp":5972746322836,"id":2199,"parentId":2131,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746342647,"id":2321,"parentId":2131,"tags":{},"startTime":1775579694347,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22009,"timestamp":5972746320867,"id":2131,"parentId":1680,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/sunburstAction.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20060,"timestamp":5972746322841,"id":2201,"parentId":2133,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":47,"timestamp":5972746342905,"id":2322,"parentId":2133,"tags":{},"startTime":1775579694347,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23808,"timestamp":5972746320945,"id":2133,"parentId":1681,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/custom/CustomView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21972,"timestamp":5972746322851,"id":2204,"parentId":2136,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746344830,"id":2323,"parentId":2136,"tags":{},"startTime":1775579694349,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24264,"timestamp":5972746321051,"id":2136,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22480,"timestamp":5972746322848,"id":2203,"parentId":2135,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746345333,"id":2324,"parentId":2135,"tags":{},"startTime":1775579694349,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24547,"timestamp":5972746321012,"id":2135,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22706,"timestamp":5972746322859,"id":2207,"parentId":2139,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746345568,"id":2325,"parentId":2139,"tags":{},"startTime":1775579694350,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24597,"timestamp":5972746321153,"id":2139,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesVisual.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22898,"timestamp":5972746322856,"id":2206,"parentId":2138,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746345758,"id":2326,"parentId":2138,"tags":{},"startTime":1775579694350,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24890,"timestamp":5972746321118,"id":2138,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/linesLayout.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23128,"timestamp":5972746322885,"id":2208,"parentId":2140,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746346016,"id":2327,"parentId":2140,"tags":{},"startTime":1775579694350,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24991,"timestamp":5972746321184,"id":2140,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23256,"timestamp":5972746322923,"id":2213,"parentId":2145,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746346182,"id":2328,"parentId":2145,"tags":{},"startTime":1775579694350,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25008,"timestamp":5972746321349,"id":2145,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryVisual.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23516,"timestamp":5972746322854,"id":2205,"parentId":2137,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746346376,"id":2329,"parentId":2137,"tags":{},"startTime":1775579694350,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25911,"timestamp":5972746321083,"id":2137,"parentId":1677,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/lines/LinesSeries.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24153,"timestamp":5972746322844,"id":2202,"parentId":2134,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746347001,"id":2330,"parentId":2134,"tags":{},"startTime":1775579694351,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27457,"timestamp":5972746320977,"id":2134,"parentId":1678,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25538,"timestamp":5972746322903,"id":2211,"parentId":2143,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746348446,"id":2331,"parentId":2143,"tags":{},"startTime":1775579694353,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27331,"timestamp":5972746321284,"id":2143,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotTransform.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25713,"timestamp":5972746322907,"id":2212,"parentId":2144,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746348624,"id":2332,"parentId":2144,"tags":{},"startTime":1775579694353,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27462,"timestamp":5972746321317,"id":2144,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/categoryFilter.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25852,"timestamp":5972746322931,"id":2216,"parentId":2148,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746348787,"id":2333,"parentId":2148,"tags":{},"startTime":1775579694353,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27421,"timestamp":5972746321450,"id":2148,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayout.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25948,"timestamp":5972746322926,"id":2214,"parentId":2146,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746348877,"id":2334,"parentId":2146,"tags":{},"startTime":1775579694353,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27665,"timestamp":5972746321384,"id":2146,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/edgeVisual.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26153,"timestamp":5972746322900,"id":2210,"parentId":2142,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746349056,"id":2335,"parentId":2142,"tags":{},"startTime":1775579694353,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28173,"timestamp":5972746321252,"id":2142,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/boxplotLayout.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26499,"timestamp":5972746322929,"id":2215,"parentId":2147,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746349431,"id":2336,"parentId":2147,"tags":{},"startTime":1775579694354,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28166,"timestamp":5972746321419,"id":2147,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayout.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26648,"timestamp":5972746322941,"id":2219,"parentId":2151,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746349592,"id":2337,"parentId":2151,"tags":{},"startTime":1775579694354,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28256,"timestamp":5972746321558,"id":2151,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/createView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26883,"timestamp":5972746322934,"id":2217,"parentId":2149,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746349820,"id":2338,"parentId":2149,"tags":{},"startTime":1775579694354,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28677,"timestamp":5972746321481,"id":2149,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceLayout.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27226,"timestamp":5972746322937,"id":2218,"parentId":2150,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746350170,"id":2339,"parentId":2150,"tags":{},"startTime":1775579694354,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29234,"timestamp":5972746321516,"id":2150,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27864,"timestamp":5972746322896,"id":2209,"parentId":2141,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746350763,"id":2340,"parentId":2141,"tags":{},"startTime":1775579694355,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29939,"timestamp":5972746321221,"id":2141,"parentId":1674,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/BoxplotView.js","layer":"app-pages-browser"},"startTime":1775579694325,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28220,"timestamp":5972746322944,"id":2220,"parentId":2152,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746351167,"id":2341,"parentId":2152,"tags":{},"startTime":1775579694355,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29778,"timestamp":5972746321628,"id":2152,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCreator.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28465,"timestamp":5972746322947,"id":2221,"parentId":2153,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746351416,"id":2342,"parentId":2153,"tags":{},"startTime":1775579694356,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30176,"timestamp":5972746321692,"id":2153,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/GraphSeries.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28919,"timestamp":5972746322953,"id":2223,"parentId":2155,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746351875,"id":2343,"parentId":2155,"tags":{},"startTime":1775579694356,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30263,"timestamp":5972746321773,"id":2155,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickSeries.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29089,"timestamp":5972746322950,"id":2222,"parentId":2154,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746352041,"id":2344,"parentId":2154,"tags":{},"startTime":1775579694356,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30939,"timestamp":5972746321737,"id":2154,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/CandlestickView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29705,"timestamp":5972746322974,"id":2226,"parentId":2158,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746352688,"id":2345,"parentId":2158,"tags":{},"startTime":1775579694357,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31222,"timestamp":5972746321878,"id":2158,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickLayout.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30117,"timestamp":5972746322987,"id":2228,"parentId":2160,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746353114,"id":2346,"parentId":2160,"tags":{},"startTime":1775579694357,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31536,"timestamp":5972746321945,"id":2160,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeySeries.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30492,"timestamp":5972746322993,"id":2230,"parentId":2162,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746353487,"id":2347,"parentId":2162,"tags":{},"startTime":1775579694358,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31643,"timestamp":5972746322012,"id":2162,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyVisual.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30698,"timestamp":5972746322960,"id":2225,"parentId":2157,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746353661,"id":2348,"parentId":2157,"tags":{},"startTime":1775579694358,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31997,"timestamp":5972746321844,"id":2157,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/candlestickVisual.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30875,"timestamp":5972746322984,"id":2227,"parentId":2159,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746353862,"id":2349,"parentId":2159,"tags":{},"startTime":1775579694358,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32617,"timestamp":5972746321912,"id":2159,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/SankeyView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31576,"timestamp":5972746322957,"id":2224,"parentId":2156,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746354537,"id":2350,"parentId":2156,"tags":{},"startTime":1775579694359,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32831,"timestamp":5972746321808,"id":2156,"parentId":1675,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/candlestick/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31646,"timestamp":5972746322996,"id":2231,"parentId":2163,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":42,"timestamp":5972746354644,"id":2351,"parentId":2163,"tags":{},"startTime":1775579694359,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33487,"timestamp":5972746322051,"id":2163,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/calendar/CalendarView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32552,"timestamp":5972746322990,"id":2229,"parentId":2161,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":34,"timestamp":5972746355545,"id":2352,"parentId":2161,"tags":{},"startTime":1775579694360,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34506,"timestamp":5972746321979,"id":2161,"parentId":1673,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sankey/sankeyLayout.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33482,"timestamp":5972746323007,"id":2235,"parentId":2167,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746356491,"id":2353,"parentId":2167,"tags":{},"startTime":1775579694361,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34831,"timestamp":5972746322187,"id":2167,"parentId":1686,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoCreator.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34021,"timestamp":5972746323001,"id":2233,"parentId":2165,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746357025,"id":2354,"parentId":2165,"tags":{},"startTime":1775579694361,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36004,"timestamp":5972746322118,"id":2165,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/layout/barPolar.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35135,"timestamp":5972746322998,"id":2232,"parentId":2164,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746358138,"id":2355,"parentId":2164,"tags":{},"startTime":1775579694362,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36560,"timestamp":5972746322083,"id":2164,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/radar/RadarView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35638,"timestamp":5972746323010,"id":2236,"parentId":2168,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746358651,"id":2356,"parentId":2168,"tags":{},"startTime":1775579694363,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36753,"timestamp":5972746322222,"id":2168,"parentId":1686,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoModel.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35975,"timestamp":5972746323004,"id":2234,"parentId":2166,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746358982,"id":2357,"parentId":2166,"tags":{},"startTime":1775579694363,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37163,"timestamp":5972746322150,"id":2166,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/SingleAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36305,"timestamp":5972746323013,"id":2237,"parentId":2169,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746359320,"id":2358,"parentId":2169,"tags":{},"startTime":1775579694363,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37443,"timestamp":5972746322253,"id":2169,"parentId":1686,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/geo/GeoView.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36683,"timestamp":5972746323018,"id":2239,"parentId":2171,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746359705,"id":2359,"parentId":2171,"tags":{},"startTime":1775579694364,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37710,"timestamp":5972746322342,"id":2171,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/PolarAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37026,"timestamp":5972746323030,"id":2243,"parentId":2175,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746360059,"id":2360,"parentId":2175,"tags":{},"startTime":1775579694364,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37853,"timestamp":5972746322507,"id":2175,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installDataZoomSelect.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37340,"timestamp":5972746323025,"id":2241,"parentId":2173,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":50,"timestamp":5972746360368,"id":2361,"parentId":2173,"tags":{},"startTime":1775579694364,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39687,"timestamp":5972746322416,"id":2173,"parentId":1692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipView.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39093,"timestamp":5972746323016,"id":2238,"parentId":2170,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746362113,"id":2362,"parentId":2170,"tags":{},"startTime":1775579694366,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40006,"timestamp":5972746322286,"id":2170,"parentId":1686,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/geoSourceManager.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39329,"timestamp":5972746323022,"id":2240,"parentId":2172,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746362354,"id":2363,"parentId":2172,"tags":{},"startTime":1775579694366,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40120,"timestamp":5972746322384,"id":2172,"parentId":1692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipModel.js","layer":"app-pages-browser"},"startTime":1775579694326,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39478,"timestamp":5972746323036,"id":2245,"parentId":2177,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746362517,"id":2364,"parentId":2177,"tags":{},"startTime":1775579694367,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40036,"timestamp":5972746322630,"id":2177,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/GridModel.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39645,"timestamp":5972746323028,"id":2242,"parentId":2174,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746362676,"id":2365,"parentId":2174,"tags":{},"startTime":1775579694367,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40610,"timestamp":5972746322454,"id":2174,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/parallel/ParallelView.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40030,"timestamp":5972746323038,"id":2246,"parentId":2178,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746363072,"id":2366,"parentId":2178,"tags":{},"startTime":1775579694367,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40549,"timestamp":5972746322681,"id":2178,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40236,"timestamp":5972746323033,"id":2244,"parentId":2176,"tags":{},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746363272,"id":2367,"parentId":2176,"tags":{},"startTime":1775579694367,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40906,"timestamp":5972746322552,"id":2176,"parentId":1669,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/action/roamHelper.js","layer":"app-pages-browser"},"startTime":1775579694327,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45248,"timestamp":5972746326693,"id":2262,"parentId":2251,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746371947,"id":2368,"parentId":2251,"tags":{},"startTime":1775579694376,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46437,"timestamp":5972746326410,"id":2251,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AngleAxisView.js","layer":"app-pages-browser"},"startTime":1775579694330,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46163,"timestamp":5972746326690,"id":2261,"parentId":2250,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746372856,"id":2369,"parentId":2250,"tags":{},"startTime":1775579694377,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46745,"timestamp":5972746326376,"id":2250,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisView.js","layer":"app-pages-browser"},"startTime":1775579694330,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46461,"timestamp":5972746326665,"id":2258,"parentId":2247,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746373130,"id":2370,"parentId":2247,"tags":{},"startTime":1775579694377,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":47935,"timestamp":5972746326187,"id":2247,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Grid.js","layer":"app-pages-browser"},"startTime":1775579694330,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":47447,"timestamp":5972746326679,"id":2260,"parentId":2249,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":46,"timestamp":5972746374135,"id":2371,"parentId":2249,"tags":{},"startTime":1775579694378,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":48123,"timestamp":5972746326335,"id":2249,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/SingleAxisView.js","layer":"app-pages-browser"},"startTime":1775579694330,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":47787,"timestamp":5972746326675,"id":2259,"parentId":2248,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746374465,"id":2372,"parentId":2248,"tags":{},"startTime":1775579694379,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":48666,"timestamp":5972746326294,"id":2248,"parentId":1682,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/CartesianAxisView.js","layer":"app-pages-browser"},"startTime":1775579694330,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":48272,"timestamp":5972746326696,"id":2263,"parentId":2252,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746374971,"id":2373,"parentId":2252,"tags":{},"startTime":1775579694379,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":48907,"timestamp":5972746326447,"id":2252,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/RadiusAxisView.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":48649,"timestamp":5972746326709,"id":2264,"parentId":2253,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746375362,"id":2374,"parentId":2253,"tags":{},"startTime":1775579694379,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":49243,"timestamp":5972746326487,"id":2253,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/ParallelAxisView.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":49024,"timestamp":5972746326711,"id":2265,"parentId":2254,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746375738,"id":2375,"parentId":2254,"tags":{},"startTime":1775579694380,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":49313,"timestamp":5972746326522,"id":2254,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/parallelAxisAction.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":49169,"timestamp":5972746326724,"id":2268,"parentId":2257,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746375897,"id":2376,"parentId":2257,"tags":{},"startTime":1775579694380,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":49556,"timestamp":5972746326620,"id":2257,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/RadarModel.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":49465,"timestamp":5972746326715,"id":2267,"parentId":2256,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746376182,"id":2377,"parentId":2256,"tags":{},"startTime":1775579694380,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":50402,"timestamp":5972746326588,"id":2256,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/Calendar.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":50284,"timestamp":5972746326713,"id":2266,"parentId":2255,"tags":{},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746377000,"id":2378,"parentId":2255,"tags":{},"startTime":1775579694381,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":50650,"timestamp":5972746326555,"id":2255,"parentId":1689,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/CalendarModel.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":58178,"timestamp":5972746327839,"id":2283,"parentId":2269,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746386024,"id":2379,"parentId":2269,"tags":{},"startTime":1775579694390,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":59328,"timestamp":5972746327261,"id":2269,"parentId":1685,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/Radar.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":58747,"timestamp":5972746327848,"id":2286,"parentId":2272,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746386599,"id":2380,"parentId":2272,"tags":{},"startTime":1775579694391,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":59418,"timestamp":5972746327386,"id":2272,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxModel.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":58959,"timestamp":5972746327850,"id":2287,"parentId":2273,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746386812,"id":2381,"parentId":2273,"tags":{},"startTime":1775579694391,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":60032,"timestamp":5972746327438,"id":2273,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/ToolboxView.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":59628,"timestamp":5972746327846,"id":2285,"parentId":2271,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746387477,"id":2382,"parentId":2271,"tags":{},"startTime":1775579694392,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":60808,"timestamp":5972746327354,"id":2271,"parentId":1695,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/format.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":60324,"timestamp":5972746327844,"id":2284,"parentId":2270,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746388172,"id":2383,"parentId":2270,"tags":{},"startTime":1775579694392,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":61880,"timestamp":5972746327312,"id":2270,"parentId":1695,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelStyle.js","layer":"app-pages-browser"},"startTime":1775579694331,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":61346,"timestamp":5972746327853,"id":2289,"parentId":2275,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746389203,"id":2384,"parentId":2275,"tags":{},"startTime":1775579694393,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":61850,"timestamp":5972746327537,"id":2275,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":61535,"timestamp":5972746327856,"id":2291,"parentId":2277,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746389394,"id":2385,"parentId":2277,"tags":{},"startTime":1775579694393,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":61983,"timestamp":5972746327632,"id":2277,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushModel.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":61767,"timestamp":5972746327851,"id":2288,"parentId":2274,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746389622,"id":2386,"parentId":2274,"tags":{},"startTime":1775579694394,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62242,"timestamp":5972746327480,"id":2274,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/featureManager.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":61865,"timestamp":5972746327861,"id":2294,"parentId":2280,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746389729,"id":2387,"parentId":2280,"tags":{},"startTime":1775579694394,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62120,"timestamp":5972746327733,"id":2280,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointModel.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":61996,"timestamp":5972746327860,"id":2293,"parentId":2279,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746389859,"id":2388,"parentId":2279,"tags":{},"startTime":1775579694394,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62260,"timestamp":5972746327697,"id":2279,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/checkMarkerInSeries.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":62105,"timestamp":5972746327855,"id":2290,"parentId":2276,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746389966,"id":2389,"parentId":2276,"tags":{},"startTime":1775579694394,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62618,"timestamp":5972746327595,"id":2276,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/BrushView.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":62354,"timestamp":5972746327863,"id":2295,"parentId":2281,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746390219,"id":2390,"parentId":2281,"tags":{},"startTime":1775579694394,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":62907,"timestamp":5972746327766,"id":2281,"parentId":1697,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkPointView.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":62820,"timestamp":5972746327858,"id":2292,"parentId":2278,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":49,"timestamp":5972746390682,"id":2391,"parentId":2278,"tags":{},"startTime":1775579694395,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":64237,"timestamp":5972746327665,"id":2278,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/visualEncoding.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":64049,"timestamp":5972746327864,"id":2296,"parentId":2282,"tags":{},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746391917,"id":2392,"parentId":2282,"tags":{},"startTime":1775579694396,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":64672,"timestamp":5972746327800,"id":2282,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicModel.js","layer":"app-pages-browser"},"startTime":1775579694332,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9096,"timestamp":5972746431308,"id":2429,"parentId":2396,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746440411,"id":2587,"parentId":2396,"tags":{},"startTime":1775579694445,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11105,"timestamp":5972746429629,"id":2396,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/timelineAction.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9455,"timestamp":5972746431285,"id":2426,"parentId":2393,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746440743,"id":2588,"parentId":2393,"tags":{},"startTime":1775579694445,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12188,"timestamp":5972746429445,"id":2393,"parentId":1690,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/graphic/GraphicView.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10339,"timestamp":5972746431299,"id":2427,"parentId":2394,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746441641,"id":2589,"parentId":2394,"tags":{},"startTime":1775579694446,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12312,"timestamp":5972746429547,"id":2394,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10543,"timestamp":5972746431320,"id":2433,"parentId":2400,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746441865,"id":2590,"parentId":2400,"tags":{},"startTime":1775579694446,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12243,"timestamp":5972746429776,"id":2400,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerView.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10706,"timestamp":5972746431317,"id":2432,"parentId":2399,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746442025,"id":2591,"parentId":2399,"tags":{},"startTime":1775579694446,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12419,"timestamp":5972746429737,"id":2399,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/AxisPointerModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10847,"timestamp":5972746431312,"id":2430,"parentId":2397,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746442161,"id":2592,"parentId":2397,"tags":{},"startTime":1775579694446,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12682,"timestamp":5972746429669,"id":2397,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11039,"timestamp":5972746431315,"id":2431,"parentId":2398,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746442357,"id":2593,"parentId":2398,"tags":{},"startTime":1775579694446,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12958,"timestamp":5972746429703,"id":2398,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/CartesianAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11339,"timestamp":5972746431326,"id":2436,"parentId":2403,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746442668,"id":2594,"parentId":2403,"tags":{},"startTime":1775579694447,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12942,"timestamp":5972746429880,"id":2403,"parentId":1698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11496,"timestamp":5972746431329,"id":2437,"parentId":2404,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746442827,"id":2595,"parentId":2404,"tags":{},"startTime":1775579694447,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13677,"timestamp":5972746429926,"id":2404,"parentId":1698,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkLineView.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12285,"timestamp":5972746431322,"id":2434,"parentId":2401,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746443609,"id":2596,"parentId":2401,"tags":{},"startTime":1775579694448,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14330,"timestamp":5972746429810,"id":2401,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/modelHelper.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12840,"timestamp":5972746431304,"id":2428,"parentId":2395,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746444146,"id":2597,"parentId":2395,"tags":{},"startTime":1775579694448,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16969,"timestamp":5972746429589,"id":2395,"parentId":1696,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/SliderTimelineView.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15244,"timestamp":5972746431324,"id":2435,"parentId":2402,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746446575,"id":2598,"parentId":2402,"tags":{},"startTime":1775579694451,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17640,"timestamp":5972746429845,"id":2402,"parentId":1693,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/axisTrigger.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16161,"timestamp":5972746431331,"id":2438,"parentId":2405,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746447495,"id":2599,"parentId":2405,"tags":{},"startTime":1775579694452,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17723,"timestamp":5972746429962,"id":2405,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16357,"timestamp":5972746431332,"id":2439,"parentId":2406,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746447693,"id":2600,"parentId":2406,"tags":{},"startTime":1775579694452,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17822,"timestamp":5972746429998,"id":2406,"parentId":1687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleCreator.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18337,"timestamp":5972746431336,"id":2441,"parentId":2408,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746449678,"id":2601,"parentId":2408,"tags":{},"startTime":1775579694454,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19843,"timestamp":5972746430064,"id":2408,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18572,"timestamp":5972746431340,"id":2443,"parentId":2410,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746449915,"id":2602,"parentId":2410,"tags":{},"startTime":1775579694454,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19960,"timestamp":5972746430129,"id":2410,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelPreprocessor.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18759,"timestamp":5972746431334,"id":2440,"parentId":2407,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746450096,"id":2603,"parentId":2407,"tags":{},"startTime":1775579694454,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20191,"timestamp":5972746430033,"id":2407,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/PolarModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18883,"timestamp":5972746431343,"id":2445,"parentId":2412,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746450229,"id":2604,"parentId":2412,"tags":{},"startTime":1775579694454,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20166,"timestamp":5972746430198,"id":2412,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/parallelCreator.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19034,"timestamp":5972746431338,"id":2442,"parentId":2409,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746450375,"id":2605,"parentId":2409,"tags":{},"startTime":1775579694454,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20712,"timestamp":5972746430097,"id":2409,"parentId":1684,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/polarCreator.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19474,"timestamp":5972746431341,"id":2444,"parentId":2411,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746450820,"id":2606,"parentId":2411,"tags":{},"startTime":1775579694455,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20907,"timestamp":5972746430164,"id":2411,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19731,"timestamp":5972746431345,"id":2446,"parentId":2413,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746451079,"id":2607,"parentId":2413,"tags":{},"startTime":1775579694455,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21103,"timestamp":5972746430233,"id":2413,"parentId":1688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/AxisModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19990,"timestamp":5972746431350,"id":2449,"parentId":2416,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746451344,"id":2608,"parentId":2416,"tags":{},"startTime":1775579694455,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21126,"timestamp":5972746430330,"id":2416,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendFilter.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20108,"timestamp":5972746431352,"id":2450,"parentId":2417,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746451463,"id":2609,"parentId":2417,"tags":{},"startTime":1775579694456,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21317,"timestamp":5972746430364,"id":2417,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/legendAction.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20336,"timestamp":5972746431348,"id":2448,"parentId":2415,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746451687,"id":2610,"parentId":2415,"tags":{},"startTime":1775579694456,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22395,"timestamp":5972746430299,"id":2415,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendView.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21346,"timestamp":5972746431353,"id":2451,"parentId":2418,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746452702,"id":2611,"parentId":2418,"tags":{},"startTime":1775579694457,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22469,"timestamp":5972746430407,"id":2418,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21524,"timestamp":5972746431355,"id":2452,"parentId":2419,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746452882,"id":2612,"parentId":2419,"tags":{},"startTime":1775579694457,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23125,"timestamp":5972746430455,"id":2419,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/ScrollableLegendView.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22228,"timestamp":5972746431356,"id":2453,"parentId":2420,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746453587,"id":2613,"parentId":2420,"tags":{},"startTime":1775579694458,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":23149,"timestamp":5972746430522,"id":2420,"parentId":1701,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/scrollableLegendAction.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22312,"timestamp":5972746431361,"id":2456,"parentId":2423,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746453676,"id":2614,"parentId":2423,"tags":{},"startTime":1775579694458,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23114,"timestamp":5972746430670,"id":2423,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomModel.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22446,"timestamp":5972746431358,"id":2454,"parentId":2421,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746453808,"id":2615,"parentId":2421,"tags":{},"startTime":1775579694458,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23356,"timestamp":5972746430575,"id":2421,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaModel.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22588,"timestamp":5972746431346,"id":2447,"parentId":2414,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746453937,"id":2616,"parentId":2414,"tags":{},"startTime":1775579694458,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24124,"timestamp":5972746430264,"id":2414,"parentId":1702,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/legend/LegendModel.js","layer":"app-pages-browser"},"startTime":1775579694434,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23057,"timestamp":5972746431366,"id":2457,"parentId":2424,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746454427,"id":2617,"parentId":2424,"tags":{},"startTime":1775579694459,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24161,"timestamp":5972746430707,"id":2424,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/InsideZoomView.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23511,"timestamp":5972746431368,"id":2458,"parentId":2425,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746454882,"id":2618,"parentId":2425,"tags":{},"startTime":1775579694459,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24527,"timestamp":5972746430742,"id":2425,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/roams.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23912,"timestamp":5972746431360,"id":2455,"parentId":2422,"tags":{},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746455275,"id":2619,"parentId":2422,"tags":{},"startTime":1775579694459,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25405,"timestamp":5972746430635,"id":2422,"parentId":1699,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkAreaView.js","layer":"app-pages-browser"},"startTime":1775579694435,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24173,"timestamp":5972746437026,"id":2503,"parentId":2459,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746461205,"id":2620,"parentId":2459,"tags":{},"startTime":1775579694465,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25894,"timestamp":5972746435489,"id":2459,"parentId":1704,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/installCommon.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24354,"timestamp":5972746437037,"id":2504,"parentId":2460,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746461395,"id":2621,"parentId":2460,"tags":{},"startTime":1775579694465,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26208,"timestamp":5972746435561,"id":2460,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/SaveAsImage.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24718,"timestamp":5972746437055,"id":2507,"parentId":2463,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746461777,"id":2622,"parentId":2463,"tags":{},"startTime":1775579694466,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26261,"timestamp":5972746435683,"id":2463,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Restore.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24901,"timestamp":5972746437047,"id":2506,"parentId":2462,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":45,"timestamp":5972746461950,"id":2623,"parentId":2462,"tags":{},"startTime":1775579694466,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27230,"timestamp":5972746435643,"id":2462,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataView.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25835,"timestamp":5972746437042,"id":2505,"parentId":2461,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746462880,"id":2624,"parentId":2461,"tags":{},"startTime":1775579694467,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27656,"timestamp":5972746435605,"id":2461,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/MagicType.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26243,"timestamp":5972746437060,"id":2509,"parentId":2465,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746463310,"id":2625,"parentId":2465,"tags":{},"startTime":1775579694467,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27849,"timestamp":5972746435755,"id":2465,"parentId":1694,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/Brush.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26551,"timestamp":5972746437062,"id":2510,"parentId":2466,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746463616,"id":2626,"parentId":2466,"tags":{},"startTime":1775579694468,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27952,"timestamp":5972746435788,"id":2466,"parentId":1710,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/types.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26687,"timestamp":5972746437058,"id":2508,"parentId":2464,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746463748,"id":2627,"parentId":2464,"tags":{},"startTime":1775579694468,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28472,"timestamp":5972746435722,"id":2464,"parentId":1691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/toolbox/feature/DataZoom.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27135,"timestamp":5972746437064,"id":2511,"parentId":2467,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746464201,"id":2628,"parentId":2467,"tags":{},"startTime":1775579694468,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28846,"timestamp":5972746435819,"id":2467,"parentId":1709,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/aria.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27602,"timestamp":5972746437067,"id":2513,"parentId":2469,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":72,"timestamp":5972746464672,"id":2629,"parentId":2469,"tags":{},"startTime":1775579694469,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30186,"timestamp":5972746435889,"id":2469,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousView.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29011,"timestamp":5972746437069,"id":2514,"parentId":2470,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746466083,"id":2630,"parentId":2470,"tags":{},"startTime":1775579694470,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30281,"timestamp":5972746435922,"id":2470,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/installCommon.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29151,"timestamp":5972746437065,"id":2512,"parentId":2468,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746466219,"id":2631,"parentId":2468,"tags":{},"startTime":1775579694470,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30796,"timestamp":5972746435850,"id":2468,"parentId":1707,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/ContinuousModel.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29579,"timestamp":5972746437071,"id":2515,"parentId":2471,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746466652,"id":2632,"parentId":2471,"tags":{},"startTime":1775579694471,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30826,"timestamp":5972746435953,"id":2471,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomModel.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29707,"timestamp":5972746437075,"id":2517,"parentId":2473,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":42,"timestamp":5972746466784,"id":2633,"parentId":2473,"tags":{},"startTime":1775579694471,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32343,"timestamp":5972746436032,"id":2473,"parentId":1708,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseModel.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31306,"timestamp":5972746437077,"id":2518,"parentId":2474,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":55,"timestamp":5972746468388,"id":2634,"parentId":2474,"tags":{},"startTime":1775579694472,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32810,"timestamp":5972746436067,"id":2474,"parentId":1708,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/PiecewiseView.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31799,"timestamp":5972746437083,"id":2521,"parentId":2477,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746468886,"id":2635,"parentId":2477,"tags":{},"startTime":1775579694473,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32925,"timestamp":5972746436162,"id":2477,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterView.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32005,"timestamp":5972746437086,"id":2522,"parentId":2478,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746469094,"id":2636,"parentId":2478,"tags":{},"startTime":1775579694473,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33052,"timestamp":5972746436194,"id":2478,"parentId":1676,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/effectScatter/EffectScatterSeries.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32169,"timestamp":5972746437079,"id":2519,"parentId":2475,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746469251,"id":2637,"parentId":2475,"tags":{},"startTime":1775579694473,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33327,"timestamp":5972746436099,"id":2475,"parentId":1711,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/filterTransform.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32356,"timestamp":5972746437073,"id":2516,"parentId":2472,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":79,"timestamp":5972746469432,"id":2638,"parentId":2472,"tags":{},"startTime":1775579694474,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35208,"timestamp":5972746435985,"id":2472,"parentId":1705,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SliderZoomView.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34117,"timestamp":5972746437081,"id":2520,"parentId":2476,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746471201,"id":2639,"parentId":2476,"tags":{},"startTime":1775579694475,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35481,"timestamp":5972746436131,"id":2476,"parentId":1711,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/transform/sortTransform.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34525,"timestamp":5972746437090,"id":2524,"parentId":2480,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746471619,"id":2640,"parentId":2480,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35519,"timestamp":5972746436273,"id":2480,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/textStyle.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34705,"timestamp":5972746437092,"id":2525,"parentId":2481,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746471800,"id":2641,"parentId":2481,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35612,"timestamp":5972746436307,"id":2481,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/lineStyle.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34837,"timestamp":5972746437094,"id":2526,"parentId":2482,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746471936,"id":2642,"parentId":2482,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35691,"timestamp":5972746436340,"id":2482,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/areaStyle.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34950,"timestamp":5972746437088,"id":2523,"parentId":2479,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746472040,"id":2643,"parentId":2479,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35899,"timestamp":5972746436235,"id":2479,"parentId":1709,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/aria/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35036,"timestamp":5972746437101,"id":2530,"parentId":2486,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746472140,"id":2644,"parentId":2486,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35771,"timestamp":5972746436475,"id":2486,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/SeriesDimensionDefine.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35149,"timestamp":5972746437099,"id":2529,"parentId":2485,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746472257,"id":2645,"parentId":2485,"tags":{},"startTime":1775579694476,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35993,"timestamp":5972746436444,"id":2485,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/internalComponentCreator.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35342,"timestamp":5972746437098,"id":2528,"parentId":2484,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746472443,"id":2646,"parentId":2484,"tags":{},"startTime":1775579694477,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36195,"timestamp":5972746436404,"id":2484,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/globalDefault.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35493,"timestamp":5972746437109,"id":2534,"parentId":2490,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":30,"timestamp":5972746472605,"id":2647,"parentId":2490,"tags":{},"startTime":1775579694477,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36606,"timestamp":5972746436597,"id":2490,"parentId":1833,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/sourceHelper.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36106,"timestamp":5972746437105,"id":2532,"parentId":2488,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":43,"timestamp":5972746473214,"id":2648,"parentId":2488,"tags":{},"startTime":1775579694477,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38418,"timestamp":5972746436537,"id":2488,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/DataStore.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37863,"timestamp":5972746437096,"id":2527,"parentId":2483,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746474962,"id":2649,"parentId":2483,"tags":{},"startTime":1775579694479,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40024,"timestamp":5972746436372,"id":2483,"parentId":1640,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1775579694440,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39307,"timestamp":5972746437111,"id":2535,"parentId":2491,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":64,"timestamp":5972746476421,"id":2650,"parentId":2491,"tags":{},"startTime":1775579694481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39961,"timestamp":5972746436632,"id":2491,"parentId":1829,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/itemStyle.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39495,"timestamp":5972746437103,"id":2531,"parentId":2487,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746476605,"id":2651,"parentId":2487,"tags":{},"startTime":1775579694481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40654,"timestamp":5972746436506,"id":2487,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Source.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40057,"timestamp":5972746437108,"id":2533,"parentId":2489,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":52,"timestamp":5972746477168,"id":2652,"parentId":2489,"tags":{},"startTime":1775579694481,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42263,"timestamp":5972746436567,"id":2489,"parentId":1842,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/number.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41730,"timestamp":5972746437112,"id":2536,"parentId":2492,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746478847,"id":2653,"parentId":2492,"tags":{},"startTime":1775579694483,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42974,"timestamp":5972746436665,"id":2492,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataProvider.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42531,"timestamp":5972746437115,"id":2538,"parentId":2494,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746479650,"id":2654,"parentId":2494,"tags":{},"startTime":1775579694484,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43289,"timestamp":5972746436731,"id":2494,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/SeriesDataSchema.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42909,"timestamp":5972746437114,"id":2537,"parentId":2493,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746480026,"id":2655,"parentId":2493,"tags":{},"startTime":1775579694484,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43597,"timestamp":5972746436696,"id":2493,"parentId":1837,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dimensionHelper.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43181,"timestamp":5972746437117,"id":2539,"parentId":2495,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746480301,"id":2656,"parentId":2495,"tags":{},"startTime":1775579694484,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44311,"timestamp":5972746436765,"id":2495,"parentId":1847,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/time.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43965,"timestamp":5972746437121,"id":2542,"parentId":2498,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746481090,"id":2657,"parentId":2498,"tags":{},"startTime":1775579694485,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44677,"timestamp":5972746436859,"id":2498,"parentId":1853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Storage.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44427,"timestamp":5972746437120,"id":2541,"parentId":2497,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746481552,"id":2658,"parentId":2497,"tags":{},"startTime":1775579694486,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44863,"timestamp":5972746436829,"id":2497,"parentId":1853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/config.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44575,"timestamp":5972746437123,"id":2543,"parentId":2499,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746481702,"id":2659,"parentId":2499,"tags":{},"startTime":1775579694486,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45490,"timestamp":5972746436892,"id":2499,"parentId":1851,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisTickLabelBuilder.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45263,"timestamp":5972746437125,"id":2544,"parentId":2500,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746482391,"id":2660,"parentId":2500,"tags":{},"startTime":1775579694486,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46117,"timestamp":5972746436922,"id":2500,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisHelper.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45917,"timestamp":5972746437127,"id":2545,"parentId":2501,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746483047,"id":2661,"parentId":2501,"tags":{},"startTime":1775579694487,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46184,"timestamp":5972746436953,"id":2501,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisModelCommonMixin.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46022,"timestamp":5972746437118,"id":2540,"parentId":2496,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746483144,"id":2662,"parentId":2496,"tags":{},"startTime":1775579694487,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46999,"timestamp":5972746436797,"id":2496,"parentId":1853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Handler.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46672,"timestamp":5972746437128,"id":2546,"parentId":2502,"tags":{},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746483804,"id":2663,"parentId":2502,"tags":{},"startTime":1775579694488,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":47339,"timestamp":5972746436988,"id":2502,"parentId":1852,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Region.js","layer":"app-pages-browser"},"startTime":1775579694441,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":52426,"timestamp":5972746439077,"id":2558,"parentId":2547,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746491511,"id":2664,"parentId":2547,"tags":{},"startTime":1775579694496,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":53324,"timestamp":5972746438693,"id":2547,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesData.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":52944,"timestamp":5972746439081,"id":2559,"parentId":2548,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746492030,"id":2665,"parentId":2548,"tags":{},"startTime":1775579694496,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":54198,"timestamp":5972746438742,"id":2548,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/path.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":53861,"timestamp":5972746439085,"id":2562,"parentId":2551,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746492951,"id":2666,"parentId":2551,"tags":{},"startTime":1775579694497,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55382,"timestamp":5972746438845,"id":2551,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Text.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55146,"timestamp":5972746439087,"id":2563,"parentId":2552,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746494237,"id":2667,"parentId":2552,"tags":{},"startTime":1775579694498,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55529,"timestamp":5972746438879,"id":2552,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/CompoundPath.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55323,"timestamp":5972746439088,"id":2564,"parentId":2553,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746494415,"id":2668,"parentId":2553,"tags":{},"startTime":1775579694499,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55616,"timestamp":5972746438911,"id":2553,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/LinearGradient.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55448,"timestamp":5972746439083,"id":2560,"parentId":2549,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746494534,"id":2669,"parentId":2549,"tags":{},"startTime":1775579694499,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56301,"timestamp":5972746438778,"id":2549,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Transformable.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55999,"timestamp":5972746439084,"id":2561,"parentId":2550,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746495087,"id":2670,"parentId":2550,"tags":{},"startTime":1775579694499,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56541,"timestamp":5972746438812,"id":2550,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Image.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56273,"timestamp":5972746439090,"id":2565,"parentId":2554,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746495368,"id":2671,"parentId":2554,"tags":{},"startTime":1775579694499,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56559,"timestamp":5972746438944,"id":2554,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/RadialGradient.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56413,"timestamp":5972746439095,"id":2568,"parentId":2557,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746495513,"id":2672,"parentId":2557,"tags":{},"startTime":1775579694500,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56760,"timestamp":5972746439042,"id":2557,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/Point.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56714,"timestamp":5972746439092,"id":2566,"parentId":2555,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746495809,"id":2673,"parentId":2555,"tags":{},"startTime":1775579694500,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":57296,"timestamp":5972746438977,"id":2555,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/BoundingRect.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":57187,"timestamp":5972746439093,"id":2567,"parentId":2556,"tags":{},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746496283,"id":2674,"parentId":2556,"tags":{},"startTime":1775579694500,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":57593,"timestamp":5972746439011,"id":2556,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/OrientedBoundingRect.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":65853,"timestamp":5972746439465,"id":2579,"parentId":2570,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746505326,"id":2675,"parentId":2570,"tags":{},"startTime":1775579694509,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":66450,"timestamp":5972746439212,"id":2570,"parentId":1861,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/LRU.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":66198,"timestamp":5972746439469,"id":2582,"parentId":2573,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746505672,"id":2676,"parentId":2573,"tags":{},"startTime":1775579694510,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":66629,"timestamp":5972746439306,"id":2573,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/TSpan.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":66481,"timestamp":5972746439462,"id":2578,"parentId":2569,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746505948,"id":2677,"parentId":2569,"tags":{},"startTime":1775579694510,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":67153,"timestamp":5972746439176,"id":2569,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/IncrementalDisplayable.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":66862,"timestamp":5972746439472,"id":2584,"parentId":2575,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746506338,"id":2678,"parentId":2575,"tags":{},"startTime":1775579694510,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":67048,"timestamp":5972746439366,"id":2575,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/constants.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":66952,"timestamp":5972746439468,"id":2581,"parentId":2572,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746506423,"id":2679,"parentId":2572,"tags":{},"startTime":1775579694511,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":67436,"timestamp":5972746439275,"id":2572,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/helper.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":67252,"timestamp":5972746439466,"id":2580,"parentId":2571,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746506721,"id":2680,"parentId":2571,"tags":{},"startTime":1775579694511,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":68865,"timestamp":5972746439242,"id":2571,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/PathProxy.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":68642,"timestamp":5972746439470,"id":2583,"parentId":2574,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746508116,"id":2681,"parentId":2574,"tags":{},"startTime":1775579694512,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":68913,"timestamp":5972746439335,"id":2574,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/dashStyle.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":68779,"timestamp":5972746439473,"id":2585,"parentId":2576,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":56,"timestamp":5972746508256,"id":2682,"parentId":2576,"tags":{},"startTime":1775579694512,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70088,"timestamp":5972746439396,"id":2576,"parentId":1870,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelGuideHelper.js","layer":"app-pages-browser"},"startTime":1775579694443,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":70016,"timestamp":5972746439475,"id":2586,"parentId":2577,"tags":{},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746509494,"id":2683,"parentId":2577,"tags":{},"startTime":1775579694514,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":70536,"timestamp":5972746439428,"id":2577,"parentId":1870,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/labelLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579694444,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6990,"timestamp":5972746534947,"id":2738,"parentId":2684,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746541945,"id":2884,"parentId":2684,"tags":{},"startTime":1775579694546,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11102,"timestamp":5972746531647,"id":2684,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/symbol.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7791,"timestamp":5972746534972,"id":2741,"parentId":2687,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746542766,"id":2885,"parentId":2687,"tags":{},"startTime":1775579694547,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12409,"timestamp":5972746531827,"id":2687,"parentId":1872,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/morphPath.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9279,"timestamp":5972746534966,"id":2740,"parentId":2686,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746544248,"id":2886,"parentId":2686,"tags":{},"startTime":1775579694548,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13788,"timestamp":5972746531779,"id":2686,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/createDimensions.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10614,"timestamp":5972746534959,"id":2739,"parentId":2685,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746545575,"id":2887,"parentId":2685,"tags":{},"startTime":1775579694550,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14094,"timestamp":5972746531737,"id":2685,"parentId":1845,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataStackHelper.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10850,"timestamp":5972746534987,"id":2745,"parentId":2691,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746545840,"id":2888,"parentId":2691,"tags":{},"startTime":1775579694550,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14048,"timestamp":5972746531969,"id":2691,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Sector.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11044,"timestamp":5972746534977,"id":2742,"parentId":2688,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746546024,"id":2889,"parentId":2688,"tags":{},"startTime":1775579694550,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14447,"timestamp":5972746531862,"id":2688,"parentId":1853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animation.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11322,"timestamp":5972746534991,"id":2746,"parentId":2692,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746546326,"id":2890,"parentId":2692,"tags":{},"startTime":1775579694550,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14464,"timestamp":5972746532001,"id":2692,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polygon.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11480,"timestamp":5972746534995,"id":2747,"parentId":2693,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746546478,"id":2891,"parentId":2693,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14567,"timestamp":5972746532036,"id":2693,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ring.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11608,"timestamp":5972746534998,"id":2748,"parentId":2694,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746546609,"id":2892,"parentId":2694,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14659,"timestamp":5972746532068,"id":2694,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Polyline.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11746,"timestamp":5972746534984,"id":2744,"parentId":2690,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746546732,"id":2893,"parentId":2690,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14933,"timestamp":5972746531933,"id":2690,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Ellipse.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11865,"timestamp":5972746535003,"id":2750,"parentId":2696,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746546871,"id":2894,"parentId":2696,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":14904,"timestamp":5972746532137,"id":2696,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Line.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12071,"timestamp":5972746534981,"id":2743,"parentId":2689,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746547054,"id":2895,"parentId":2689,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15250,"timestamp":5972746531900,"id":2689,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Circle.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12151,"timestamp":5972746535001,"id":2749,"parentId":2695,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746547155,"id":2896,"parentId":2695,"tags":{},"startTime":1775579694551,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15245,"timestamp":5972746532105,"id":2695,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Rect.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":13914,"timestamp":5972746535015,"id":2754,"parentId":2700,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746548934,"id":2897,"parentId":2700,"tags":{},"startTime":1775579694553,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":16886,"timestamp":5972746532267,"id":2700,"parentId":1862,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/image.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14149,"timestamp":5972746535010,"id":2752,"parentId":2698,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746549161,"id":2898,"parentId":2698,"tags":{},"startTime":1775579694553,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17117,"timestamp":5972746532198,"id":2698,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/Arc.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14312,"timestamp":5972746535007,"id":2751,"parentId":2697,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746549322,"id":2899,"parentId":2697,"tags":{},"startTime":1775579694553,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17413,"timestamp":5972746532167,"id":2697,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/shape/BezierCurve.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":14566,"timestamp":5972746535018,"id":2755,"parentId":2701,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746549586,"id":2900,"parentId":2701,"tags":{},"startTime":1775579694554,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":17894,"timestamp":5972746532320,"id":2701,"parentId":1853,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/dom/HandlerProxy.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15195,"timestamp":5972746535023,"id":2757,"parentId":2703,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746550220,"id":2901,"parentId":2703,"tags":{},"startTime":1775579694554,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18586,"timestamp":5972746532388,"id":2703,"parentId":1925,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/canvas/Layer.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15955,"timestamp":5972746535028,"id":2759,"parentId":2705,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746550988,"id":2902,"parentId":2705,"tags":{},"startTime":1775579694555,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18624,"timestamp":5972746532453,"id":2705,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/CoordinateSystem.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16070,"timestamp":5972746535012,"id":2753,"parentId":2699,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746551085,"id":2903,"parentId":2699,"tags":{},"startTime":1775579694555,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19024,"timestamp":5972746532229,"id":2699,"parentId":1844,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/subPixelOptimize.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16218,"timestamp":5972746535039,"id":2763,"parentId":2709,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746551260,"id":2904,"parentId":2709,"tags":{},"startTime":1775579694555,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18965,"timestamp":5972746532588,"id":2709,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/lineAnimationDiff.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16526,"timestamp":5972746535031,"id":2760,"parentId":2706,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746551562,"id":2905,"parentId":2706,"tags":{},"startTime":1775579694556,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19777,"timestamp":5972746532493,"id":2706,"parentId":1874,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/tooltipMarkup.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":17242,"timestamp":5972746535036,"id":2762,"parentId":2708,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746552281,"id":2906,"parentId":2708,"tags":{},"startTime":1775579694556,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20380,"timestamp":5972746532558,"id":2708,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Symbol.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":17911,"timestamp":5972746535034,"id":2761,"parentId":2707,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746552949,"id":2907,"parentId":2707,"tags":{},"startTime":1775579694557,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20835,"timestamp":5972746532524,"id":2707,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/SymbolDraw.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18325,"timestamp":5972746535044,"id":2765,"parentId":2711,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746553372,"id":2908,"parentId":2711,"tags":{},"startTime":1775579694557,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20961,"timestamp":5972746532656,"id":2711,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/helper.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18579,"timestamp":5972746535041,"id":2764,"parentId":2710,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746553624,"id":2909,"parentId":2710,"tags":{},"startTime":1775579694558,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21636,"timestamp":5972746532623,"id":2710,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/line/poly.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19241,"timestamp":5972746535026,"id":2758,"parentId":2704,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746554270,"id":2910,"parentId":2704,"tags":{},"startTime":1775579694558,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21967,"timestamp":5972746532421,"id":2704,"parentId":1925,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/requestAnimationFrame.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19345,"timestamp":5972746535047,"id":2766,"parentId":2712,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746554394,"id":2911,"parentId":2712,"tags":{},"startTime":1775579694558,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21939,"timestamp":5972746532685,"id":2712,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createClipPathFromCoordSys.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19575,"timestamp":5972746535054,"id":2769,"parentId":2715,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746554632,"id":2912,"parentId":2715,"tags":{},"startTime":1775579694559,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21938,"timestamp":5972746532781,"id":2715,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/vendor.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19673,"timestamp":5972746535049,"id":2767,"parentId":2713,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746554725,"id":2913,"parentId":2713,"tags":{},"startTime":1775579694559,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22128,"timestamp":5972746532718,"id":2713,"parentId":1866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langEN.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19789,"timestamp":5972746535060,"id":2771,"parentId":2717,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746554852,"id":2914,"parentId":2717,"tags":{},"startTime":1775579694559,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":23033,"timestamp":5972746532851,"id":2717,"parentId":1932,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/labelHelper.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20829,"timestamp":5972746535063,"id":2772,"parentId":2718,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746555896,"id":2915,"parentId":2718,"tags":{},"startTime":1775579694560,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23412,"timestamp":5972746532882,"id":2718,"parentId":1934,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/bar/BaseBarSeries.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21233,"timestamp":5972746535066,"id":2773,"parentId":2719,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746556302,"id":2916,"parentId":2719,"tags":{},"startTime":1775579694560,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":24257,"timestamp":5972746532913,"id":2719,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/pie/labelLayout.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22157,"timestamp":5972746535020,"id":2756,"parentId":2702,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":47,"timestamp":5972746557181,"id":2917,"parentId":2702,"tags":{},"startTime":1775579694561,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26794,"timestamp":5972746532359,"id":2702,"parentId":1875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/Element.js","layer":"app-pages-browser"},"startTime":1775579694536,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24089,"timestamp":5972746535074,"id":2776,"parentId":2722,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746559167,"id":2918,"parentId":2722,"tags":{},"startTime":1775579694563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26233,"timestamp":5972746533014,"id":2722,"parentId":1870,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/util.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24179,"timestamp":5972746535071,"id":2775,"parentId":2721,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746559253,"id":2919,"parentId":2721,"tags":{},"startTime":1775579694563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26414,"timestamp":5972746532977,"id":2721,"parentId":1939,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createSeriesDataSimply.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24321,"timestamp":5972746535077,"id":2777,"parentId":2723,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746559400,"id":2920,"parentId":2723,"tags":{},"startTime":1775579694563,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27112,"timestamp":5972746533049,"id":2723,"parentId":1926,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/path.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25111,"timestamp":5972746535057,"id":2770,"parentId":2716,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746560172,"id":2921,"parentId":2716,"tags":{},"startTime":1775579694564,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27485,"timestamp":5972746532814,"id":2716,"parentId":1939,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/LegendVisualProvider.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25225,"timestamp":5972746535082,"id":2779,"parentId":2725,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746560311,"id":2922,"parentId":2725,"tags":{},"startTime":1775579694564,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27623,"timestamp":5972746533123,"id":2725,"parentId":1936,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/label/sectorLabel.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25706,"timestamp":5972746535052,"id":2768,"parentId":2714,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746560762,"id":2923,"parentId":2714,"tags":{},"startTime":1775579694565,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28191,"timestamp":5972746532751,"id":2714,"parentId":1866,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/i18n/langZH.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25866,"timestamp":5972746535079,"id":2778,"parentId":2724,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746560948,"id":2924,"parentId":2724,"tags":{},"startTime":1775579694565,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28528,"timestamp":5972746533085,"id":2724,"parentId":1876,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/preprocessor/helper/compatStyle.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26550,"timestamp":5972746535068,"id":2774,"parentId":2720,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746561623,"id":2925,"parentId":2720,"tags":{},"startTime":1775579694566,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28785,"timestamp":5972746532947,"id":2720,"parentId":1938,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/sectorHelper.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26655,"timestamp":5972746535085,"id":2780,"parentId":2726,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746561744,"id":2926,"parentId":2726,"tags":{},"startTime":1775579694566,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28717,"timestamp":5972746533156,"id":2726,"parentId":1973,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/mixin/makeStyleMapper.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26794,"timestamp":5972746535090,"id":2782,"parentId":2728,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746561887,"id":2927,"parentId":2728,"tags":{},"startTime":1775579694566,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29407,"timestamp":5972746533230,"id":2728,"parentId":1976,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/decal.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":27566,"timestamp":5972746535087,"id":2781,"parentId":2727,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":46,"timestamp":5972746562658,"id":2928,"parentId":2727,"tags":{},"startTime":1775579694567,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30667,"timestamp":5972746533194,"id":2727,"parentId":1944,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/MapDraw.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28775,"timestamp":5972746535092,"id":2783,"parentId":2729,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746563871,"id":2929,"parentId":2729,"tags":{},"startTime":1775579694568,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31161,"timestamp":5972746533263,"id":2729,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Tree.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29331,"timestamp":5972746535100,"id":2786,"parentId":2732,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746564434,"id":2930,"parentId":2732,"tags":{},"startTime":1775579694569,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31145,"timestamp":5972746533424,"id":2732,"parentId":1971,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/roamHelper.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29472,"timestamp":5972746535102,"id":2787,"parentId":2733,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746564578,"id":2931,"parentId":2733,"tags":{},"startTime":1775579694569,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31523,"timestamp":5972746533454,"id":2733,"parentId":1971,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/RoamController.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29877,"timestamp":5972746535107,"id":2789,"parentId":2735,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746564988,"id":2932,"parentId":2735,"tags":{},"startTime":1775579694569,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32533,"timestamp":5972746533522,"id":2735,"parentId":1981,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/dataValueHelper.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30961,"timestamp":5972746535105,"id":2788,"parentId":2734,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746566071,"id":2933,"parentId":2734,"tags":{},"startTime":1775579694570,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32738,"timestamp":5972746533485,"id":2734,"parentId":1971,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/cursorHelper.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31134,"timestamp":5972746535095,"id":2784,"parentId":2730,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746566233,"id":2934,"parentId":2730,"tags":{},"startTime":1775579694570,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33109,"timestamp":5972746533298,"id":2730,"parentId":2012,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/animation.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31322,"timestamp":5972746535098,"id":2785,"parentId":2731,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":45,"timestamp":5972746566425,"id":2935,"parentId":2731,"tags":{},"startTime":1775579694571,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33545,"timestamp":5972746533327,"id":2731,"parentId":1971,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/layoutHelper.js","layer":"app-pages-browser"},"startTime":1775579694537,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31782,"timestamp":5972746535109,"id":2790,"parentId":2736,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746566896,"id":2936,"parentId":2736,"tags":{},"startTime":1775579694571,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33502,"timestamp":5972746533555,"id":2736,"parentId":1985,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/treeHelper.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31951,"timestamp":5972746535111,"id":2791,"parentId":2737,"tags":{},"startTime":1775579694539,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746567068,"id":2937,"parentId":2737,"tags":{},"startTime":1775579694571,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33637,"timestamp":5972746533585,"id":2737,"parentId":1986,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/tree/traversalHelper.js","layer":"app-pages-browser"},"startTime":1775579694538,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32667,"timestamp":5972746538241,"id":2829,"parentId":2794,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746570914,"id":2938,"parentId":2794,"tags":{},"startTime":1775579694575,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34260,"timestamp":5972746537073,"id":2794,"parentId":1971,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/bbox.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33112,"timestamp":5972746538227,"id":2827,"parentId":2792,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746571342,"id":2939,"parentId":2792,"tags":{},"startTime":1775579694575,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34713,"timestamp":5972746536990,"id":2792,"parentId":2012,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/treemap/Breadcrumb.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33462,"timestamp":5972746538245,"id":2830,"parentId":2795,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746571710,"id":2940,"parentId":2795,"tags":{},"startTime":1775579694576,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34805,"timestamp":5972746537106,"id":2795,"parentId":1936,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/shape/sausage.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33677,"timestamp":5972746538237,"id":2828,"parentId":2793,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746571916,"id":2941,"parentId":2793,"tags":{},"startTime":1775579694576,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34973,"timestamp":5972746537037,"id":2793,"parentId":1990,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/enableAriaDecalForTree.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33768,"timestamp":5972746538252,"id":2832,"parentId":2797,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746572024,"id":2942,"parentId":2797,"tags":{},"startTime":1775579694576,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":34982,"timestamp":5972746537192,"id":2797,"parentId":2113,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/gauge/PointerPath.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33938,"timestamp":5972746538250,"id":2831,"parentId":2796,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746572191,"id":2943,"parentId":2796,"tags":{},"startTime":1775579694576,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35881,"timestamp":5972746537146,"id":2796,"parentId":2105,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/VisualMapping.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34777,"timestamp":5972746538258,"id":2834,"parentId":2799,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746573038,"id":2944,"parentId":2799,"tags":{},"startTime":1775579694577,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36306,"timestamp":5972746537264,"id":2799,"parentId":2116,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeSymbolDraw.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35329,"timestamp":5972746538255,"id":2833,"parentId":2798,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746573587,"id":2945,"parentId":2798,"tags":{},"startTime":1775579694578,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36868,"timestamp":5972746537226,"id":2798,"parentId":2123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/sunburst/SunburstPiece.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":35836,"timestamp":5972746538262,"id":2836,"parentId":2801,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746574102,"id":2946,"parentId":2801,"tags":{},"startTime":1775579694578,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37084,"timestamp":5972746537331,"id":2801,"parentId":2125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/core.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36150,"timestamp":5972746538268,"id":2838,"parentId":2803,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746574421,"id":2947,"parentId":2803,"tags":{},"startTime":1775579694579,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":37568,"timestamp":5972746537396,"id":2803,"parentId":2125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/patch.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":36706,"timestamp":5972746538260,"id":2835,"parentId":2800,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":31,"timestamp":5972746574970,"id":2948,"parentId":2800,"tags":{},"startTime":1775579694579,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":38738,"timestamp":5972746537298,"id":2800,"parentId":2125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/graphic.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":37780,"timestamp":5972746538266,"id":2837,"parentId":2802,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746576049,"id":2949,"parentId":2802,"tags":{},"startTime":1775579694580,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":39188,"timestamp":5972746537363,"id":2802,"parentId":2125,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/helper.js","layer":"app-pages-browser"},"startTime":1775579694541,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":38289,"timestamp":5972746538270,"id":2839,"parentId":2804,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":482,"timestamp":5972746576562,"id":2950,"parentId":2804,"tags":{},"startTime":1775579694581,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40088,"timestamp":5972746537431,"id":2804,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/styleCompat.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39252,"timestamp":5972746538272,"id":2840,"parentId":2805,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746577528,"id":2951,"parentId":2805,"tags":{},"startTime":1775579694582,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40969,"timestamp":5972746537462,"id":2805,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicTransition.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40155,"timestamp":5972746538281,"id":2845,"parentId":2810,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746578439,"id":2952,"parentId":2810,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40967,"timestamp":5972746537631,"id":2810,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40329,"timestamp":5972746538275,"id":2842,"parentId":2807,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746578606,"id":2953,"parentId":2807,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41204,"timestamp":5972746537528,"id":2807,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40462,"timestamp":5972746538273,"id":2841,"parentId":2806,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746578738,"id":2954,"parentId":2806,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41512,"timestamp":5972746537497,"id":2806,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/animation/customGraphicKeyframeAnimation.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40730,"timestamp":5972746538282,"id":2846,"parentId":2811,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746579015,"id":2955,"parentId":2811,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41444,"timestamp":5972746537662,"id":2811,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/calendar/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40824,"timestamp":5972746538288,"id":2850,"parentId":2815,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746579117,"id":2956,"parentId":2815,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41512,"timestamp":5972746537802,"id":2815,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Polyline.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41040,"timestamp":5972746538277,"id":2843,"parentId":2808,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746579320,"id":2957,"parentId":2808,"tags":{},"startTime":1775579694583,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41870,"timestamp":5972746537559,"id":2808,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41148,"timestamp":5972746538284,"id":2847,"parentId":2812,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746579435,"id":2958,"parentId":2812,"tags":{},"startTime":1775579694584,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42054,"timestamp":5972746537694,"id":2812,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LineDraw.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41461,"timestamp":5972746538292,"id":2852,"parentId":2817,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746579756,"id":2959,"parentId":2817,"tags":{},"startTime":1775579694584,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42344,"timestamp":5972746537875,"id":2817,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LargeLineDraw.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41926,"timestamp":5972746538295,"id":2854,"parentId":2819,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746580225,"id":2960,"parentId":2819,"tags":{},"startTime":1775579694584,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42416,"timestamp":5972746537952,"id":2819,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisDefault.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42088,"timestamp":5972746538285,"id":2848,"parentId":2813,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746580378,"id":2961,"parentId":2813,"tags":{},"startTime":1775579694584,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43075,"timestamp":5972746537725,"id":2813,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectLine.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42524,"timestamp":5972746538279,"id":2844,"parentId":2809,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746580806,"id":2962,"parentId":2809,"tags":{},"startTime":1775579694585,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43320,"timestamp":5972746537590,"id":2809,"parentId":2133,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/prepareCustom.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42623,"timestamp":5972746538290,"id":2851,"parentId":2816,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746580916,"id":2963,"parentId":2816,"tags":{},"startTime":1775579694585,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43301,"timestamp":5972746537837,"id":2816,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectPolyline.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42842,"timestamp":5972746538299,"id":2856,"parentId":2821,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746581144,"id":2964,"parentId":2821,"tags":{},"startTime":1775579694585,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43287,"timestamp":5972746538028,"id":2821,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/OrdinalMeta.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43031,"timestamp":5972746538287,"id":2849,"parentId":2814,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746581320,"id":2965,"parentId":2814,"tags":{},"startTime":1775579694585,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44353,"timestamp":5972746537768,"id":2814,"parentId":2136,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/Line.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43831,"timestamp":5972746538294,"id":2853,"parentId":2818,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746582127,"id":2966,"parentId":2818,"tags":{},"startTime":1775579694586,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44445,"timestamp":5972746537917,"id":2818,"parentId":2140,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/whiskerBoxCommon.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44064,"timestamp":5972746538305,"id":2860,"parentId":2825,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746582371,"id":2967,"parentId":2825,"tags":{},"startTime":1775579694586,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44351,"timestamp":5972746538159,"id":2825,"parentId":2147,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/simpleLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44212,"timestamp":5972746538302,"id":2858,"parentId":2823,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746582518,"id":2968,"parentId":2823,"tags":{},"startTime":1775579694587,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44586,"timestamp":5972746538095,"id":2823,"parentId":2143,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/boxplot/prepareBoxplotData.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44387,"timestamp":5972746538297,"id":2855,"parentId":2820,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746582687,"id":2969,"parentId":2820,"tags":{},"startTime":1775579694587,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44766,"timestamp":5972746537981,"id":2820,"parentId":2152,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisCommonTypes.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44443,"timestamp":5972746538306,"id":2861,"parentId":2826,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746582752,"id":2970,"parentId":2826,"tags":{},"startTime":1775579694587,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44848,"timestamp":5972746538189,"id":2826,"parentId":2149,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/forceHelper.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44739,"timestamp":5972746538300,"id":2857,"parentId":2822,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746583042,"id":2971,"parentId":2822,"tags":{},"startTime":1775579694587,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45245,"timestamp":5972746538057,"id":2822,"parentId":2134,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/heatmap/HeatmapLayer.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45001,"timestamp":5972746538303,"id":2859,"parentId":2824,"tags":{},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746583307,"id":2972,"parentId":2824,"tags":{},"startTime":1775579694587,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45520,"timestamp":5972746538127,"id":2824,"parentId":2148,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/circularLayoutHelper.js","layer":"app-pages-browser"},"startTime":1775579694542,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54297,"timestamp":5972746539003,"id":2871,"parentId":2862,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746593306,"id":2973,"parentId":2862,"tags":{},"startTime":1775579694597,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55083,"timestamp":5972746538679,"id":2862,"parentId":2149,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/multipleGraphEdgeHelper.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54760,"timestamp":5972746539012,"id":2874,"parentId":2865,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746593776,"id":2974,"parentId":2865,"tags":{},"startTime":1775579694598,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55184,"timestamp":5972746538808,"id":2865,"parentId":2153,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/createGraphFromNodeEdge.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":54985,"timestamp":5972746539010,"id":2873,"parentId":2864,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746593998,"id":2975,"parentId":2864,"tags":{},"startTime":1775579694598,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55321,"timestamp":5972746538776,"id":2864,"parentId":2150,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/graphHelper.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55092,"timestamp":5972746539008,"id":2872,"parentId":2863,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746594103,"id":2976,"parentId":2863,"tags":{},"startTime":1775579694598,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":55785,"timestamp":5972746538715,"id":2863,"parentId":2150,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/graph/adjustEdge.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55480,"timestamp":5972746539023,"id":2876,"parentId":2867,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746594507,"id":2977,"parentId":2867,"tags":{},"startTime":1775579694599,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56708,"timestamp":5972746538872,"id":2867,"parentId":2164,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/AxisBuilder.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56559,"timestamp":5972746539026,"id":2877,"parentId":2868,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746595588,"id":2978,"parentId":2868,"tags":{},"startTime":1775579694600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56970,"timestamp":5972746538903,"id":2868,"parentId":2247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/axisAlignTicks.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56847,"timestamp":5972746539029,"id":2879,"parentId":2870,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746595879,"id":2979,"parentId":2870,"tags":{},"startTime":1775579694600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":57288,"timestamp":5972746538969,"id":2870,"parentId":2166,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/viewHelper.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":57247,"timestamp":5972746539014,"id":2875,"parentId":2866,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746596264,"id":2980,"parentId":2866,"tags":{},"startTime":1775579694600,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":58356,"timestamp":5972746538839,"id":2866,"parentId":2167,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/Geo.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":58173,"timestamp":5972746539027,"id":2878,"parentId":2869,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":37,"timestamp":5972746597204,"id":2981,"parentId":2869,"tags":{},"startTime":1775579694601,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":58885,"timestamp":5972746538938,"id":2869,"parentId":2166,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/BaseAxisPointer.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":67253,"timestamp":5972746539452,"id":2883,"parentId":2882,"tags":{},"startTime":1775579694544,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746606713,"id":2982,"parentId":2882,"tags":{},"startTime":1775579694611,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":67518,"timestamp":5972746539411,"id":2882,"parentId":2175,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomModel.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":67547,"timestamp":5972746539387,"id":2881,"parentId":2880,"tags":{},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746606937,"id":2983,"parentId":2880,"tags":{},"startTime":1775579694611,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":67802,"timestamp":5972746539309,"id":2880,"parentId":2166,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/singleAxisHelper.js","layer":"app-pages-browser"},"startTime":1775579694543,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":6515,"timestamp":5972746622639,"id":3047,"parentId":2987,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746629161,"id":3154,"parentId":2987,"tags":{},"startTime":1775579694633,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10592,"timestamp":5972746619016,"id":2987,"parentId":2173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/findPointFromSeries.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7012,"timestamp":5972746622615,"id":3044,"parentId":2984,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746629631,"id":3155,"parentId":2984,"tags":{},"startTime":1775579694634,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10936,"timestamp":5972746618845,"id":2984,"parentId":2175,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/SelectZoomView.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7139,"timestamp":5972746622645,"id":3048,"parentId":2988,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746629787,"id":3156,"parentId":2988,"tags":{},"startTime":1775579694634,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11026,"timestamp":5972746619051,"id":2988,"parentId":2173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axisPointer/globalListener.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":7452,"timestamp":5972746622633,"id":3046,"parentId":2986,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746630091,"id":3157,"parentId":2986,"tags":{},"startTime":1775579694634,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11666,"timestamp":5972746618981,"id":2986,"parentId":2173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipRichContent.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8003,"timestamp":5972746622648,"id":3049,"parentId":2989,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746630654,"id":3158,"parentId":2989,"tags":{},"startTime":1775579694635,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":11763,"timestamp":5972746619089,"id":2989,"parentId":2173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/helper.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":8228,"timestamp":5972746622628,"id":3045,"parentId":2985,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746630859,"id":3159,"parentId":2985,"tags":{},"startTime":1775579694635,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12728,"timestamp":5972746618936,"id":2985,"parentId":2173,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/tooltip/TooltipHTMLContent.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9008,"timestamp":5972746622669,"id":3053,"parentId":2993,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746631681,"id":3160,"parentId":2993,"tags":{},"startTime":1775579694636,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":12604,"timestamp":5972746619229,"id":2993,"parentId":2247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Axis2D.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9169,"timestamp":5972746622667,"id":3052,"parentId":2992,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746631839,"id":3161,"parentId":2992,"tags":{},"startTime":1775579694636,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13232,"timestamp":5972746619193,"id":2992,"parentId":2247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian2D.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9785,"timestamp":5972746622664,"id":3051,"parentId":2991,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746632453,"id":3162,"parentId":2991,"tags":{},"startTime":1775579694637,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":13626,"timestamp":5972746619160,"id":2991,"parentId":2170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoJSONResource.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":10130,"timestamp":5972746622660,"id":3050,"parentId":2990,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":63,"timestamp":5972746632793,"id":3163,"parentId":2990,"tags":{},"startTime":1775579694637,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15240,"timestamp":5972746619126,"id":2990,"parentId":2170,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/GeoSVGResource.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":11698,"timestamp":5972746622684,"id":3054,"parentId":2994,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":33,"timestamp":5972746634387,"id":3164,"parentId":2994,"tags":{},"startTime":1775579694638,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15488,"timestamp":5972746619260,"id":2994,"parentId":2247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/cartesianAxisHelper.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12063,"timestamp":5972746622692,"id":3055,"parentId":2995,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746634760,"id":3165,"parentId":2995,"tags":{},"startTime":1775579694639,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15570,"timestamp":5972746619295,"id":2995,"parentId":2271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/legacy/getTextRect.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":12168,"timestamp":5972746622702,"id":3059,"parentId":2999,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746634873,"id":3166,"parentId":2999,"tags":{},"startTime":1775579694639,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":15559,"timestamp":5972746619426,"id":2999,"parentId":2269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/radar/IndicatorAxis.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15187,"timestamp":5972746622700,"id":3058,"parentId":2998,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746637892,"id":3167,"parentId":2998,"tags":{},"startTime":1775579694642,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18670,"timestamp":5972746619393,"id":2998,"parentId":2253,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/brushHelper.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15359,"timestamp":5972746622708,"id":3060,"parentId":3000,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746638070,"id":3168,"parentId":3000,"tags":{},"startTime":1775579694642,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":18757,"timestamp":5972746619460,"id":3000,"parentId":2273,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/listComponent.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15511,"timestamp":5972746622710,"id":3061,"parentId":3001,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746638224,"id":3169,"parentId":3001,"tags":{},"startTime":1775579694642,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19051,"timestamp":5972746619491,"id":3001,"parentId":2271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/dom.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":15833,"timestamp":5972746622716,"id":3063,"parentId":3003,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746638552,"id":3170,"parentId":3003,"tags":{},"startTime":1775579694643,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":19293,"timestamp":5972746619554,"id":3003,"parentId":2247,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/helper.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":16153,"timestamp":5972746622698,"id":3057,"parentId":2997,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":45,"timestamp":5972746638855,"id":3171,"parentId":2997,"tags":{},"startTime":1775579694643,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":20909,"timestamp":5972746619359,"id":2997,"parentId":2253,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushController.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":17564,"timestamp":5972746622713,"id":3062,"parentId":3002,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":62,"timestamp":5972746640280,"id":3172,"parentId":3002,"tags":{},"startTime":1775579694644,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":21949,"timestamp":5972746619520,"id":3002,"parentId":2271,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/parseText.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":18751,"timestamp":5972746622725,"id":3067,"parentId":3007,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746641480,"id":3173,"parentId":3007,"tags":{},"startTime":1775579694646,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22118,"timestamp":5972746619680,"id":3007,"parentId":2280,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerModel.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19109,"timestamp":5972746622695,"id":3056,"parentId":2996,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746641815,"id":3174,"parentId":2996,"tags":{},"startTime":1775579694646,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22732,"timestamp":5972746619328,"id":2996,"parentId":2249,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/axis/axisSplitHelper.js","layer":"app-pages-browser"},"startTime":1775579694623,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19353,"timestamp":5972746622718,"id":3064,"parentId":3004,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746642074,"id":3175,"parentId":3004,"tags":{},"startTime":1775579694646,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22916,"timestamp":5972746619583,"id":3004,"parentId":2269,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Interval.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19777,"timestamp":5972746622730,"id":3069,"parentId":3009,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746642510,"id":3176,"parentId":3009,"tags":{},"startTime":1775579694647,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":22959,"timestamp":5972746619745,"id":3009,"parentId":2281,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/MarkerView.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":19986,"timestamp":5972746622722,"id":3066,"parentId":3006,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746642712,"id":3177,"parentId":3006,"tags":{},"startTime":1775579694647,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23407,"timestamp":5972746619649,"id":3006,"parentId":2277,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualSolution.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":20326,"timestamp":5972746622735,"id":3071,"parentId":3011,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746643063,"id":3178,"parentId":3011,"tags":{},"startTime":1775579694647,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":23943,"timestamp":5972746619807,"id":3011,"parentId":2278,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/BrushTargetManager.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":21027,"timestamp":5972746622727,"id":3068,"parentId":3008,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746643758,"id":3179,"parentId":3008,"tags":{},"startTime":1775579694648,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25319,"timestamp":5972746619712,"id":3008,"parentId":2281,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/marker/markerHelper.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22296,"timestamp":5972746622739,"id":3073,"parentId":3013,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746645038,"id":3180,"parentId":3013,"tags":{},"startTime":1775579694649,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":25551,"timestamp":5972746619880,"id":3013,"parentId":2394,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineModel.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":22698,"timestamp":5972746622737,"id":3072,"parentId":3012,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746645437,"id":3181,"parentId":3012,"tags":{},"startTime":1775579694650,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26640,"timestamp":5972746619840,"id":3012,"parentId":1875,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/node_modules/tslib/tslib.es6.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":23747,"timestamp":5972746622742,"id":3074,"parentId":3014,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746646492,"id":3182,"parentId":3014,"tags":{},"startTime":1775579694651,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":26914,"timestamp":5972746619913,"id":3014,"parentId":2395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Ordinal.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24115,"timestamp":5972746622720,"id":3065,"parentId":3005,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746646838,"id":3183,"parentId":3005,"tags":{},"startTime":1775579694651,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27639,"timestamp":5972746619617,"id":3005,"parentId":2273,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/text.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24518,"timestamp":5972746622750,"id":3078,"parentId":3018,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746647272,"id":3184,"parentId":3018,"tags":{},"startTime":1775579694651,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27633,"timestamp":5972746620049,"id":3018,"parentId":2406,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/Single.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":24940,"timestamp":5972746622746,"id":3076,"parentId":3016,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746647689,"id":3185,"parentId":3016,"tags":{},"startTime":1775579694652,"traceId":"e71ea8e181ebf102"}] +[{"name":"build-module-js","duration":27808,"timestamp":5972746619986,"id":3016,"parentId":2395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineView.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25049,"timestamp":5972746622748,"id":3077,"parentId":3017,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746647799,"id":3186,"parentId":3017,"tags":{},"startTime":1775579694652,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":27895,"timestamp":5972746620018,"id":3017,"parentId":2395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/timeline/TimelineAxis.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25185,"timestamp":5972746622733,"id":3070,"parentId":3010,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746647921,"id":3187,"parentId":3010,"tags":{},"startTime":1775579694652,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28396,"timestamp":5972746619776,"id":3010,"parentId":2278,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/brush/selector.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25421,"timestamp":5972746622754,"id":3080,"parentId":3020,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746648177,"id":3188,"parentId":3020,"tags":{},"startTime":1775579694652,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28483,"timestamp":5972746620109,"id":3020,"parentId":2409,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/Polar.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25838,"timestamp":5972746622759,"id":3082,"parentId":3022,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746648599,"id":3189,"parentId":3022,"tags":{},"startTime":1775579694653,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":28530,"timestamp":5972746620175,"id":3022,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomView.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":25956,"timestamp":5972746622752,"id":3079,"parentId":3019,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746648711,"id":3190,"parentId":3019,"tags":{},"startTime":1775579694653,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29358,"timestamp":5972746620079,"id":3019,"parentId":2412,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/Parallel.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26677,"timestamp":5972746622764,"id":3084,"parentId":3024,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746649443,"id":3191,"parentId":3024,"tags":{},"startTime":1775579694654,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":29500,"timestamp":5972746620238,"id":3024,"parentId":2425,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/helper.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":26997,"timestamp":5972746622744,"id":3075,"parentId":3015,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":61,"timestamp":5972746649744,"id":3192,"parentId":3015,"tags":{},"startTime":1775579694654,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30868,"timestamp":5972746619948,"id":3015,"parentId":2395,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Time.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28063,"timestamp":5972746622761,"id":3083,"parentId":3023,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":39,"timestamp":5972746650829,"id":3193,"parentId":3023,"tags":{},"startTime":1775579694655,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":30866,"timestamp":5972746620208,"id":3023,"parentId":2424,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/sliderMove.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28322,"timestamp":5972746622757,"id":3081,"parentId":3021,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":36,"timestamp":5972746651082,"id":3194,"parentId":3021,"tags":{},"startTime":1775579694655,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31581,"timestamp":5972746620142,"id":3021,"parentId":2423,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/DataZoomModel.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":28963,"timestamp":5972746622765,"id":3085,"parentId":3025,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746651731,"id":3195,"parentId":3025,"tags":{},"startTime":1775579694656,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31633,"timestamp":5972746620269,"id":3025,"parentId":2459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomProcessor.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29136,"timestamp":5972746622769,"id":3087,"parentId":3027,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746651907,"id":3196,"parentId":3027,"tags":{},"startTime":1775579694656,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":31879,"timestamp":5972746620330,"id":3027,"parentId":2469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapView.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29443,"timestamp":5972746622773,"id":3089,"parentId":3029,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":29,"timestamp":5972746652228,"id":3197,"parentId":3029,"tags":{},"startTime":1775579694656,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32050,"timestamp":5972746620395,"id":3029,"parentId":2463,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/history.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":29684,"timestamp":5972746622775,"id":3090,"parentId":3030,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746652463,"id":3198,"parentId":3030,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32391,"timestamp":5972746620427,"id":3030,"parentId":2469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/event.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30054,"timestamp":5972746622771,"id":3088,"parentId":3028,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746652828,"id":3199,"parentId":3028,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32632,"timestamp":5972746620364,"id":3028,"parentId":2469,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/helper.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30232,"timestamp":5972746622767,"id":3086,"parentId":3026,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746653002,"id":3200,"parentId":3026,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32798,"timestamp":5972746620299,"id":3026,"parentId":2459,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/dataZoomAction.js","layer":"app-pages-browser"},"startTime":1775579694624,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30323,"timestamp":5972746622777,"id":3091,"parentId":3031,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746653103,"id":3201,"parentId":3031,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32753,"timestamp":5972746620461,"id":3031,"parentId":2473,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/visual/visualDefault.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30442,"timestamp":5972746622781,"id":3093,"parentId":3033,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746653227,"id":3202,"parentId":3033,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32765,"timestamp":5972746620550,"id":3033,"parentId":2470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualMapAction.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30535,"timestamp":5972746622788,"id":3097,"parentId":3037,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746653326,"id":3203,"parentId":3037,"tags":{},"startTime":1775579694657,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":32993,"timestamp":5972746620722,"id":3037,"parentId":2477,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/EffectSymbol.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":30936,"timestamp":5972746622783,"id":3094,"parentId":3034,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746653722,"id":3204,"parentId":3034,"tags":{},"startTime":1775579694658,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33294,"timestamp":5972746620604,"id":3034,"parentId":2470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/visualEncoding.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31122,"timestamp":5972746622779,"id":3092,"parentId":3032,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":28,"timestamp":5972746653903,"id":3205,"parentId":3032,"tags":{},"startTime":1775579694658,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":33874,"timestamp":5972746620492,"id":3032,"parentId":2475,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/util/conditionalExpression.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":31583,"timestamp":5972746622786,"id":3096,"parentId":3036,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":50,"timestamp":5972746654384,"id":3206,"parentId":3036,"tags":{},"startTime":1775579694658,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35043,"timestamp":5972746620689,"id":3036,"parentId":2468,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/VisualMapModel.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":32953,"timestamp":5972746622784,"id":3095,"parentId":3035,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746655740,"id":3207,"parentId":3035,"tags":{},"startTime":1775579694660,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35246,"timestamp":5972746620646,"id":3035,"parentId":2470,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/visualMap/preprocessor.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33103,"timestamp":5972746622794,"id":3100,"parentId":3040,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746655900,"id":3208,"parentId":3040,"tags":{},"startTime":1775579694660,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35426,"timestamp":5972746620840,"id":3040,"parentId":2500,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Log.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33478,"timestamp":5972746622791,"id":3099,"parentId":3039,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746656272,"id":3209,"parentId":3039,"tags":{},"startTime":1775579694660,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35615,"timestamp":5972746620802,"id":3039,"parentId":2500,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/scale/Scale.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33623,"timestamp":5972746622797,"id":3102,"parentId":3042,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746656423,"id":3210,"parentId":3042,"tags":{},"startTime":1775579694661,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":35723,"timestamp":5972746620909,"id":3042,"parentId":2548,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/transformPath.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":33857,"timestamp":5972746622790,"id":3098,"parentId":3038,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746656650,"id":3211,"parentId":3038,"tags":{},"startTime":1775579694661,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36091,"timestamp":5972746620761,"id":3038,"parentId":2496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/GestureMgr.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":34068,"timestamp":5972746622799,"id":3103,"parentId":3043,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746656870,"id":3212,"parentId":3043,"tags":{},"startTime":1775579694661,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":36002,"timestamp":5972746620941,"id":3043,"parentId":2553,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/Gradient.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41022,"timestamp":5972746622796,"id":3101,"parentId":3041,"tags":{},"startTime":1775579694627,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746663822,"id":3213,"parentId":3041,"tags":{},"startTime":1775579694668,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43417,"timestamp":5972746620877,"id":3041,"parentId":2500,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/scaleRawExtentInfo.js","layer":"app-pages-browser"},"startTime":1775579694625,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":39310,"timestamp":5972746624991,"id":3129,"parentId":3106,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":32,"timestamp":5972746664306,"id":3214,"parentId":3106,"tags":{},"startTime":1775579694668,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40780,"timestamp":5972746624299,"id":3106,"parentId":2571,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/curve.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40097,"timestamp":5972746624988,"id":3128,"parentId":3105,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746665090,"id":3215,"parentId":3105,"tags":{},"startTime":1775579694669,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":40934,"timestamp":5972746624267,"id":3105,"parentId":2502,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/polygon.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40202,"timestamp":5972746625002,"id":3132,"parentId":3109,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746665209,"id":3216,"parentId":3109,"tags":{},"startTime":1775579694669,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":41306,"timestamp":5972746624394,"id":3109,"parentId":2687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/convertPath.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":40722,"timestamp":5972746624982,"id":3127,"parentId":3104,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746665710,"id":3217,"parentId":3104,"tags":{},"startTime":1775579694670,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42254,"timestamp":5972746624220,"id":3104,"parentId":2547,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/model/referHelper.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":41481,"timestamp":5972746625000,"id":3131,"parentId":3108,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746666485,"id":3218,"parentId":3108,"tags":{},"startTime":1775579694671,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":42899,"timestamp":5972746624363,"id":3108,"parentId":2687,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/dividePath.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42271,"timestamp":5972746624995,"id":3130,"parentId":3107,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"}] +[{"name":"next-swc-loader","duration":26,"timestamp":5972746667269,"id":3219,"parentId":3107,"tags":{},"startTime":1775579694671,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43126,"timestamp":5972746624329,"id":3107,"parentId":2496,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/mixin/Draggable.js","layer":"app-pages-browser"},"startTime":1775579694628,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42455,"timestamp":5972746625004,"id":3133,"parentId":3110,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746667462,"id":3220,"parentId":3110,"tags":{},"startTime":1775579694672,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43214,"timestamp":5972746624425,"id":3110,"parentId":2695,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundRect.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42634,"timestamp":5972746625008,"id":3135,"parentId":3112,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746667644,"id":3221,"parentId":3112,"tags":{},"startTime":1775579694672,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43264,"timestamp":5972746624490,"id":3112,"parentId":2692,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/poly.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42745,"timestamp":5972746625011,"id":3137,"parentId":3114,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20,"timestamp":5972746667759,"id":3222,"parentId":3114,"tags":{},"startTime":1775579694672,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43300,"timestamp":5972746624556,"id":3114,"parentId":2723,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/line.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42846,"timestamp":5972746625013,"id":3138,"parentId":3115,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20,"timestamp":5972746667862,"id":3223,"parentId":3115,"tags":{},"startTime":1775579694672,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43370,"timestamp":5972746624585,"id":3115,"parentId":2723,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/cubic.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":42952,"timestamp":5972746625010,"id":3136,"parentId":3113,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746667964,"id":3224,"parentId":3113,"tags":{},"startTime":1775579694672,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43980,"timestamp":5972746624522,"id":3113,"parentId":2691,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/roundSector.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43490,"timestamp":5972746625016,"id":3140,"parentId":3117,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746668509,"id":3225,"parentId":3117,"tags":{},"startTime":1775579694673,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":43973,"timestamp":5972746624643,"id":3117,"parentId":2723,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/arc.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43605,"timestamp":5972746625014,"id":3139,"parentId":3116,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20,"timestamp":5972746668622,"id":3226,"parentId":3116,"tags":{},"startTime":1775579694673,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":44093,"timestamp":5972746624614,"id":3116,"parentId":2723,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/quadratic.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":43703,"timestamp":5972746625006,"id":3134,"parentId":3111,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746668711,"id":3227,"parentId":3111,"tags":{},"startTime":1775579694673,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45522,"timestamp":5972746624460,"id":3111,"parentId":2688,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Animator.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":44970,"timestamp":5972746625018,"id":3141,"parentId":3118,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746669991,"id":3228,"parentId":3118,"tags":{},"startTime":1775579694674,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45397,"timestamp":5972746624685,"id":3118,"parentId":2723,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/contain/windingLine.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45066,"timestamp":5972746625019,"id":3142,"parentId":3119,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746670088,"id":3229,"parentId":3119,"tags":{},"startTime":1775579694674,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45491,"timestamp":5972746624718,"id":3119,"parentId":2728,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/WeakMap.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45187,"timestamp":5972746625025,"id":3146,"parentId":3123,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746670215,"id":3230,"parentId":3123,"tags":{},"startTime":1775579694674,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":45955,"timestamp":5972746624841,"id":3123,"parentId":2800,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssAnimation.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45779,"timestamp":5972746625021,"id":3143,"parentId":3120,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746670803,"id":3231,"parentId":3120,"tags":{},"startTime":1775579694675,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46194,"timestamp":5972746624750,"id":3120,"parentId":2803,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/domapi.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":45925,"timestamp":5972746625022,"id":3144,"parentId":3121,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746670949,"id":3232,"parentId":3121,"tags":{},"startTime":1775579694675,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46467,"timestamp":5972746624780,"id":3121,"parentId":2800,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/SVGPathRebuilder.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46226,"timestamp":5972746625027,"id":3147,"parentId":3124,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":22,"timestamp":5972746671255,"id":3233,"parentId":3124,"tags":{},"startTime":1775579694675,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46545,"timestamp":5972746624870,"id":3124,"parentId":2800,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssEmphasis.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46395,"timestamp":5972746625024,"id":3145,"parentId":3122,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746671420,"id":3234,"parentId":3122,"tags":{},"startTime":1775579694676,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46836,"timestamp":5972746624811,"id":3122,"parentId":2800,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/mapStyleToAttrs.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46620,"timestamp":5972746625030,"id":3149,"parentId":3126,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746671652,"id":3235,"parentId":3126,"tags":{},"startTime":1775579694676,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":46822,"timestamp":5972746624946,"id":3126,"parentId":2733,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/helper/interactionMutex.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":46743,"timestamp":5972746625028,"id":3148,"parentId":3125,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":25,"timestamp":5972746671774,"id":3236,"parentId":3125,"tags":{},"startTime":1775579694676,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":47105,"timestamp":5972746624912,"id":3125,"parentId":2729,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/helper/linkSeriesData.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":55969,"timestamp":5972746625235,"id":3152,"parentId":3150,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":31,"timestamp":5972746681210,"id":3237,"parentId":3150,"tags":{},"startTime":1775579694685,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":56895,"timestamp":5972746625169,"id":3150,"parentId":2865,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/data/Graph.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":56863,"timestamp":5972746625238,"id":3153,"parentId":3151,"tags":{},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746682104,"id":3238,"parentId":3151,"tags":{},"startTime":1775579694686,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":57124,"timestamp":5972746625202,"id":3151,"parentId":2814,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/chart/helper/LinePath.js","layer":"app-pages-browser"},"startTime":1775579694629,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4652,"timestamp":5972746686614,"id":3240,"parentId":3239,"tags":{},"startTime":1775579694691,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746691270,"id":3273,"parentId":3239,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":7244,"timestamp":5972746684256,"id":3239,"parentId":2992,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/cartesian/Cartesian.js","layer":"app-pages-browser"},"startTime":1775579694688,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":2131,"timestamp":5972746689755,"id":3245,"parentId":3242,"tags":{},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":40,"timestamp":5972746691890,"id":3274,"parentId":3242,"tags":{},"startTime":1775579694696,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3754,"timestamp":5972746689662,"id":3242,"parentId":2990,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseSVG.js","layer":"app-pages-browser"},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3680,"timestamp":5972746689747,"id":3244,"parentId":3241,"tags":{},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":30,"timestamp":5972746693432,"id":3275,"parentId":3241,"tags":{},"startTime":1775579694698,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4164,"timestamp":5972746689585,"id":3241,"parentId":3001,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/core/fourPointsTransform.js","layer":"app-pages-browser"},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":3995,"timestamp":5972746689758,"id":3246,"parentId":3243,"tags":{},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746693755,"id":3276,"parentId":3243,"tags":{},"startTime":1775579694698,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4148,"timestamp":5972746689701,"id":3243,"parentId":2990,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/tool/parseXML.js","layer":"app-pages-browser"},"startTime":1775579694694,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4569,"timestamp":5972746690874,"id":3253,"parentId":3248,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746695446,"id":3277,"parentId":3248,"tags":{},"startTime":1775579694700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":4858,"timestamp":5972746690725,"id":3248,"parentId":3020,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/RadiusAxis.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4718,"timestamp":5972746690869,"id":3252,"parentId":3247,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746695590,"id":3278,"parentId":3247,"tags":{},"startTime":1775579694700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5019,"timestamp":5972746690686,"id":3247,"parentId":3018,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/single/SingleAxis.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":4832,"timestamp":5972746690877,"id":3254,"parentId":3249,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746695713,"id":3279,"parentId":3249,"tags":{},"startTime":1775579694700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5140,"timestamp":5972746690759,"id":3249,"parentId":3020,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/polar/AngleAxis.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5012,"timestamp":5972746690889,"id":3256,"parentId":3251,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":34,"timestamp":5972746695903,"id":3280,"parentId":3251,"tags":{},"startTime":1775579694700,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5602,"timestamp":5972746690831,"id":3251,"parentId":3025,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/component/dataZoom/AxisProxy.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5552,"timestamp":5972746690885,"id":3255,"parentId":3250,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746696439,"id":3281,"parentId":3250,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5737,"timestamp":5972746690798,"id":3250,"parentId":3019,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/parallel/ParallelAxis.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5328,"timestamp":5972746691210,"id":3265,"parentId":3257,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":26,"timestamp":5972746696540,"id":3282,"parentId":3257,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5889,"timestamp":5972746690937,"id":3257,"parentId":2991,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/nanhai.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5613,"timestamp":5972746691217,"id":3266,"parentId":3258,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":23,"timestamp":5972746696833,"id":3283,"parentId":3258,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":5958,"timestamp":5972746690977,"id":3258,"parentId":2991,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/textCoord.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5714,"timestamp":5972746691224,"id":3268,"parentId":3260,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":21,"timestamp":5972746696940,"id":3284,"parentId":3260,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6058,"timestamp":5972746691045,"id":3260,"parentId":3111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/Clip.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5884,"timestamp":5972746691220,"id":3267,"parentId":3259,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":24,"timestamp":5972746697107,"id":3285,"parentId":3259,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6186,"timestamp":5972746691008,"id":3259,"parentId":2991,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/echarts/lib/coord/geo/fix/diaoyuIsland.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":5966,"timestamp":5972746691231,"id":3270,"parentId":3262,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20,"timestamp":5972746697200,"id":3286,"parentId":3262,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6216,"timestamp":5972746691114,"id":3262,"parentId":3111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/cubicEasing.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"}] +[{"name":"read-resource","duration":6100,"timestamp":5972746691233,"id":3271,"parentId":3263,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":20,"timestamp":5972746697336,"id":3287,"parentId":3263,"tags":{},"startTime":1775579694701,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":6237,"timestamp":5972746691146,"id":3263,"parentId":3123,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/svg/cssClassId.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9160,"timestamp":5972746691247,"id":3272,"parentId":3264,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":35,"timestamp":5972746700412,"id":3288,"parentId":3264,"tags":{},"startTime":1775579694705,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":9521,"timestamp":5972746691177,"id":3264,"parentId":3112,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/graphic/helper/smoothBezier.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":9492,"timestamp":5972746691230,"id":3269,"parentId":3261,"tags":{},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":27,"timestamp":5972746700725,"id":3289,"parentId":3261,"tags":{},"startTime":1775579694705,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":10012,"timestamp":5972746691080,"id":3261,"parentId":3111,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/zrender/lib/animation/easing.js","layer":"app-pages-browser"},"startTime":1775579694695,"traceId":"e71ea8e181ebf102"},{"name":"read-resource","duration":246,"timestamp":5972746702374,"id":3291,"parentId":3290,"tags":{},"startTime":1775579694706,"traceId":"e71ea8e181ebf102"},{"name":"next-swc-loader","duration":38,"timestamp":5972746702623,"id":3292,"parentId":3290,"tags":{},"startTime":1775579694707,"traceId":"e71ea8e181ebf102"},{"name":"build-module-js","duration":3167,"timestamp":5972746702307,"id":3290,"parentId":2802,"tags":{"name":"/Users/aaron/source_code/astock-agent/frontend/node_modules/next/dist/compiled/buffer/index.js","layer":"app-pages-browser"},"startTime":1775579694706,"traceId":"e71ea8e181ebf102"},{"name":"add-entry","duration":1407084,"timestamp":5972745298428,"id":829,"parentId":815,"tags":{"request":"next-flight-client-entry-loader?modules=%7B%22request%22%3A%22%2FUsers%2Faaron%2Fsource_code%2Fastock-agent%2Ffrontend%2Fsrc%2Fapp%2Fstock%2F%5Bcode%5D%2Fpage.tsx%22%2C%22ids%22%3A%5B%5D%7D&server=false!"},"startTime":1775579693303,"traceId":"e71ea8e181ebf102"},{"name":"make","duration":1407876,"timestamp":5972745297775,"id":815,"parentId":814,"tags":{},"startTime":1775579693302,"traceId":"e71ea8e181ebf102"},{"name":"chunk-graph","duration":7256,"timestamp":5972746742265,"id":3294,"parentId":3293,"tags":{},"startTime":1775579694746,"traceId":"e71ea8e181ebf102"},{"name":"optimize-modules","duration":10,"timestamp":5972746749578,"id":3296,"parentId":3293,"tags":{},"startTime":1775579694754,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunks","duration":6059,"timestamp":5972746751262,"id":3298,"parentId":3293,"tags":{},"startTime":1775579694755,"traceId":"e71ea8e181ebf102"},{"name":"optimize-tree","duration":11,"timestamp":5972746757361,"id":3299,"parentId":3293,"tags":{},"startTime":1775579694761,"traceId":"e71ea8e181ebf102"},{"name":"optimize-chunk-modules","duration":23294,"timestamp":5972746757409,"id":3300,"parentId":3293,"tags":{},"startTime":1775579694761,"traceId":"e71ea8e181ebf102"},{"name":"optimize","duration":31179,"timestamp":5972746749556,"id":3295,"parentId":3293,"tags":{},"startTime":1775579694754,"traceId":"e71ea8e181ebf102"},{"name":"module-hash","duration":14134,"timestamp":5972746793579,"id":3301,"parentId":3293,"tags":{},"startTime":1775579694798,"traceId":"e71ea8e181ebf102"},{"name":"code-generation","duration":476221,"timestamp":5972746807739,"id":3302,"parentId":3293,"tags":{},"startTime":1775579694812,"traceId":"e71ea8e181ebf102"},{"name":"hash","duration":4814,"timestamp":5972747286586,"id":3303,"parentId":3293,"tags":{},"startTime":1775579695291,"traceId":"e71ea8e181ebf102"},{"name":"code-generation-jobs","duration":226,"timestamp":5972747291398,"id":3304,"parentId":3293,"tags":{},"startTime":1775579695295,"traceId":"e71ea8e181ebf102"},{"name":"module-assets","duration":210,"timestamp":5972747291603,"id":3305,"parentId":3293,"tags":{},"startTime":1775579695296,"traceId":"e71ea8e181ebf102"},{"name":"create-chunk-assets","duration":4577,"timestamp":5972747291818,"id":3306,"parentId":3293,"tags":{},"startTime":1775579695296,"traceId":"e71ea8e181ebf102"},{"name":"NextJsBuildManifest-generateClientManifest","duration":876,"timestamp":5972747301364,"id":3308,"parentId":814,"tags":{},"startTime":1775579695305,"traceId":"e71ea8e181ebf102"},{"name":"NextJsBuildManifest-createassets","duration":1384,"timestamp":5972747300860,"id":3307,"parentId":814,"tags":{},"startTime":1775579695305,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94630,"timestamp":5972747317521,"id":3313,"parentId":3309,"tags":{"name":"static/chunks/pages/_app-72b849fbd24ac258.js","cache":"MISS"},"startTime":1775579695322,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94803,"timestamp":5972747317378,"id":3311,"parentId":3309,"tags":{"name":"static/chunks/main-app-7d7e5d1021afd90c.js","cache":"MISS"},"startTime":1775579695321,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94768,"timestamp":5972747317456,"id":3312,"parentId":3309,"tags":{"name":"static/chunks/app/_not-found/page-9a1795a099256da4.js","cache":"MISS"},"startTime":1775579695322,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94672,"timestamp":5972747317562,"id":3314,"parentId":3309,"tags":{"name":"static/chunks/pages/_error-7ba65e1336b92748.js","cache":"MISS"},"startTime":1775579695322,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94980,"timestamp":5972747317609,"id":3315,"parentId":3309,"tags":{"name":"static/chunks/app/layout-97bdd231e78ddf3f.js","cache":"MISS"},"startTime":1775579695322,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93746,"timestamp":5972747318880,"id":3317,"parentId":3309,"tags":{"name":"static/chunks/app/login/page-778febf452923618.js","cache":"MISS"},"startTime":1775579695323,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93655,"timestamp":5972747318991,"id":3318,"parentId":3309,"tags":{"name":"static/chunks/app/chat/page-2dd3304322bd4036.js","cache":"MISS"},"startTime":1775579695323,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93480,"timestamp":5972747319185,"id":3319,"parentId":3309,"tags":{"name":"static/chunks/app/sectors/page-2f0e16a2b83354cf.js","cache":"MISS"},"startTime":1775579695323,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":94597,"timestamp":5972747318239,"id":3316,"parentId":3309,"tags":{"name":"static/chunks/app/page-5a303311159f23ad.js","cache":"MISS"},"startTime":1775579695322,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93576,"timestamp":5972747319288,"id":3320,"parentId":3309,"tags":{"name":"static/chunks/app/recommendations/page-ef6715bbb27168f0.js","cache":"MISS"},"startTime":1775579695323,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93137,"timestamp":5972747319757,"id":3322,"parentId":3309,"tags":{"name":"static/chunks/app/users/page-e66e56f48050576b.js","cache":"MISS"},"startTime":1775579695324,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":92986,"timestamp":5972747319913,"id":3323,"parentId":3309,"tags":{"name":"static/chunks/webpack-76aa9cbbdedb6a49.js","cache":"MISS"},"startTime":1775579695324,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":93479,"timestamp":5972747319439,"id":3321,"parentId":3309,"tags":{"name":"static/chunks/app/stock/[code]/page-aa4270127391b661.js","cache":"MISS"},"startTime":1775579695324,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":113297,"timestamp":5972747313397,"id":3310,"parentId":3309,"tags":{"name":"static/chunks/main-9c5f6b283127d940.js","cache":"MISS"},"startTime":1775579695317,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":141931,"timestamp":5972747348896,"id":3327,"parentId":3309,"tags":{"name":"static/chunks/117-d0aa9486d6cf1a7a.js","cache":"MISS"},"startTime":1775579695353,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152514,"timestamp":5972747350268,"id":3328,"parentId":3309,"tags":{"name":"static/chunks/448-92a7b932cf4502ac.js","cache":"MISS"},"startTime":1775579695354,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152188,"timestamp":5972747350643,"id":3329,"parentId":3309,"tags":{"name":"server/middleware-react-loadable-manifest.js","cache":"MISS"},"startTime":1775579695355,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152091,"timestamp":5972747350751,"id":3330,"parentId":3309,"tags":{"name":"static/zyMEF2O04rWB2PcTlD48N/_ssgManifest.js","cache":"MISS"},"startTime":1775579695355,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152155,"timestamp":5972747350820,"id":3331,"parentId":3309,"tags":{"name":"server/middleware-build-manifest.js","cache":"MISS"},"startTime":1775579695355,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152214,"timestamp":5972747350838,"id":3332,"parentId":3309,"tags":{"name":"static/zyMEF2O04rWB2PcTlD48N/_buildManifest.js","cache":"MISS"},"startTime":1775579695355,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":152212,"timestamp":5972747350855,"id":3333,"parentId":3309,"tags":{"name":"server/next-font-manifest.js","cache":"MISS"},"startTime":1775579695355,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":157524,"timestamp":5972747348341,"id":3325,"parentId":3309,"tags":{"name":"static/chunks/framework-f66176bb897dc684.js","cache":"MISS"},"startTime":1775579695352,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":170330,"timestamp":5972747348635,"id":3326,"parentId":3309,"tags":{"name":"static/chunks/fd9d1056-f8a2d551cbb94c85.js","cache":"MISS"},"startTime":1775579695353,"traceId":"e71ea8e181ebf102"},{"name":"minify-js","duration":804178,"timestamp":5972747320041,"id":3324,"parentId":3309,"tags":{"name":"static/chunks/614.a7cee7268dab0743.js","cache":"MISS"},"startTime":1775579695324,"traceId":"e71ea8e181ebf102"},{"name":"terser-webpack-plugin-optimize","duration":821337,"timestamp":5972747302899,"id":3309,"parentId":814,"tags":{"compilationName":"client","swcMinify":true},"startTime":1775579695307,"traceId":"e71ea8e181ebf102"},{"name":"minify-css","duration":187976,"timestamp":5972748124521,"id":3335,"parentId":3334,"tags":{"file":"static/css/5f3594abc8a0a38a.css","cache":"MISS"},"startTime":1775579696129,"traceId":"e71ea8e181ebf102"},{"name":"css-minimizer-plugin","duration":188136,"timestamp":5972748124368,"id":3334,"parentId":814,"tags":{},"startTime":1775579696128,"traceId":"e71ea8e181ebf102"},{"name":"seal","duration":1598699,"timestamp":5972746723610,"id":3293,"parentId":814,"tags":{},"startTime":1775579694728,"traceId":"e71ea8e181ebf102"},{"name":"webpack-compilation","duration":3026472,"timestamp":5972745295973,"id":814,"parentId":811,"tags":{"name":"client"},"startTime":1775579693300,"traceId":"e71ea8e181ebf102"},{"name":"emit","duration":8711,"timestamp":5972748322652,"id":3336,"parentId":811,"tags":{},"startTime":1775579696327,"traceId":"e71ea8e181ebf102"},{"name":"webpack-close","duration":575788,"timestamp":5972748331712,"id":3337,"parentId":811,"tags":{"name":"client"},"startTime":1775579696336,"traceId":"e71ea8e181ebf102"},{"name":"webpack-generate-error-stats","duration":1460,"timestamp":5972748907531,"id":3338,"parentId":3337,"tags":{},"startTime":1775579696912,"traceId":"e71ea8e181ebf102"},{"name":"run-webpack-compiler","duration":3821806,"timestamp":5972745087361,"id":811,"parentId":810,"tags":{},"startTime":1775579693091,"traceId":"e71ea8e181ebf102"},{"name":"format-webpack-messages","duration":34,"timestamp":5972748909169,"id":3339,"parentId":810,"tags":{},"startTime":1775579696913,"traceId":"e71ea8e181ebf102"},{"name":"worker-main-client","duration":3822039,"timestamp":5972745087209,"id":810,"parentId":1,"tags":{},"startTime":1775579693091,"traceId":"e71ea8e181ebf102"},{"name":"verify-and-lint","duration":78127,"timestamp":5972748948830,"id":3343,"parentId":1,"tags":{},"startTime":1775579696953,"traceId":"e71ea8e181ebf102"},{"name":"verify-typescript-setup","duration":1437715,"timestamp":5972748947799,"id":3342,"parentId":1,"tags":{},"startTime":1775579696952,"traceId":"e71ea8e181ebf102"},{"name":"check-static-error-page","duration":1847,"timestamp":5972750400937,"id":3346,"parentId":3345,"tags":{},"startTime":1775579698405,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":1085,"timestamp":5972750413659,"id":3347,"parentId":3345,"tags":{"page":"/_app"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":600,"timestamp":5972750414153,"id":3349,"parentId":3345,"tags":{"page":"/_document"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":863,"timestamp":5972750414112,"id":3348,"parentId":3345,"tags":{"page":"/_error"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":340316,"timestamp":5972750415680,"id":3362,"parentId":3352,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":341837,"timestamp":5972750414250,"id":3352,"parentId":3345,"tags":{"page":"/chat"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":341195,"timestamp":5972750415753,"id":3365,"parentId":3356,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":342618,"timestamp":5972750414355,"id":3356,"parentId":3345,"tags":{"page":"/sectors"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":347184,"timestamp":5972750415735,"id":3364,"parentId":3355,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":348861,"timestamp":5972750414287,"id":3355,"parentId":3345,"tags":{"page":"/recommendations"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":349824,"timestamp":5972750415632,"id":3361,"parentId":3353,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":351283,"timestamp":5972750414263,"id":3353,"parentId":3345,"tags":{"page":"/login"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":356099,"timestamp":5972750415710,"id":3363,"parentId":3354,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":357549,"timestamp":5972750414275,"id":3354,"parentId":3345,"tags":{"page":"/"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":362400,"timestamp":5972750415933,"id":3367,"parentId":3358,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":363963,"timestamp":5972750414385,"id":3358,"parentId":3345,"tags":{"page":"/users"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":368152,"timestamp":5972750415517,"id":3360,"parentId":3350,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":369517,"timestamp":5972750414166,"id":3350,"parentId":3345,"tags":{"page":"/_not-found"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":372213,"timestamp":5972750415791,"id":3366,"parentId":3357,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":373685,"timestamp":5972750414373,"id":3357,"parentId":3345,"tags":{"page":"/stock/[code]"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"is-page-static","duration":373485,"timestamp":5972750415414,"id":3359,"parentId":3351,"tags":{},"startTime":1775579698420,"traceId":"e71ea8e181ebf102"},{"name":"check-page","duration":374675,"timestamp":5972750414231,"id":3351,"parentId":3345,"tags":{"page":"/api/chat/stream"},"startTime":1775579698418,"traceId":"e71ea8e181ebf102"},{"name":"static-check","duration":388288,"timestamp":5972750400629,"id":3345,"parentId":1,"tags":{},"startTime":1775579698405,"traceId":"e71ea8e181ebf102"},{"name":"load-dotenv","duration":14,"timestamp":5972750808355,"id":3372,"parentId":3371,"tags":{},"startTime":1775579698812,"traceId":"e71ea8e181ebf102"},{"name":"run-export-path-map","duration":174,"timestamp":5972751015775,"id":3373,"parentId":3371,"tags":{},"startTime":1775579699020,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":25507,"timestamp":5972751016664,"id":3383,"parentId":3371,"tags":{"path":"/api/chat/stream"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79572,"timestamp":5972751016646,"id":3382,"parentId":3371,"tags":{"path":"/_not-found"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79692,"timestamp":5972751016626,"id":3381,"parentId":3371,"tags":{"path":"/users"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79754,"timestamp":5972751016587,"id":3379,"parentId":3371,"tags":{"path":"/login"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79843,"timestamp":5972751016606,"id":3380,"parentId":3371,"tags":{"path":"/"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79898,"timestamp":5972751016568,"id":3378,"parentId":3371,"tags":{"path":"/recommendations"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":79938,"timestamp":5972751016544,"id":3377,"parentId":3371,"tags":{"path":"/sectors"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":80022,"timestamp":5972751016495,"id":3376,"parentId":3371,"tags":{"path":"/chat"},"startTime":1775579699021,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":145698,"timestamp":5972751016341,"id":3375,"parentId":3371,"tags":{"path":"/500"},"startTime":1775579699020,"traceId":"e71ea8e181ebf102"},{"name":"export-page","duration":145921,"timestamp":5972751016216,"id":3374,"parentId":3371,"tags":{"path":"/404"},"startTime":1775579699020,"traceId":"e71ea8e181ebf102"},{"name":"next-export","duration":401789,"timestamp":5972750807968,"id":3371,"parentId":1,"tags":{},"startTime":1775579698812,"traceId":"e71ea8e181ebf102"}] +[{"name":"move-exported-app-not-found-","duration":13088,"timestamp":5972751210272,"id":3384,"parentId":3370,"tags":{},"startTime":1775579699214,"traceId":"e71ea8e181ebf102"},{"name":"move-exported-page","duration":15118,"timestamp":5972751223452,"id":3385,"parentId":3370,"tags":{},"startTime":1775579699228,"traceId":"e71ea8e181ebf102"},{"name":"static-generation","duration":593151,"timestamp":5972750804593,"id":3370,"parentId":1,"tags":{},"startTime":1775579698809,"traceId":"e71ea8e181ebf102"},{"name":"node-file-trace-build","duration":5338610,"timestamp":5972750794182,"id":3369,"parentId":1,"tags":{"isTurbotrace":"false"},"startTime":1775579698798,"traceId":"e71ea8e181ebf102"},{"name":"apply-include-excludes","duration":299,"timestamp":5972756132802,"id":3386,"parentId":1,"tags":{},"startTime":1775579704137,"traceId":"e71ea8e181ebf102"},{"name":"write-standalone-directory","duration":178531,"timestamp":5972756133145,"id":3387,"parentId":1,"tags":{},"startTime":1775579704137,"traceId":"e71ea8e181ebf102"},{"name":"print-tree-view","duration":1635,"timestamp":5972756311752,"id":3388,"parentId":1,"tags":{},"startTime":1775579704316,"traceId":"e71ea8e181ebf102"},{"name":"telemetry-flush","duration":16,"timestamp":5972756313392,"id":3389,"parentId":1,"tags":{},"startTime":1775579704317,"traceId":"e71ea8e181ebf102"},{"name":"next-build","duration":13346536,"timestamp":5972742966874,"id":1,"tags":{"buildMode":"default","isTurboBuild":"false","version":"14.2.35","isTurbopack":false,"has-custom-webpack-config":"false","use-build-worker":"true"},"startTime":1775579690971,"traceId":"e71ea8e181ebf102"}] diff --git a/frontend/Dockerfile b/frontend/Dockerfile new file mode 100644 index 00000000..4dc2e277 --- /dev/null +++ b/frontend/Dockerfile @@ -0,0 +1,32 @@ +FROM node:20-alpine AS builder + +WORKDIR /app + +COPY package.json package-lock.json* ./ +RUN npm ci + +COPY . . + +# 构建时注入后端地址(运行时通过 rewrites 代理,这里设为内部地址) +ARG BACKEND_URL=http://backend:8000 +ENV BACKEND_URL=${BACKEND_URL} + +RUN npm run build + +# ---- Production image ---- +FROM node:20-alpine AS runner + +WORKDIR /app + +ENV NODE_ENV=production + +COPY --from=builder /app/.next/standalone ./ +COPY --from=builder /app/.next/static ./.next/static +COPY --from=builder /app/public ./public + +EXPOSE 3000 + +ENV PORT=3000 +ENV HOSTNAME="0.0.0.0" + +CMD ["node", "server.js"] diff --git a/frontend/next.config.js b/frontend/next.config.js index c5b15e9a..ed02b0f9 100644 --- a/frontend/next.config.js +++ b/frontend/next.config.js @@ -1,14 +1,17 @@ /** @type {import('next').NextConfig} */ +const backendUrl = process.env.BACKEND_URL || "http://localhost:8000"; + const nextConfig = { + output: "standalone", async rewrites() { return [ { source: "/api/:path*", - destination: "http://localhost:8000/api/:path*", + destination: `${backendUrl}/api/:path*`, }, { source: "/ws", - destination: "http://localhost:8000/ws", + destination: `${backendUrl}/ws`, }, ]; },