This doesn't seem right. I was doing some cleaup of my code and I just noticed this. Every primefaces ajax request is firing the constructor and @PostConstruct. Even a simple database pagination is firing it.
It seems if ViewScope is slightly longer than request scope it shouldn't fire every time. Only after a complete page reload. Thanks.