Hi,
I think that is the normal behaviour of the engine. Entities are arranged into an internal list. When you create an entity the list becomes a bit longer. When you perform a c_trace the engine takes that list and checks if their bounding boxes intersect with the trace ray one by one. So the longer the entity list is the slower the c_trace will be.

Salud!