Download the PHP package gggeek/ezperformanceloggerbundle without Composer
On this page you can find all versions of the php package gggeek/ezperformanceloggerbundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download gggeek/ezperformanceloggerbundle
More information about gggeek/ezperformanceloggerbundle
Files in gggeek/ezperformanceloggerbundle
Package ezperformanceloggerbundle
Short Description The 'bundle' version of the ezperformancelogger extension for eZ Publish
License GNU General Public License v2.0
Homepage https://github.com/gggeek/ezperformanceloggerbundle
Informations about the package ezperformanceloggerbundle
A bundle dedicated to measuring performances of eZ Publish 5 websites
This bundle is the "eZ5 port" of the ezperformancelogger extension for eZ Publish, available at https://github.com/gggeek/ezperformancelogger.
To work at all, it in fact depends on the ezperformancelogger extension to be installed.
The base idea is that code duplication is avoided by keeping all existing ezperformancelogger php code intact, and just providing a thin integration layer in the bundle. This has the nice benefit of keeping compatibility with pure-legacy and mixed-mode installations.
NB: if you have an eZ Publish 5 installation which runs in "pure legacy" mode, you should NOT use this bundle.
NB: this bundle for the moment allows to report only KPIs measuring on Legacy Stack activity; it does not measure activity related to the Symfony stack.
Installation instructions
Installation of both this bundle and the associated extension is normally handled through composer - the developer has almost nothing to do - for some definition of 'almost nothing' ;-)
Head on to INSTALL.md for the quirky details.