POST https://shopware.dev4.ambiguarecords.com/api/_action/scheduled-task/run

Query Metrics

44 Database Queries
22 Different statements
38.71 ms Query time

Queries

Group similar statements

# Time Info
1 0.73 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 1.07 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.40 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
4 0.69 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.85 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
6 1.32 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
7 0.70 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 0.60 ms
SELECT last_updated_password_at FROM user WHERE id = ?
Parameters:
[
  b"eÊ7)¥IºŸ\x15\x00\x12T'¨Ë"
]
9 0.31 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
10 0.36 ms
SELECT role.privileges FROM acl_user_role mapping INNER JOIN acl_role role ON mapping.acl_role_id = role.id WHERE mapping.user_id = ?
Parameters:
[
  b"eÊ7)¥IºŸ\x15\x00\x12T'¨Ë"
]
11 0.23 ms
SELECT admin FROM `user` WHERE id = ?
Parameters:
[
  b"eÊ7)¥IºŸ\x15\x00\x12T'¨Ë"
]
12 0.57 ms
SELECT `scheduled_task`.`id` as `scheduled_task.id`, `scheduled_task`.`name` as `scheduled_task.name`, `scheduled_task`.`scheduled_task_class` as `scheduled_task.scheduledTaskClass`, `scheduled_task`.`run_interval` as `scheduled_task.runInterval`, `scheduled_task`.`default_run_interval` as `scheduled_task.defaultRunInterval`, `scheduled_task`.`status` as `scheduled_task.status`, `scheduled_task`.`last_execution_time` as `scheduled_task.lastExecutionTime`, `scheduled_task`.`next_execution_time` as `scheduled_task.nextExecutionTime`, `scheduled_task`.`created_at` as `scheduled_task.createdAt`, `scheduled_task`.`updated_at` as `scheduled_task.updatedAt` FROM `scheduled_task` WHERE ((`scheduled_task`.`next_execution_time` < ?) AND `scheduled_task`.`status` IN (?, ?))
Parameters:
[
  "2026-02-07 17:27:03.459"
  "scheduled"
  "skipped"
]
13 0.55 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
14 0.34 ms
SELECT 1 as `exists`, `id` FROM `scheduled_task` WHERE `id` IN (?)
Parameters:
[
  b"\x01’‹!Œ\epkº»ã­/ln\x7F"
]
15 0.29 ms
"START TRANSACTION"
Parameters:
[]
16 0.88 ms
UPDATE `scheduled_task` SET `status` = ?, `updated_at` = ? WHERE id = ?
Parameters:
[
  "queued"
  "2026-02-07 17:27:03.468"
  b"\x01’‹!Œ\epkº»ã­/ln\x7F"
]
17 1.46 ms
"COMMIT"
Parameters:
[]
18 0.60 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
19 0.81 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 0.44 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 2.02 ms
INSERT INTO `increment` (`pool`, `cluster`, `key`, `count`, `created_at`)
            VALUES (?, ?, ?, 1, ?)
            ON DUPLICATE KEY UPDATE `count` = `count` + 1, `updated_at` = ?
Parameters:
[
  "message_queue"
  "message_queue_stats"
  "Swag\PayPal\Checkout\PUI\ScheduledTask\PUIInstructionsFetchTask"
  "2026-02-07 17:27:03.503"
  "2026-02-07 17:27:03.503"
]
22 0.21 ms
"START TRANSACTION"
Parameters:
[]
23 0.39 ms
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  "{"taskId":"01928b218c1b706bbabbe3ad2f6c6e7f"}"
  "{"type":"Swag\\PayPal\\Checkout\\PUI\\ScheduledTask\\PUIInstructionsFetchTask","X-Message-Stamp-Symfony\\Component\\Messenger\\Stamp\\BusNameStamp":"[{\"busName\":\"messenger.bus.default\"}]","Content-Type":"application\/json"}"
  "default"
  "2026-02-07 17:27:03"
  "2026-02-07 17:27:03"
]
24 0.92 ms
"COMMIT"
Parameters:
[]
25 0.37 ms
SELECT 1 as `exists`, `id` FROM `scheduled_task` WHERE `id` IN (?)
Parameters:
[
  b"\x01’‹!Œus.¬æ)O_[;7"
]
26 0.20 ms
"START TRANSACTION"
Parameters:
[]
27 0.72 ms
UPDATE `scheduled_task` SET `status` = ?, `updated_at` = ? WHERE id = ?
Parameters:
[
  "queued"
  "2026-02-07 17:27:03.511"
  b"\x01’‹!Œus.¬æ)O_[;7"
]
28 1.33 ms
"COMMIT"
Parameters:
[]
29 1.67 ms
INSERT INTO `increment` (`pool`, `cluster`, `key`, `count`, `created_at`)
            VALUES (?, ?, ?, 1, ?)
            ON DUPLICATE KEY UPDATE `count` = `count` + 1, `updated_at` = ?
