activeadmin / activeadmin/arbre

Use streaming responses

Abierto
#67 3 comentarios 0 reacciones 0 asignados Ver en GitHub
Lenguaje dominante
Ruby
Estrellas
805
Forks
76
Merge medio
3 min
PR fusionados (30 d)
2

Descripción

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).

Guía de contribución

No hay ninguna guía de contribución indexada para este repositorio

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.