From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 09 Jun 2009 10:48:59 -0700 Subject: [sup-talk] Sup annoyances In-Reply-To: <1244514081-sup-2943@javelin> References: <1244270435-sup-9288@javelin> <1244481844-sup-9094@entry> <1244502545-sup-9840@javelin> <1244503985-sup-8587@entry> <1244506405-sup-5117@javelin> <1244514081-sup-2943@javelin> Message-ID: <1244569567-sup-7515@entry> Reformatted excerpts from Edward Z. Yang's message of 2009-06-08: > From: Edward Z. Yang > Date: Mon, 8 Jun 2009 22:21:01 -0400 > Subject: [PATCH] Remove message pre-loading; optimizes for the common case. The problem with this patch as is is that loading a large thread composed of entirely new messages still requires loading all the message bodies from the server, which can take a couple seconds, but now there's no indication of what's happening. So either the fancy background loading needs to happen, or somehow a message needs to be displayed when the bodies are being loaded. -- William