I would like to know your opinion between changing the majority of include_once to require_once. Since require loads the file at compiled time, and include_once do the same at run time, that should increase the excecution of the scripts?