Re: [PHP-EVANGELISM] Yahoo! expands its usage of PHP - one of our best wins yet?

[email protected] (Jim Winstead) 8 Nov 2002 21:52:02 -0000
Newsgroups php.evangelism
Message-ID <[email protected]>
Terence Kearns <[email protected]> wrote:
> You gotta be kidding me? This is small enhancement but it's a worthwhile 
> one because it doesn't require much change, and has no side-effects 
> (unless you're gonna make up a story about increased load times) - it 
> improves accessibility for now and in the future. How the hell is it 
> making the page bigger?

be careful about saying it has no side-effects. with mozilla 1.2beta's
preloading of <link rel="next" /> pages, adding such links to the
documentation pages has a potentially enormous effect on bandwidth
utilization of the php.net site.

(that said, there are times when the links toolbar is very handy. i
certainly wouldn't complain if someone checked in code to the php.net
site to generate the links on documentation pages, with the assumption
that the mozilla folks will see the light and ultimately not enable the
preloading of 'next' links in a released version.)

jim