Measuring the page generation of the forum

Vladimir Panteleev vladimir at thecybershadow.net
Fri Apr 13 20:43:53 PDT 2012


On Saturday, 14 April 2012 at 03:31:29 UTC, Jesse Phillips wrote:
> I use the split-thread view, I haven't had long page loads so 
> maybe I've miss understood what he means by a hiccup. But I 
> have seen it take time to retrieve a message and display it to 
> me. I would expect a page could be considered "loading" if it 
> is still waiting on fetching the post from the NG.

All posts are stored in a local SQLite database. Posts are 
retrieved from the NG when the program starts, and as they are 
posted (a listening connection is kept open). If a message is 
listed in the forum, then it is already in the local database.


More information about the Digitalmars-d mailing list