From dcfb89b8fefa798d0e5e1edb2b44479c906e2473 Mon Sep 17 00:00:00 2001 From: Matthias Vogel Date: Tue, 15 Aug 2023 13:46:01 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20documentation=20for=20dataP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 258c011..e79480d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ at the moment there is nothing to configure - `middleware`: will show how much time was spend in the **inward** and **outward** middleware directions - `sql`: shows the sql query's - `mail`: shows the mails that are send (only TYPO3 12) +- `dataP`: Shows the DataProcessors that were executed - `extbase`: show all Extbase dispatches, (forwards are included in the original action call) - `guzzle`: external API calls are measured if they use the official TYPO3 `RequestFactory` or the `GuzzleClientFactory`)