定制 namelesscoder/typo3-cms-newrelic-integration 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

namelesscoder/typo3-cms-newrelic-integration

Composer 安装命令:

composer require namelesscoder/typo3-cms-newrelic-integration

包简介

A collection of integrations for Newrelic monitoring

README 文档

README

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

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.

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

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?

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

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

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

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

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

Homage

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.

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.

namelesscoder/typo3-cms-newrelic-integration 适用场景与选型建议

namelesscoder/typo3-cms-newrelic-integration 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 31.34k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2017 年 02 月 07 日, 在 PHP 生态内属于活跃度较高的组件。

我们在过去多个企业项目中使用过 namelesscoder/typo3-cms-newrelic-integration 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。

围绕 namelesscoder/typo3-cms-newrelic-integration 我们能提供哪些服务?
定制开发 / 二次开发

基于 namelesscoder/typo3-cms-newrelic-integration 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。

BUG 修复 & 性能优化

线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。

项目外包 & 长期维护

承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。

yvsm@zunyunkeji.com QQ:316430983 微信:yvsm316 西安尊云信息科技 · 专注 PHP / Go / 分布式系统研发

统计信息

  • 总下载量: 31.34k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 16
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 5
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2017-02-07