bmap_preload wont work for entities. You must use ent_preload, do that once when you load the level and afterwards your entities will be created fast. Otherwise it's a disk access and of course slow the first time.