When loading a big report with many columns with list fields, the number of SQL queries generated might explode (700 lines, 10 columns incl. 4 select values might generate up to 6500 SQL queries).
The good news is that a large bunch of those queries are not needed because they are already pre-computed in \Tracker_Report_Renderer_Table::fetchTBody.