I'm just curious what some of you monks use as your "cut off" for acceptable number of mySQL calls per pageview. Right now I'm around 15 selects and 3 to 4 updates per pageview, with some occasional deletes. I am properly using indices and DBI placeholders as to not force mySQL to recompile similar calls. When do things start getting messy? How many calls does each PerlMonks pageview make?