Okay, so im sure plenty of you have built crazy database intensive pages...
I am building a page that I'd like to pull all sorts of different / unrelated databse information from....here are some sample different queries for this one page:
-article content and info
-IF the author is a registered user, their info
-UPDATE the article's view counter
-retrieve comments on the article
-retrieve information for the authors of the comments
-if the reader of the article is signed in, query for info on them
etc etc...
i know these are basically gonna be pretty lightning quick...and i can combine some...but i wanted to make sure that this isn't abnormal?
how many fairly normal and unheavy queries would you limit yourself to on a page?