Algram/Hypha

How to deal with big dom caused by a lot of messages

Open

#18 geöffnet am 5. Feb. 2016

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (3 Forks)github user discovery
help wantedquestion

Repository-Metriken

Stars
 (11 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Currently there is a slowdown in switching channels when there are more than 1500 message lines in total.

We need to figure out how to correctly handle this. Maybe limiting the messages to 1500 would be an option or add animation so the slowdown isn't quite as obvious. We could also try to remove some jquery bloat when switching channels.

Contributor Guide