From a performance perspective, are there limits, hard or otherwise on the size of a controller file. I have files that run in the 700 - 1000 line size and all seems to run fine, just curious when and if this becomes an issue. Thanks
It will marginally slow it down, how many of those lines are actually getting executed on any given run?
Sounds like your controller is doing too much. It might be worth splitting things out into smaller classes.