in reply to Re: Re: Why is there no "Download code" link next to Reply?
in thread Why is there no "Download code" link next to Reply?
In my view, the intermediate page is waisting server resources, as it does not really bring anything new, apart from the link to the code download. If the link would be directly available, it would save on the server side as well as on the client side. And as far as I understand, no extra database access would be needed to create the link. So it would only be a little bit more CPU and some more HTML output.
I have no idea whether the slowness of PM is caused by CPU or (database) IO starvation. If it's IO starvation, then some extra CPU would not be a problem.
What then remains is the question whether the extra bandwidth needed for the extra HTML compares to the bandwidth saved by the extra page not having to be sent. Looking at the amount of whitespace in the HTML sent by PM, and the fact that it does not seem to support gzip encoding, leads me to conclude that the possible extra bandwidth should not be a problem either.
Liz
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Why is there no "Download code" link next to Reply?
by theorbtwo (Prior) on Oct 16, 2003 at 10:42 UTC | |
by zengargoyle (Deacon) on Oct 16, 2003 at 11:52 UTC | |
by liz (Monsignor) on Oct 16, 2003 at 10:48 UTC |