(Thomas Corell T.Corell@t-online.de):
Just a question for optimizing the right way. Are the queries known used mainly? This will help e.g. to setup helpful views. I think all queries concerning the displaying of a page, e.g. Or is your test suite a proper place to look for such queries?
I'm sorry, I don't understand that question at all. There are no views at all used in the DB. All queries are composed by the software referring directly to the database tables, and are about as optimal as we could make them under the limits of MySQL, but it's quite possible that we've missed a number of optimizations.
The test suite interacts with the wiki over the web, just a user would, so it has no knowledge of any code internals.