activeadmin / activeadmin/arbre

Use streaming responses

未关闭
#67 3 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Ruby
星标
805
派生
76
平均合并
3 分钟
30 天内合并 PR
2

描述

See activeadmin/activeadmin#2689
> The unused in-memory DOM representation more than doubles the memory usage required to service a request and complicates the implementation to having a seperate buffer per element. I think a lot can be gained my dropping the in memory DOM representation: a single ActionView buffer can be passed from parent to child, lowering memory usage and allow us to use [streaming responses](http://api.rubyonrails.org/classes/ActionController/Streaming.html).

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。