activeadmin / activeadmin/arbre
Use streaming responses
未关闭
- 主要语言
- 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 还没有评估数据。