All details about technical information regarding your system status and eFront can be found under the Information (1) section. Log in as an administrator and from your Administration panel visit Maintenance > Information.
You shall see the following sections:
- Environmental check
- PHP Info
- Cache
- Zend Opcache
The Environmental check section shows information about your LMS, your system, as well as what PHP extensions you have installed and which are mandatory or not and finally the filesystem permission regarding your eFront system directory.
Section PHP info displays information about your PHP's configuration. It is actually the information that phpinfo() returns.
Section Cache shows information about APC. The Alternative PHP Cache (APC) is a free and open opcode cache for PHP. The goal here is to provide a free, open, and robust framework for caching and optimizing PHP intermediate code.
Note: you have to have the PHP extension APC in order for this tab to be visible
Finally, the last section, Zend Opcache shows you the dashboard of Zend opCache. The Zend OpCache provides faster PHP execution through opcode caching and optimization. It improves PHP performance by storing precompiled script bytecode in the shared memory.
Note: you have to have the PHP extension Zend OPcache in order for this tab to be visible