Subject:
|
Re: News search function temporarily disabled
|
Newsgroups:
|
lugnet.admin.general
|
Date:
|
Mon, 18 Dec 2000 02:44:26 GMT
|
Viewed:
|
1026 times
|
| |
| |
In lugnet.admin.general, Larry Pieniazek writes:
> > I think it's more of a problem of having to have the page in memory (all
> > 300k of it) while a slow client downloads it. Nothing much to do about
> > that except make the page smaller - perhaps move all the FONT FACE entries
> > to an all encompassing FONT tag - that should reduce the page size by about
> > 10% or so...
>
> What about using a style sheet? Would that help? I admit that I am not sure
> exactly what level of browser for the big two correctly supports style
> sheets (I ought to know this since I have been using them a lot in recent
> web development projects)...
Yikes!
Holy speculation, Batman!
Thanks, but no thanks! Guys, this is nice and all, but you're guessing way
off in left field. On the pages I was talking about, the actual webpage is
not held in memory -- ever -- it's written directly to a buffered, blocking
I/O socket as soon as it's generated. It's not stored anywhere on the server
-- not on disk, not in memory, even temporarily. What I was referring to that
was being held in memory for 200 seconds was some non-HTML data structures.
Their size isn't an insane size, but an uncomfortable and somewhat wasteful
size. Breaking that bottleneck has about as much to do with style sheets as
a floormat has to do with salad dressing.
--Todd
|
|
Message has 1 Reply: | | Re: News search function temporarily disabled
|
| (...) No need to get snippy. We're just trying to help. We don't have access to the source or even the design documentation so all we can do is speculate based on what you say, and if our speculation is wide of the mark, so be it. It's not our (...) (24 years ago, 18-Dec-00, to lugnet.admin.general)
|
Message is in Reply To:
| | Re: News search function temporarily disabled
|
| (...) What about using a style sheet? Would that help? I admit that I am not sure exactly what level of browser for the big two correctly supports style sheets (I ought to know this since I have been using them a lot in recent web development (...) (24 years ago, 18-Dec-00, to lugnet.admin.general)
|
45 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|