Order of execution in Visualforce Page

In this post I’ll show you the order of execution when we views a Visualforce page.

Apex Class

Visualforce Page

Result Log

So,In conclusion:

1.Controller constructor
2.Page action
3.Controller property getter