Performance

Displays information related to the different caching systems used by GLPI including:

  • PHP opcode cache - Improves performance of the PHP engine when interpreting the different PHP files :

    • The "Zend OPcache" is installed

    • Memory

    • Hits rate

    • Out of memory

  • User data cache - General-purpose cache used by GLPI:

    • You can use "php bin/console cache:configure" command to configure cache system.

    • "filesystem" cache system is used

  • Translation cache - Cache used for translations to avoid having to read the locale files for all translations.

    • "filesystem" cache system is used

The cache systems for user data and translations can be changed or configured from the cache:configure CLI command.


Debug mode

In debug mode, you also have the ability to clear the different caches from here.

Last updated