The interesting question is why Opcache is disabled even though you compiled PHP with --enable-opcache. In addition, you can enable Opcache by setting opcache.enable=1. But for some reason, entries in php.ini are ignored in your QPKG...
Opcache is very important for bigger web applications such...