I must have changed something somewhere accidentally because the standard yellow screen of death on my dev machine has been recently very slow. Every time I get a runtime exception, it takes almost exactly 10 seconds for it to appear (even if the page has been compiled).
The fact it is almost always the same amount of time looks suspicions. For instance, it looks like if it waited internally for something to happen and then gave up (but still finished). Or it I may have turned on accidentally some "advanced" logging somewhere which causes it to generate big exception reports (of some sort) on background. Just wild guesses.