POST https://www.peterebenhoch.de/api/search/scheduled-task

Query Metrics

16 Database Queries
15 Different statements
3.24 ms Query time

Queries

Group similar statements

# Time Info
1 0.57 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.10 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.14 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.08 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
5 0.08 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 0.13 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
7 0.12 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 0.15 ms
SELECT item_rounding FROM currency WHERE id = ?
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
9 0.10 ms
SELECT user_id FROM user_access_key WHERE access_key = ?
Parameters:
[
  "SWUASDBSQMVJD2TPYZNJEWTUMA"
]
10 0.07 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"0*ÅŠ÷\x00L€¤þ$\f‘<¸ì"
]
11 0.05 ms
SELECT admin FROM `user` WHERE id = ?
Parameters:
[
  b"0*ÅŠ÷\x00L€¤þ$\f‘<¸ì"
]
12 0.55 ms
SELECT `scheduled_task`.`id` FROM `scheduled_task` LIMIT 500
Parameters:
[]
13 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`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"ã`¸\x1E”(@Ý®ÛÄ«n'#}"
  b"\x01•·U^qY‚,¾1é4ă"
  b"˜\x1C!t\voL“”bŸæ\rz‹¡"
  b"±–Â<<‰L‘*Û HvË?"
  b"ޝž±®\x02Iœ½s榶Ñ\x02"
  b" õPЭÅJ0Ž“Ñ’(M¾ô"
  b"lÒĨ¢VFüØh"!"
  b"„µD­y´I‰¢Ì÷Þc¶HW"
  b"Ê!)nw·JúŒ\x13²îKœ®¥"
  b"m²)4¥ôG˜R•žŒo\x13\x04"
  b"¬è]^O¡J®™^\x08nߟÀš"
  b"‚d:Æ8*B¡¸\t\x19\x1Dâ“–"
  b"ô[\rš\r¬M·¡@š\x06¡‡Ò9"
  b"""
    \n
    \x1A\x08Ö¡ìJ\v‘ Û§$\x04®>
    """
  b"\x01•·U\x07rþ½º<5‚À\e¡"
  b"\vNš(spKP\x11‡I£\x03V"
  b"\x01•·U`sç·H¬Îïóž="
  b"\x1CNès~FGt¾f\r¹¦i6ª"
  b"\x01‘å\x06I\x00pi¶–,\x13[‰\r"
  b"ðdþ訰E\x7FްEcÆFqh"
  b"\x01š5Ô\x15ªq²hÂº Ì\x0F"
  b"\x01ž±¯o¬r/·§C5ŽÚL\f"
  b"\x01ž±¯o®p? \v­fòƒÙ"
  b"\x01ž±¯o²r¤Š"\x06—u=\x01d"
  b"\x01ž±¯o³sÃ…\x18¥³ðs*°"
  b"""
    \x01ž±¯oµs\x06±\n
    ³F¬†bq
    """
  b"\x01ž±¯o°rˆç)lç+WN"
]
14 0.42 ms
-- app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ? AND `app`.`self_managed` = ?)
Parameters:
[
  true
  false
]
15 0.09 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:
[]
16 0.04 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:
[]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.