2017 © Pedro Peláez
 

ezpublish-legacy-extension xrownewrelic-ls

Integration with New Relic for eZ Publish

image

xrow/xrownewrelic-ls

Integration with New Relic for eZ Publish

  • Monday, July 4, 2016
  • by xrow
  • Repository
  • 10 Watchers
  • 0 Stars
  • 2,296 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

xrownewrelic

Integration with New Relic for eZ Publish, (*1)

  • Setup your config.php
  • Enter the two operator into your layout.

Place the {newrelic_footer()} tag as close to the top of the HEAD as possible, but after any position-sensitive META tags:, (*2)

<head>
<meta name="XXX" content="XXX" />
<meta name="XXX" content="XXX" />
<meta name="XXX" content="XXX" />
{newrelic_header()}
</head>

Place at end of the closing body tag., (*3)

<body>
<div id="content>...</div>
{newrelic_footer()}
</body>

Sample:, (*4)

<!DOCTYPE html>
<html>
<head>
{newrelic_header()}
</head>
<body>
{newrelic_footer()}
</body>
</html>

For more information contact xrow GmbH, (*5)

The Versions

04/07 2016

dev-master

9999999-dev

Integration with New Relic for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

04/07 2016

1.0.1

1.0.1.0

Integration with New Relic for eZ Publish

  Sources   Download

GPL-2.0

The Requires

 

17/09 2015

1.0

1.0.0.0

Integration with New Relic for eZ Publish

  Sources   Download

GPL-2.0

The Requires