Speed up Primefaces page load with p:remoteCommand partial update
Consider a Primefaces page with many components and one of the components in the page takes time to load may be because it loads a lot of data or the backing code of the component connects to slow servers. As a result the entire page is blocked and not visible to the user until that one component loads completely.
We overcome this scenario by using Primefaces' p:remoteCommand.