Currently, when a group page is loaded, Murmur fetches entire thread messages & attachments which makes super slow to load the page.
Instead, I change when the page is loaded only metadata (e.g. the original author, number of msg at thread, first 20 letters of content) of each thread is loaded. And attachment& content of individual email are loaded when a user clicks a thread to view.
Currently, when a group page is loaded, Murmur fetches entire thread messages & attachments which makes super slow to load the page.
Instead, I change when the page is loaded only metadata (e.g. the original author, number of msg at thread, first 20 letters of content) of each thread is loaded. And attachment& content of individual email are loaded when a user clicks a thread to view.