[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Related Links
Robert Myers wrote:
> Yes, I am currently working on that portion of the page.
>
> I have not really done anything with it.
I was actually trying a bit to fix it. I'll get out of it though. :-)
> Jason and I were talking about it a bit, we thought that displaying the
> first 5 (or whatever number) of related articles with a link to a page
> that has more with more in detph info as well would be good.
Maybe, but is there a real disadvantage to displaying all of them? If
they hit a "related links" page, it will hit the DB with the same query
all over again. The query you have on the article page will already
fetch all the related links. The only additional resource you'd be
using by showing them all is more bandwidth, which is negligible unless
it has like over 50 links.
Just a thought...