View Single Post
  #9  
Old 06-13-2002, 01:28 AM
Windcatcher
Demi-God
 
Join Date: Jan 2002
Posts: 1,175
Default

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
Reply With Quote