Download the PHP package pingevt/timing_monitor without Composer
On this page you can find all versions of the php package pingevt/timing_monitor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download pingevt/timing_monitor
More information about pingevt/timing_monitor
Files in pingevt/timing_monitor
Package timing_monitor
Short Description Drupal Module for running tests on external sites.
License GPL-2.0+
Informations about the package timing_monitor
CONTENTS OF THIS FILE
- Introduction
- Installation
- Configuration
- FAQ
- Maintainers
- Changelog
INTRODUCTION
This module handles custom functionality for Timing monitor. Current Functionality:
- Creates a singlton class to track timing to monitor large processes.
INSTALLATION
- Install as you would normally install a contributed Drupal module. Visit https://www.drupal.org/node/1897420 for further information.
CONFIGURATION
Configuration can be found at: /admin/config/development/timing-monitor
USAGE
json { "status": "OK", "data": { "count": "261", "type_count": "4" } } json { "status": "OK", "data": { "preprocess_node:article:full": { "id": "preprocess_node:article:full", "count": "60" }, "preprocess_node:article:teaser": { "id": "preprocess_node:article:teaser", "count": "141" }, "preprocess_node:page:full": { "id": "preprocess_node:page:full", "count": "12" }, "timing_monitor": { "id": "timing_monitor", "count": "48" } } } json { "status": "OK", "data": [ { "id": "260", "uid": "1", "session_uuid": "c76cda75-6341-4d81-9396-29b65704ae62", "type": "preprocess_node:article:full", "marker": "finish", "message": "...Finishing", "variables": "a:0:{}", "path": "/sketches-notes/checking-field-content-twig-file", "method": "GET", "timer": "0.0022380352020264", "duration": "0.0021839141845703", "timestamp": "1698894252" }, { "id": "259", "uid": "1", "session_uuid": "c76cda75-6341-4d81-9396-29b65704ae62", "type": "preprocess_node:article:full", "marker": "mark", "message": "...Mark...", "variables": "a:0:{}", "path": "/sketches-notes/checking-field-content-twig-file", "method": "GET", "timer": "0.0001380443572998", "duration": "8.392333984375E-5", "timestamp": "1698894252" } ] } json { "status": "OK", "data": { "type": "preprocess_node:article:full", "dates": { "2023-11-01": 0.0020719766616821, "2023-10-31": 0.0016613245010376, "2023-10-30": null, "2023-10-29": null, "2023-10-28": null, "2023-10-27": null, "2023-10-26": null } } }
MAINTAINERS
-----------
Current maintainers:
* Pete Inge (pingevt) - https://www.drupal.org/user/411339
This project has been sponsored by:
* Bluecadet - https://www.bluecadet.com/
CHANGELOG
---------
# Unreleased
# 1.1.x
- Removes support for D9
- Add support for D11
# 1.0.1
- Increase size for 'type' and 'marker' cols in the log DB table.
- Verify string are correct length to insert into table.
All versions of timing_monitor with dependencies
bluecadet/bc_drupal_package_manager Version ^1.0
composer/installers Version ^1.9||^2.0
oomphinc/composer-installers-extender Version ^2.0
melbahja/semver Version ^1.0.0