Many actors vs many components?

It’s probably not going to make that much difference in speed unless you were attaching 1,000 or more lights to an actor - but attaching light actors to your parent actor in theory will be faster than creating light components. I often read from seasoned game developers that reducing the amount of components can be a good optimization (or just using very little from the start).