https://metalements.dev.webcellent.com/api/_action/scheduled-task/run

Query Metrics

13 Database Queries
Different statements
4.82 ms Query time
Invalid entities

Queries

Group similar statements

# Time Info
1 0.36 ms
# cache-id-loader
                SELECT `value` FROM app_config WHERE `key` = :key
2 0.29 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`;
3 0.41 ms
SELECT custom_entity.name, custom_entity.fields
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE custom_entity.app_id IS NULL OR app.active = 1
4 0.40 ms
SELECT `creation_timestamp`
                FROM `migration`
                WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
5 0.57 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',''));SET @MIGRATION_1611155140_IS_ACTIVE = TRUE;SET @MIGRATION_1646397836_IS_ACTIVE = TRUE;SET @MIGRATION_1620306767_IS_ACTIVE = TRUE;SET @MIGRATION_1620308350_IS_ACTIVE = TRUE;SET @MIGRATION_1613492839_IS_ACTIVE = TRUE;SET @MIGRATION_1613493472_IS_ACTIVE = TRUE;SET @MIGRATION_1613496348_IS_ACTIVE = TRUE;SET @MIGRATION_1621510875_IS_ACTIVE = TRUE;SET @MIGRATION_1622207125_IS_ACTIVE = TRUE;SET @MIGRATION_1631691913_IS_ACTIVE = TRUE;SET @MIGRATION_1633948279_IS_ACTIVE = TRUE;SET @MIGRATION_1637145145_IS_ACTIVE = TRUE;SET @MIGRATION_1667481867_IS_ACTIVE = TRUE;SET @MIGRATION_1677064840_IS_ACTIVE = TRUE;SET @MIGRATION_1677078498_IS_ACTIVE = TRUE;SET @MIGRATION_1679046988_IS_ACTIVE = TRUE;SET @MIGRATION_1657615865_IS_ACTIVE = TRUE;SET @MIGRATION_1660643832_IS_ACTIVE = TRUE;SET @MIGRATION_1644753635_IS_ACTIVE = TRUE;SET @MIGRATION_1652444730_IS_ACTIVE = TRUE;SET @MIGRATION_1669117848_IS_ACTIVE = TRUE;SET @MIGRATION_1669796049_IS_ACTIVE = TRUE;SET @MIGRATION_1678106061_IS_ACTIVE = TRUE;SET @MIGRATION_1616141231_IS_ACTIVE = TRUE;SET @MIGRATION_1631631689_IS_ACTIVE = TRUE;SET @MIGRATION_1636082647_IS_ACTIVE = TRUE;SET @MIGRATION_1662306139_IS_ACTIVE = TRUE;SET @MIGRATION_1662757955_IS_ACTIVE = TRUE;SET @MIGRATION_1663039410_IS_ACTIVE = TRUE;SET @MIGRATION_1676830357_IS_ACTIVE = TRUE;SET @MIGRATION_1572257501_IS_ACTIVE = TRUE;SET @MIGRATION_1606378923_IS_ACTIVE = TRUE;SET @MIGRATION_1607952506_IS_ACTIVE = TRUE;SET @MIGRATION_1608034991_IS_ACTIVE = TRUE;SET @MIGRATION_1612945522_IS_ACTIVE = TRUE;SET @MIGRATION_1620808652_IS_ACTIVE = TRUE;SET @MIGRATION_1631192197_IS_ACTIVE = TRUE;SET @MIGRATION_1677050041_IS_ACTIVE = TRUE;SET @MIGRATION_1690444895_IS_ACTIVE = TRUE;SET @MIGRATION_1554708925_IS_ACTIVE = TRUE;SET @MIGRATION_1604593154_IS_ACTIVE = TRUE;SET @MIGRATION_1616299405_IS_ACTIVE = TRUE;SET @MIGRATION_1619537490_IS_ACTIVE = TRUE;SET @MIGRATION_1651208032_IS_ACTIVE = TRUE;SET @MIGRATION_1663787515_IS_ACTIVE = TRUE
6 0.83 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
7 0.48 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = :salesChannelId) AND (configuration_key LIKE :prefix) ORDER BY sales_channel_id ASC
8 0.40 ms
SELECT last_updated_password_at FROM user WHERE id = :userId
9 0.24 ms
SELECT item_rounding FROM currency WHERE id = :id
10 0.24 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 = :userId
11 0.16 ms
SELECT admin FROM `user` WHERE id = :id
12 0.14 ms
SELECT module.module, module.response FROM wbm_data_layer_modules module
13 0.31 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`.`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` < :param_670d7326cf674610a60e7d466c5453a2) AND `scheduled_task`.`status` IN (:param_2cb0af37597f4533bbed3c1d191521d6))

Database Connections

There are no configured database connections.

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping