ActionRegion: It provides an area of a Visualforce page that decides and separates which components should be processed by the force.com server when an AJAX request is generated. Only the components which are inside <apex:actionRegion> component are processed by the server, so it increases visualforce page performance.