Opcache is enabled by default and require fpm reload everytime we need to update the php content output.
Sometimes when developing new features, we need to disable it for a more developer-friendly environement.
To do so, go to your public_html folder and open .user.ini file.
Create it if is not there and add the following
opcache.enable=0
Reload FPM at server ACTIONS panel and that's it.