Download the PHP package webbuilders-group/silverstripe-new-relic without Composer
On this page you can find all versions of the php package webbuilders-group/silverstripe-new-relic. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download webbuilders-group/silverstripe-new-relic
More information about webbuilders-group/silverstripe-new-relic
Files in webbuilders-group/silverstripe-new-relic
Package silverstripe-new-relic
Short Description Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. As well as an overview of the Site's Performance.
License BSD-3-Clause
Informations about the package silverstripe-new-relic
SilverStripe New Relic Integration
Provides improved naming of transactions, error reporting and general tracking for SilverStripe site's on servers with the New Relic PHP Agent installed. It also surfaces an overview of information to the CMS such as Server Response Time, Visitor Load Time, Throughput, Apdex Score (Server and Visitor) as well as the Error Rate.
Maintainer Contact
- Ed Chipman (UndefinedOffset)
Requirements
- SilverStripe Framework 4.0+|5.0+
- New Relic for PHP
Installation
Composer (recommended):
Configuration
The configuration for the module can be found New Relic PHP Agent and extension is loaded. In order to get the CMS "Site Performance" section working you must configure the WebbuildersGroup\NewRelic\Core\Admin\NewRelicPerformanceReport.application_id
and WebbuildersGroup\NewRelic\Core\Admin\NewRelicPerformanceReport.api_key
options.
Admin Section
This module provices a high level overview for the CMS user of some of the less technical analytics that New Relic collects. Graphs displayed are the server response time, visitor load time, throughput (server and visitor), Apdex Score (server and visitor) and the server error rate. The interface uses visitor over browser for defining the client site performance to simplify it for CMS users. The data displayed is over a period of the last 30 minutes. The data refreshes every 5 minutes by default, see the configuration documentation for more information. If you want to disable this section simply add the following to your _config.php.
All versions of silverstripe-new-relic with dependencies
silverstripe/admin Version ~1.0|~2.0
guzzlehttp/guzzle Version ~7.2