登录
注册
开源
企业版
高校版
搜索
帮助中心
使用条款
关于我们
开源
企业版
高校版
私有云
模力方舟
登录
注册
代码拉取完成,页面将自动刷新
开源项目
>
WEB应用开发
>
WebUI组件/框架
&&
捐赠
捐赠前请先登录
取消
前往登录
扫描微信二维码支付
取消
支付完成
支付提示
将跳转至支付宝完成支付
确定
取消
Watch
不关注
关注所有动态
仅关注版本发行动态
关注但不提醒动态
35
Star
440
Fork
191
wangshijiang
/
liteflow-editor-client
代码
Issues
8
Pull Requests
0
Wiki
统计
流水线
服务
质量分析
Jenkins for Gitee
腾讯云托管
腾讯云 Serverless
悬镜安全
阿里云 SAE
Codeblitz
SBOM
我知道了,不再自动展开
更新失败,请稍后重试!
移除标识
内容风险标识
本任务被
标识为内容中包含有代码安全 Bug 、隐私泄露等敏感信息,仓库外成员不可访问
当流程复杂。节点数量较多时,存在性能问题。
待办的
#IBDIEW
Sean Zhao
创建于
2024-12-25 08:59
逐个增加节点会明显感觉到卡顿,40多个的时候浏览器开始提示程序卡死是否等待响应。 修改mock 数据 让他一次性加载 完整的链数据。需要等待很长时间才能完成。 业务逻辑已经脱敏,节点数共计52个 混合使用了 if switch then when 等编排逻辑。  ``` {"chainId":"testchain","chainName":"testchain","elJson":{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp1","properties":{}},"children":[{"type":"NodeComponent","id":"cmp2","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp3","properties":{}},"children":[{"type":"NodeComponent","id":"cmp4","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp5","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp6","properties":{}},{"type":"NodeComponent","id":"cmp7","properties":{}}]},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp8","properties":{}},"children":[{"type":"NodeComponent","id":"cmp9","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp10","properties":{}},{"type":"NodeComponent","id":"cmp11","properties":{}},{"type":"NodeComponent","id":"cmp12","properties":{}},{"type":"WHEN","children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp13","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp14","properties":{}},{"type":"NodeComponent","id":"cmp15","properties":{}},{"type":"NodeComponent","id":"cmp16","properties":{}},{"type":"NodeComponent","id":"cmp17","properties":{}},{"type":"NodeComponent","id":"cmp18","properties":{}},{"type":"NodeComponent","id":"cmp19","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp20","properties":{}}]}]}]},{"type":"NodeComponent","id":"cmp21","properties":{}}],"properties":{"any":false}},{"type":"WHEN","children":[{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp22","properties":{}},"children":[{"type":"NodeComponent","id":"cmp23","properties":{}}]},{"type":"NodeComponent","id":"cmp24","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp25","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp26","properties":{}},{"type":"NodeComponent","id":"cmp27","properties":{}}]}]},{"type":"SWITCH","condition":{"type":"NodeSwitchComponent","id":"cmp28","properties":{}},"children":[{"type":"NodeComponent","id":"cmp29","properties":{"tag":"onethingOut"}},{"type":"NodeComponent","id":"cmp30","properties":{"data":"end"}},{"type":"NodeComponent","id":"cmp31","properties":{}}]}]},{"type":"NodeComponent","id":"cmp32","properties":{}}],"properties":{"any":false}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp33","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp34","properties":{}},{"type":"NodeComponent","id":"cmp35","properties":{}}]}]},{"type":"NodeComponent","id":"cmp36","properties":{}},{"type":"WHEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp37","properties":{}},"children":[{"type":"NodeComponent","id":"cmp38","properties":{}}]},{"type":"NodeComponent","id":"cmp39","properties":{}}],"properties":{"any":false}},{"type":"NodeComponent","id":"cmp40","properties":{}},{"type":"SWITCH","condition":{"type":"NodeSwitchComponent","id":"cmp41","properties":{}},"children":[{"type":"NodeComponent","id":"cmp42","properties":{"tag":"unrewritten"}},{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp43","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp44","properties":{}},{"type":"NodeComponent","id":"cmp45","properties":{}}]}]},{"type":"NodeComponent","id":"cmp46","properties":{"tag":"rewritten"}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp47","properties":{}},"children":[{"type":"NodeComponent","id":"cmp48","properties":{}}]},{"type":"NodeComponent","id":"cmp49","properties":{}}],"properties":{"id":"cmp50","tag":"rewritten"}},{"type":"NodeComponent","id":"cmp51","properties":{"tag":"end"}},{"type":"NodeComponent","id":"cmp52","properties":{"tag":"chat"}}]}]}]}]}]}]}]}} ```
逐个增加节点会明显感觉到卡顿,40多个的时候浏览器开始提示程序卡死是否等待响应。 修改mock 数据 让他一次性加载 完整的链数据。需要等待很长时间才能完成。 业务逻辑已经脱敏,节点数共计52个 混合使用了 if switch then when 等编排逻辑。  ``` {"chainId":"testchain","chainName":"testchain","elJson":{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp1","properties":{}},"children":[{"type":"NodeComponent","id":"cmp2","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp3","properties":{}},"children":[{"type":"NodeComponent","id":"cmp4","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp5","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp6","properties":{}},{"type":"NodeComponent","id":"cmp7","properties":{}}]},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp8","properties":{}},"children":[{"type":"NodeComponent","id":"cmp9","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp10","properties":{}},{"type":"NodeComponent","id":"cmp11","properties":{}},{"type":"NodeComponent","id":"cmp12","properties":{}},{"type":"WHEN","children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp13","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp14","properties":{}},{"type":"NodeComponent","id":"cmp15","properties":{}},{"type":"NodeComponent","id":"cmp16","properties":{}},{"type":"NodeComponent","id":"cmp17","properties":{}},{"type":"NodeComponent","id":"cmp18","properties":{}},{"type":"NodeComponent","id":"cmp19","properties":{}},{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp20","properties":{}}]}]}]},{"type":"NodeComponent","id":"cmp21","properties":{}}],"properties":{"any":false}},{"type":"WHEN","children":[{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp22","properties":{}},"children":[{"type":"NodeComponent","id":"cmp23","properties":{}}]},{"type":"NodeComponent","id":"cmp24","properties":{}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp25","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp26","properties":{}},{"type":"NodeComponent","id":"cmp27","properties":{}}]}]},{"type":"SWITCH","condition":{"type":"NodeSwitchComponent","id":"cmp28","properties":{}},"children":[{"type":"NodeComponent","id":"cmp29","properties":{"tag":"onethingOut"}},{"type":"NodeComponent","id":"cmp30","properties":{"data":"end"}},{"type":"NodeComponent","id":"cmp31","properties":{}}]}]},{"type":"NodeComponent","id":"cmp32","properties":{}}],"properties":{"any":false}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp33","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp34","properties":{}},{"type":"NodeComponent","id":"cmp35","properties":{}}]}]},{"type":"NodeComponent","id":"cmp36","properties":{}},{"type":"WHEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp37","properties":{}},"children":[{"type":"NodeComponent","id":"cmp38","properties":{}}]},{"type":"NodeComponent","id":"cmp39","properties":{}}],"properties":{"any":false}},{"type":"NodeComponent","id":"cmp40","properties":{}},{"type":"SWITCH","condition":{"type":"NodeSwitchComponent","id":"cmp41","properties":{}},"children":[{"type":"NodeComponent","id":"cmp42","properties":{"tag":"unrewritten"}},{"type":"THEN","children":[{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp43","properties":{}},"children":[{"type":"THEN","children":[{"type":"NodeComponent","id":"cmp44","properties":{}},{"type":"NodeComponent","id":"cmp45","properties":{}}]}]},{"type":"NodeComponent","id":"cmp46","properties":{"tag":"rewritten"}},{"type":"IF","condition":{"type":"NodeIfComponent","id":"cmp47","properties":{}},"children":[{"type":"NodeComponent","id":"cmp48","properties":{}}]},{"type":"NodeComponent","id":"cmp49","properties":{}}],"properties":{"id":"cmp50","tag":"rewritten"}},{"type":"NodeComponent","id":"cmp51","properties":{"tag":"end"}},{"type":"NodeComponent","id":"cmp52","properties":{"tag":"chat"}}]}]}]}]}]}]}]}} ```
评论 (
2
)
登录
后才可以发表评论
状态
待办的
待办的
进行中
已完成
已关闭
负责人
未设置
标签
未设置
标签管理
里程碑
未关联里程碑
未关联里程碑
Pull Requests
未关联
未关联
关联的 Pull Requests 被合并后可能会关闭此 issue
分支
未关联
未关联
master
yanxi
开始日期   -   截止日期
-
置顶选项
不置顶
置顶等级:高
置顶等级:中
置顶等级:低
优先级
不指定
严重
主要
次要
不重要
参与者(1)
TypeScript
1
https://gitee.com/imwangshijiang/liteflow-editor-client.git
git@gitee.com:imwangshijiang/liteflow-editor-client.git
imwangshijiang
liteflow-editor-client
liteflow-editor-client
点此查找更多帮助
搜索帮助
Git 命令在线学习
如何在 Gitee 导入 GitHub 仓库
Git 仓库基础操作
企业版和社区版功能对比
SSH 公钥设置
如何处理代码冲突
仓库体积过大,如何减小?
如何找回被删除的仓库数据
Gitee 产品配额说明
GitHub仓库快速导入Gitee及同步更新
什么是 Release(发行版)
将 PHP 项目自动发布到 packagist.org
评论
仓库举报
回到顶部
登录提示
该操作需登录 Gitee 帐号,请先登录后再操作。
立即登录
没有帐号,去注册