plotly / plotly/react-plotly.js
Bail out to client-side rendering: next/dynamic
未关闭
还没有人认领这个 Issue。
- 主要语言
- JavaScript
- 星标
- 1.1k
- 派生
- 138
- 平均合并
- 3 天 2 小时
- 30 天内合并 PR
- 4
描述
i created a next js app and i imported plotly dynamically and set ssr = false as it's nor ssr compatible i tried several other thing to get the result that i want but still get the same bad performance (it takes about 12 secs to load the page) and 22mb of resources (i just use 6 sqlite3 databases that the summation of all of them would not be over 50kb)
i used two line charts in my code
if any further information needs please ask me to provide you
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
先从 Next.js 应用对 next/dynamic 的使用及其两个折线图入手,然后重现报告中的 12 秒加载时间和 22 MB 资源。检查六个 SQLite 数据库或图表加载是否造成了这项开销。完成标准是有一个可复现的案例,以及一份记录在案的性能原因或限制。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, next.js, react, sqlite
- 领域
- data-visualization, frontend, performance
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100