I know I'm repeating myself, but I suggest doing what Cyan does.
Remove collisison on all visible objects in the whole Age.
Then build an invisible collider that will provide the floor and the boundaries for the playable area.
Since it is invisible, you can make it so it help the player move around by removing sharp corners.
Also it can have a much simpler geometry, giving better performance in collision detection.