Subject:
|
Re: List of articles taking longer to render
|
Newsgroups:
|
lugnet.admin.general
|
Date:
|
Thu, 15 Oct 1998 16:10:01 GMT
|
Viewed:
|
767 times
|
| |
| |
Todd Lehman writes:
snip
> It's pretty fast to assemble components and new dynamic web pages this way,
> and lots of fun too.
>
> Larry, would it be useful to you if a the big list were chopped into smaller
> lists -- displaying, say, a couple dozen articles on each page, with
> forward/backward between the pages -- ?
>
> --Todd
>
>
Todd,
In looking at the source for the page I see that the article list is one big
table. In my experience a browser will not display any rows of a table until
it has received all rows and the end table tag. I built a web site that
generated pages like this and I had to go back and break the table into
smaller tables. I used 10 rows at a time. then as each chunk was received it
would display. It adds some size to the page and still takes as long if not
longer to completely download but the response time seems faster to the user.
I think this could be useful whether or not you offer filtering or smaller
size pages.
Chris Barnes
======== Posted via the LUGNET discussion group web interface ========
http://www.lugnet.com/news/ Search, Read, Post, or Watch Traffic
|
|
Message is in Reply To:
| | Re: List of articles taking longer to render
|
| (...) Most pages here on the server actually are generated on-the-fly... It just doesn't always show the .cgi extenion. The server uses a system called PML ("Perl Markup Language") which blends HTML and Perl, so things can be written like this: ... (...) (26 years ago, 15-Oct-98, to lugnet.admin.general)
|
6 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|