Parameters:
[
  "message_queue"
  "message_queue_stats"
  "Swag\PayPal\Pos\Schedule\InventorySyncTask"
  "2026-02-07 17:27:03.530"
  "2026-02-07 17:27:03.530"
]
30 0.24 ms
"START TRANSACTION"
Parameters:
[]
31 2.34 ms
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  "{"taskId":"01928b218c75732eace6294f5f5b3b37"}"
  "{"type":"Swag\\PayPal\\Pos\\Schedule\\InventorySyncTask","X-Message-Stamp-Symfony\\Component\\Messenger\\Stamp\\BusNameStamp":"[{\"busName\":\"messenger.bus.default\"}]","Content-Type":"application\/json"}"
  "default"
  "2026-02-07 17:27:03"
  "2026-02-07 17:27:03"
]
32 3.37 ms
"COMMIT"
Parameters:
[]
33 0.45 ms
SELECT 1 as `exists`, `id` FROM `scheduled_task` WHERE `id` IN (?)
Parameters:
[
  b"\x16˜9\x04PÇFó¶\x1Fm®õ\x00‘^"
]
34 0.21 ms
"START TRANSACTION"
Parameters:
[]
35 0.60 ms
UPDATE `scheduled_task` SET `status` = ?, `updated_at` = ? WHERE id = ?
Parameters:
[
  "queued"
  "2026-02-07 17:27:03.542"
  b"\x16˜9\x04PÇFó¶\x1Fm®õ\x00‘^"
]
36 2.90 ms
"COMMIT"
Parameters:
[]
37 1.80 ms
INSERT INTO `increment` (`pool`, `cluster`, `key`, `count`, `created_at`)
            VALUES (?, ?, ?, 1, ?)
            ON DUPLICATE KEY UPDATE `count` = `count` + 1, `updated_at` = ?
Parameters:
[
  "message_queue"
  "message_queue_stats"
  "Shopware\Core\Content\ProductExport\ScheduledTask\ProductExportGenerateTask"
  "2026-02-07 17:27:03.561"
  "2026-02-07 17:27:03.561"
]
38 0.37 ms
"START TRANSACTION"
Parameters:
[]
39 0.52 ms
INSERT INTO messenger_messages (body, headers, queue_name, created_at, available_at) VALUES(?, ?, ?, ?, ?)
Parameters:
[
  "{"taskId":"1698390450c746f3b61f6daef500915e"}"
  "{"type":"Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask","X-Message-Stamp-Symfony\\Component\\Messenger\\Stamp\\BusNameStamp":"[{\"busName\":\"messenger.bus.default\"}]","Content-Type":"application\/json"}"
  "default"
  "2026-02-07 17:27:03"
  "2026-02-07 17:27:03"
]
40 1.11 ms
"COMMIT"
Parameters:
[]
41 0.51 ms
SELECT 1 as `exists`, `id` FROM `scheduled_task` WHERE `id` IN (?)
Parameters:
[
  b"º©/90éDǘ5µ\x1F!\x13\x07B"
]
42 0.31 ms
"START TRANSACTION"
Parameters:
[]
43 1.31 ms
UPDATE `scheduled_task` SET `status` = ?, `next_execution_time` = ?, `updated_at` = ? WHERE id = ?
Parameters:
[
  "skipped"
  "2026-02-07 17:27:03.567"
  "2026-02-07 17:27:03.569"
  b"º©/90éDǘ5µ\x1F!\x13\x07B"
]
44 1.62 ms
"COMMIT"
Parameters:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.