Task Manager shows that the load goes to 100% mysqld-nt.exe for a minute or so for each mission stats page that is requested, which seems excessive.
This is on XP with core2duo and 2 GB ram.
We can reduce the load to 50% by forcing it to run single-threaded, but that seems like a sub-optimal configuration.
Does anyone have any advice on tuning MySQL so it doesn't bog down the server with such requests?
Is there some way to get MySQL to cache its results so a second request for the same data doesn't need to look up the data a second time? (I thought the "query_cache_size" variable would do the trick... but it doesn't seem to help much if at all.)
Is there some way to get MP to create static pages rather than refreshing them on each access?
I've only been playing with this for a few hours, so I've most likely overlooked something trivial. I'm no MySQL or SEOW guru.

Thanks for any practical advice you can give! Especially numbers that work for all the fiddly settings.
