firstly you cannot assign multiple queries to a page.
Multiple queries does affect the performance since all the queries need to be executed while u run the report. If you r executing it in pdf, then make use of tabular reference. This will increase the performance.
and regarding debugging of a report, usually the data is checked and format required is checked. If both these are proper then, you can think of doing some performance tuning.
Srik