Another reason the spawns are slow is that the tool does a LOT of DB lookups on those tables. The database tends to store things as ID numbers, so to make things more readable the tool does lookups on the IDs to retrieve meaningful names when rendering the table on the screen. If I added code to cache the info I might be able to make it run faster, but it isn't easy.
WC
|