A collection of integration improvements for web sites using New Relic performance monitoring. Focuses on separating various transactions into more sensible groupings, such as by page UID, and uses a few well-placed hook subscribers to declare DataHandler commands such as copy, delete etc. as transaction names so you can dig deeper and monitor the performance of each type of operation., (*1)
All of the work that went into creating this extension has been kindly sponsored by Systime A/S. Do give them a visit - they make interactive, online educational material and they use TYPO3 in all of their productions., (*2)
In a few words: it greatly enhances the detail of information you get from New Relic about your TYPO3 site., (*3)
When installed, the extension adds a number of extremely light-weight closures and hook subscribers which take care of properly naming the transaction you see in New Relic, takes care of adding special tracing instructions to report metrics about things like Fluid template rendering performance and TypoScript parsing. The integrations are light-weight enought that they can be used in production sites., (*4)
Each and every type of reporting can be toggled individually to select exactly the set of details and metrics you want., (*5)
The extension is intentionally only available when installing with Composer:, (*6)
composer require namelesscoder/typo3-cms-newrelic-integration
Then activate the extension in Extension Manager or run the following command:, (*7)
./typo3/cli_dispatch.phpsh extbase extension:install newrelic_integration
When you've installed the extension make sure you visit the extension configuration panel in Extension Manager on the right side of where this extension is listed. Toggle any tracers off that you don't wish to track in New Relic., (*8)
Depending on which tracers you enable, you can track any of the following:, (*9)
A shout-out is appropriate here to another TYPO3 extension which also integrates TYPO3 and New Relic - and that's https://github.com/AOEmedia/TYPO3-Newrelic from AOEmedia. Respect for having created that! Unfortunately, that project hasn't been maintained for more than three years., (*10)
So, I think that this extension has the advantage that it's more current and is appropriate for TYPO3v8 series. And the capability to track in particular frontend requests, but also individual CLI commands by their name, should yield a bit more practical information for "modern" (excuse the buzzword, but you know what I mean) TYPO3 sites., (*11)