PHPackages                             namelesscoder/typo3-cms-newrelic-integration - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. namelesscoder/typo3-cms-newrelic-integration

ActiveTypo3-cms-extension[Logging &amp; Monitoring](/categories/logging)

namelesscoder/typo3-cms-newrelic-integration
============================================

A collection of integrations for Newrelic monitoring

1.5.0(2y ago)131.2k5[1 PRs](https://github.com/NamelessCoder/typo3-cms-newrelic-integration/pulls)PHPPHP &gt;=7.0 &lt;8.3

Since Feb 7Pushed 2y ago1 watchersCompare

[ Source](https://github.com/NamelessCoder/typo3-cms-newrelic-integration)[ Packagist](https://packagist.org/packages/namelesscoder/typo3-cms-newrelic-integration)[ RSS](/packages/namelesscoder-typo3-cms-newrelic-integration/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (3)Versions (10)Used By (0)

TYPO3 CMS New Relic Integration
===============================

[](#typo3-cms-new-relic-integration)

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.

Credits
-------

[](#credits)

All of the work that went into creating this extension has been kindly sponsored by [Systime A/S](https://systime.dk/). Do give them a visit - they make interactive, online educational material and they use TYPO3 in all of their productions.

What does it do?
----------------

[](#what-does-it-do)

In a few words: it greatly enhances the detail of information you get from New Relic about your TYPO3 site.

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.

Each and every type of reporting can be toggled individually to select exactly the set of details and metrics you want.

How to install
--------------

[](#how-to-install)

The extension is intentionally only available when installing with Composer:

```
composer require namelesscoder/typo3-cms-newrelic-integration

```

Then activate the extension in Extension Manager or run the following command:

```
./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.

What does it track?
-------------------

[](#what-does-it-track)

Depending on which tracers you enable, you can track any of the following:

#### In backend and frontend

[](#in-backend-and-frontend)

- User logins as a separate transaction (in case you have a remote authentication service and want to monitor performance when your site communicates with the authentication service).
- User name, company and UID as custom parameters in transaction traces.
- Class instancing tracers to keep track of time spent on creating classes (the more your site users for rendering a page, the more pressure this puts on I/O, opcache, etc).
- Extbase controller calling on three dimensions; request processing, action init and pure calling of action methods.
- Extbase persistence on a very general level; tracing of query execution and property mapping only.
- Cache operations to get, set, flush and flush by tags (where supported) on all TYPO3 shipped cache backends.
- Fluid template parsing
- Fluid template rendering (with dimensions for rendering templates/layouts, partials or sections)

#### In frontend

[](#in-frontend)

- Page UID is optionally included in transaction name to allow monitoring individual pages' performance.
- Special typeNum included in transaction name if set.

#### In backend

[](#in-backend)

- DataHandler commands as individual transactions (copy, delete, undelete, move etc. tracked separately)
- Page layout as individual transaction, to allow tracing this module that is very frequently used by editors.

#### In CLI

[](#in-cli)

- Command name used as part of transaction name, to allow you to monitor each command separately.

Homage
------

[](#homage)

A shout-out is appropriate here to another TYPO3 extension which also integrates TYPO3 and New Relic - and that's  from AOEmedia. Respect for having created that! Unfortunately, that project hasn't been maintained for more than three years.

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.

###  Health Score

41

—

FairBetter than 89% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity84

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 59.1% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~294 days

Recently: every ~317 days

Total

9

Last Release

1022d ago

PHP version history (2 changes)1.4.0PHP &gt;=7.0 &lt;8.2

1.5.0PHP &gt;=7.0 &lt;8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/f5c01fb202269a6d9ba372c482874512d0246da99934592cdba1869a1776c4c1?d=identicon)[NamelessCoder](/maintainers/NamelessCoder)

---

Top Contributors

[![NamelessCoder](https://avatars.githubusercontent.com/u/2228052?v=4)](https://github.com/NamelessCoder "NamelessCoder (13 commits)")[![thomashohn](https://avatars.githubusercontent.com/u/3414869?v=4)](https://github.com/thomashohn "thomashohn (5 commits)")[![cvisys](https://avatars.githubusercontent.com/u/8544669?v=4)](https://github.com/cvisys "cvisys (2 commits)")[![djcprinse](https://avatars.githubusercontent.com/u/12030850?v=4)](https://github.com/djcprinse "djcprinse (1 commits)")[![tmotyl](https://avatars.githubusercontent.com/u/515397?v=4)](https://github.com/tmotyl "tmotyl (1 commits)")

---

Tags

integrationmonitoringnewrelictypo3-cms-extension

### Embed Badge

![Health badge](/badges/namelesscoder-typo3-cms-newrelic-integration/health.svg)

```
[![Health](https://phpackages.com/badges/namelesscoder-typo3-cms-newrelic-integration/health.svg)](https://phpackages.com/packages/namelesscoder-typo3-cms-newrelic-integration)
```

###  Alternatives

[fluidtypo3/vhs

This is a collection of ViewHelpers for performing rendering tasks that are not natively provided by TYPO3's Fluid templating engine.

1954.1M49](/packages/fluidtypo3-vhs)[pagemachine/typo3-formlog

Form log for TYPO3

23225.3k6](/packages/pagemachine-typo3-formlog)[typo3/testing-framework

The TYPO3 testing framework provides base classes for unit, functional and acceptance testing.

675.0M775](/packages/typo3-testing-framework)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

96374.6k23](/packages/friendsoftypo3-content-blocks)[leuchtfeuer/secure-downloads

"Secure Download": Apply TYPO3 access rights to ALL file assets (PDFs, TGZs or JPGs etc. - configurable) - protect them from direct access.

22234.7k1](/packages/leuchtfeuer-secure-downloads)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
